Uses of Class
com.oracle.bmc.devops.model.BuildRunSummary
-
Packages that use BuildRunSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of BuildRunSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type BuildRunSummary Modifier and Type Method Description Iterable<BuildRunSummary>
DevopsPaginators. listBuildRunsRecordIterator(ListBuildRunsRequest request)
Creates a new iterable which will iterate over theBuildRunSummary
objects contained in responses from the listBuildRuns operation. -
Uses of BuildRunSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildRunSummary Modifier and Type Method Description BuildRunSummary
BuildRunSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type BuildRunSummary Modifier and Type Method Description List<BuildRunSummary>
BuildRunSummaryCollection. getItems()
Array of build run summary items.Methods in com.oracle.bmc.devops.model with parameters of type BuildRunSummary Modifier and Type Method Description BuildRunSummary.Builder
BuildRunSummary.Builder. copy(BuildRunSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type BuildRunSummary Modifier and Type Method Description BuildRunSummaryCollection.Builder
BuildRunSummaryCollection.Builder. items(List<BuildRunSummary> items)
Array of build run summary items.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type BuildRunSummary Constructor Description BuildRunSummaryCollection(List<BuildRunSummary> items)
Deprecated.
-