Uses of Class
com.oracle.bmc.devops.requests.ListBuildRunSnapshotsRequest
-
Packages that use ListBuildRunSnapshotsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListBuildRunSnapshotsRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ListBuildRunSnapshotsRequest Modifier and Type Method Description ListBuildRunSnapshotsResponse
Devops. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request)
Returns a list of build run snapshots for a given commit or the latest commit on a pull request if no commit is provided.Future<ListBuildRunSnapshotsResponse>
DevopsAsync. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request, AsyncHandler<ListBuildRunSnapshotsRequest,ListBuildRunSnapshotsResponse> handler)
Returns a list of build run snapshots for a given commit or the latest commit on a pull request if no commit is provided.Future<ListBuildRunSnapshotsResponse>
DevopsAsyncClient. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request, AsyncHandler<ListBuildRunSnapshotsRequest,ListBuildRunSnapshotsResponse> handler)
ListBuildRunSnapshotsResponse
DevopsClient. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request)
Iterable<BuildRunSnapshotSummary>
DevopsPaginators. listBuildRunSnapshotsRecordIterator(ListBuildRunSnapshotsRequest request)
Creates a new iterable which will iterate over theBuildRunSnapshotSummary
objects contained in responses from the listBuildRunSnapshots operation.Iterable<ListBuildRunSnapshotsResponse>
DevopsPaginators. listBuildRunSnapshotsResponseIterator(ListBuildRunSnapshotsRequest request)
Creates a new iterable which will iterate over the responses received from the listBuildRunSnapshots operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListBuildRunSnapshotsRequest Modifier and Type Method Description Future<ListBuildRunSnapshotsResponse>
DevopsAsync. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request, AsyncHandler<ListBuildRunSnapshotsRequest,ListBuildRunSnapshotsResponse> handler)
Returns a list of build run snapshots for a given commit or the latest commit on a pull request if no commit is provided.Future<ListBuildRunSnapshotsResponse>
DevopsAsyncClient. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request, AsyncHandler<ListBuildRunSnapshotsRequest,ListBuildRunSnapshotsResponse> handler)
-
Uses of ListBuildRunSnapshotsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListBuildRunSnapshotsRequest Modifier and Type Method Description ListBuildRunSnapshotsRequest
ListBuildRunSnapshotsRequest.Builder. build()
Build the instance of ListBuildRunSnapshotsRequest as configured by this builderListBuildRunSnapshotsRequest
ListBuildRunSnapshotsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBuildRunSnapshotsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListBuildRunSnapshotsRequest Modifier and Type Method Description ListBuildRunSnapshotsRequest.Builder
ListBuildRunSnapshotsRequest.Builder. copy(ListBuildRunSnapshotsRequest o)
Copy method to populate the builder with values from the given instance.
-