Uses of Class
com.oracle.bmc.devops.requests.ListCommitsRequest
-
Packages that use ListCommitsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListCommitsRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ListCommitsRequest Modifier and Type Method Description ListCommitsResponseDevops. listCommits(ListCommitsRequest request)Returns a list of commits.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)ListCommitsResponseDevopsClient. listCommits(ListCommitsRequest request)Iterable<RepositoryCommitSummary>DevopsPaginators. listCommitsRecordIterator(ListCommitsRequest request)Creates a new iterable which will iterate over theRepositoryCommitSummaryobjects contained in responses from the listCommits operation.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 ListCommitsRequest 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 ListCommitsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListCommitsRequest Modifier and Type Method Description ListCommitsRequestListCommitsRequest.Builder. build()Build the instance of ListCommitsRequest as configured by this builderListCommitsRequestListCommitsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCommitsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListCommitsRequest Modifier and Type Method Description ListCommitsRequest.BuilderListCommitsRequest.Builder. copy(ListCommitsRequest o)Copy method to populate the builder with values from the given instance.
-