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 ListBuildRunSnapshotsResponseDevops. 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)ListBuildRunSnapshotsResponseDevopsClient. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request)Iterable<BuildRunSnapshotSummary>DevopsPaginators. listBuildRunSnapshotsRecordIterator(ListBuildRunSnapshotsRequest request)Creates a new iterable which will iterate over theBuildRunSnapshotSummaryobjects 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 ListBuildRunSnapshotsRequestListBuildRunSnapshotsRequest.Builder. build()Build the instance of ListBuildRunSnapshotsRequest as configured by this builderListBuildRunSnapshotsRequestListBuildRunSnapshotsRequest.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.BuilderListBuildRunSnapshotsRequest.Builder. copy(ListBuildRunSnapshotsRequest o)Copy method to populate the builder with values from the given instance.
-