Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
GetCommitResponse |
Devops.getCommit(GetCommitRequest request)
Retrieves a repository’s commit by commit ID.
|
GetCommitResponse |
DevopsClient.getCommit(GetCommitRequest request) |
Future<GetCommitResponse> |
DevopsAsyncClient.getCommit(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResponse> handler) |
Future<GetCommitResponse> |
DevopsAsync.getCommit(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResponse> handler)
Retrieves a repository’s commit by commit ID.
|
Modifier and Type | Method and Description |
---|---|
Future<GetCommitResponse> |
DevopsAsyncClient.getCommit(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResponse> handler) |
Future<GetCommitResponse> |
DevopsAsync.getCommit(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResponse> handler)
Retrieves a repository’s commit by commit ID.
|
Modifier and Type | Method and Description |
---|---|
GetCommitRequest |
GetCommitRequest.Builder.build()
Build the instance of GetCommitRequest as configured by this builder
|
GetCommitRequest |
GetCommitRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetCommitRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetCommitRequest.Builder |
GetCommitRequest.Builder.copy(GetCommitRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.