Uses of Class
com.oracle.bmc.devops.requests.GetCommitRequest
-
Packages that use GetCommitRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetCommitRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetCommitRequest Modifier and Type Method Description GetCommitResponse
Devops. getCommit(GetCommitRequest request)
Retrieves a repository’s commit by commit ID.Future<GetCommitResponse>
DevopsAsync. getCommit(GetCommitRequest request, AsyncHandler<GetCommitRequest,GetCommitResponse> handler)
Retrieves a repository’s commit by commit ID.Future<GetCommitResponse>
DevopsAsyncClient. getCommit(GetCommitRequest request, AsyncHandler<GetCommitRequest,GetCommitResponse> handler)
GetCommitResponse
DevopsClient. getCommit(GetCommitRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetCommitRequest Modifier and Type Method Description Future<GetCommitResponse>
DevopsAsync. getCommit(GetCommitRequest request, AsyncHandler<GetCommitRequest,GetCommitResponse> handler)
Retrieves a repository’s commit by commit ID.Future<GetCommitResponse>
DevopsAsyncClient. getCommit(GetCommitRequest request, AsyncHandler<GetCommitRequest,GetCommitResponse> handler)
-
Uses of GetCommitRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetCommitRequest Modifier and Type Method Description GetCommitRequest
GetCommitRequest.Builder. build()
Build the instance of GetCommitRequest as configured by this builderGetCommitRequest
GetCommitRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCommitRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetCommitRequest Modifier and Type Method Description GetCommitRequest.Builder
GetCommitRequest.Builder. copy(GetCommitRequest o)
Copy method to populate the builder with values from the given instance.
-