Uses of Class
com.oracle.bmc.devops.responses.GetCommitResponse
-
Packages that use GetCommitResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetCommitResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetCommitResponse Modifier and Type Method Description GetCommitResponse
Devops. getCommit(GetCommitRequest request)
Retrieves a repository’s commit by commit ID.GetCommitResponse
DevopsClient. getCommit(GetCommitRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetCommitResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetCommitResponse 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 GetCommitResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetCommitResponse Modifier and Type Method Description GetCommitResponse
GetCommitResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetCommitResponse Modifier and Type Method Description GetCommitResponse.Builder
GetCommitResponse.Builder. copy(GetCommitResponse o)
Copy method to populate the builder with values from the given instance.
-