Uses of Class
com.oracle.bmc.devops.model.BuildPipelineStageSummary
-
Packages that use BuildPipelineStageSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of BuildPipelineStageSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type BuildPipelineStageSummary Modifier and Type Method Description Iterable<BuildPipelineStageSummary>DevopsPaginators. listBuildPipelineStagesRecordIterator(ListBuildPipelineStagesRequest request)Creates a new iterable which will iterate over theBuildPipelineStageSummaryobjects contained in responses from the listBuildPipelineStages operation. -
Uses of BuildPipelineStageSummary in com.oracle.bmc.devops.model
Subclasses of BuildPipelineStageSummary in com.oracle.bmc.devops.model Modifier and Type Class Description classBuildStageSummarySpecifies the build stage.classDeliverArtifactStageSummarySpecifies the Deliver Artifacts stage.classTriggerDeploymentStageSummarySpecifies the Trigger Deployment stage, which runs another pipeline of the application.classWaitStageSummarySpecifies the Wait stage.Methods in com.oracle.bmc.devops.model that return types with arguments of type BuildPipelineStageSummary Modifier and Type Method Description List<BuildPipelineStageSummary>BuildPipelineStageCollection. getItems()Summary of the list of stages found for the search.Method parameters in com.oracle.bmc.devops.model with type arguments of type BuildPipelineStageSummary Modifier and Type Method Description BuildPipelineStageCollection.BuilderBuildPipelineStageCollection.Builder. items(List<BuildPipelineStageSummary> items)Summary of the list of stages found for the search.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type BuildPipelineStageSummary Constructor Description BuildPipelineStageCollection(List<BuildPipelineStageSummary> items)Deprecated.
-