Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
ListCommitsResponse |
DevopsClient.listCommits(ListCommitsRequest request) |
ListCommitsResponse |
Devops.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) |
Iterable<RepositoryCommitSummary> |
DevopsPaginators.listCommitsRecordIterator(ListCommitsRequest request)
Creates a new iterable which will iterate over the
RepositoryCommitSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListCommitsRequest |
ListCommitsRequest.Builder.build()
Build the instance of ListCommitsRequest as configured by this builder
|
ListCommitsRequest |
ListCommitsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListCommitsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListCommitsRequest.Builder |
ListCommitsRequest.Builder.copy(ListCommitsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.