Uses of Class
com.oracle.bmc.devops.responses.ListBuildRunSnapshotsResponse
-
Packages that use ListBuildRunSnapshotsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListBuildRunSnapshotsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListBuildRunSnapshotsResponse 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.ListBuildRunSnapshotsResponse
DevopsClient. listBuildRunSnapshots(ListBuildRunSnapshotsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListBuildRunSnapshotsResponse 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)
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 ListBuildRunSnapshotsResponse 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 ListBuildRunSnapshotsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListBuildRunSnapshotsResponse Modifier and Type Method Description ListBuildRunSnapshotsResponse
ListBuildRunSnapshotsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListBuildRunSnapshotsResponse Modifier and Type Method Description ListBuildRunSnapshotsResponse.Builder
ListBuildRunSnapshotsResponse.Builder. copy(ListBuildRunSnapshotsResponse o)
Copy method to populate the builder with values from the given instance.
-