Uses of Class
com.oracle.bmc.devops.responses.ListCommitsResponse
-
Packages that use ListCommitsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListCommitsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListCommitsResponse Modifier and Type Method Description ListCommitsResponse
Devops. listCommits(ListCommitsRequest request)
Returns a list of commits.ListCommitsResponse
DevopsClient. listCommits(ListCommitsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListCommitsResponse Modifier and Type Method Description Future<ListCommitsResponse>
DevopsAsync. listCommits(ListCommitsRequest request, AsyncHandler<ListCommitsRequest,ListCommitsResponse> handler)
Returns a list of commits.Future<ListCommitsResponse>
DevopsAsyncClient. listCommits(ListCommitsRequest request, AsyncHandler<ListCommitsRequest,ListCommitsResponse> handler)
Iterable<ListCommitsResponse>
DevopsPaginators. listCommitsResponseIterator(ListCommitsRequest request)
Creates a new iterable which will iterate over the responses received from the listCommits operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListCommitsResponse Modifier and Type Method Description Future<ListCommitsResponse>
DevopsAsync. listCommits(ListCommitsRequest request, AsyncHandler<ListCommitsRequest,ListCommitsResponse> handler)
Returns a list of commits.Future<ListCommitsResponse>
DevopsAsyncClient. listCommits(ListCommitsRequest request, AsyncHandler<ListCommitsRequest,ListCommitsResponse> handler)
-
Uses of ListCommitsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListCommitsResponse Modifier and Type Method Description ListCommitsResponse
ListCommitsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListCommitsResponse Modifier and Type Method Description ListCommitsResponse.Builder
ListCommitsResponse.Builder. copy(ListCommitsResponse o)
Copy method to populate the builder with values from the given instance.
-