Uses of Class
com.oracle.bmc.devops.model.BuildRunSnapshotSummary
-
Packages that use BuildRunSnapshotSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of BuildRunSnapshotSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type BuildRunSnapshotSummary Modifier and Type Method Description Iterable<BuildRunSnapshotSummary>
DevopsPaginators. listBuildRunSnapshotsRecordIterator(ListBuildRunSnapshotsRequest request)
Creates a new iterable which will iterate over theBuildRunSnapshotSummary
objects contained in responses from the listBuildRunSnapshots operation. -
Uses of BuildRunSnapshotSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildRunSnapshotSummary Modifier and Type Method Description BuildRunSnapshotSummary
BuildRunSnapshotSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type BuildRunSnapshotSummary Modifier and Type Method Description List<BuildRunSnapshotSummary>
BuildRunSnapshotCollection. getItems()
List of build runs.Methods in com.oracle.bmc.devops.model with parameters of type BuildRunSnapshotSummary Modifier and Type Method Description BuildRunSnapshotSummary.Builder
BuildRunSnapshotSummary.Builder. copy(BuildRunSnapshotSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type BuildRunSnapshotSummary Modifier and Type Method Description BuildRunSnapshotCollection.Builder
BuildRunSnapshotCollection.Builder. items(List<BuildRunSnapshotSummary> items)
List of build runs.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type BuildRunSnapshotSummary Constructor Description BuildRunSnapshotCollection(List<BuildRunSnapshotSummary> items)
Deprecated.
-