Uses of Class
com.oracle.bmc.devops.model.ActualBuildRunnerShapeConfig
-
Packages that use ActualBuildRunnerShapeConfig Package Description com.oracle.bmc.devops.model -
-
Uses of ActualBuildRunnerShapeConfig in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ActualBuildRunnerShapeConfig Modifier and Type Method Description ActualBuildRunnerShapeConfig
ActualBuildRunnerShapeConfig.Builder. build()
ActualBuildRunnerShapeConfig
BuildStageRunProgress. getActualBuildRunnerShapeConfig()
Methods in com.oracle.bmc.devops.model with parameters of type ActualBuildRunnerShapeConfig Modifier and Type Method Description BuildStageRunProgress.Builder
BuildStageRunProgress.Builder. actualBuildRunnerShapeConfig(ActualBuildRunnerShapeConfig actualBuildRunnerShapeConfig)
ActualBuildRunnerShapeConfig.Builder
ActualBuildRunnerShapeConfig.Builder. copy(ActualBuildRunnerShapeConfig model)
Constructors in com.oracle.bmc.devops.model with parameters of type ActualBuildRunnerShapeConfig Constructor Description BuildStageRunProgress(String stageDisplayName, String buildPipelineStageId, Date timeStarted, Date timeFinished, BuildPipelineStageRunProgress.Status status, BuildPipelineStagePredecessorCollection buildPipelineStagePredecessors, String actualBuildRunnerShape, ActualBuildRunnerShapeConfig actualBuildRunnerShapeConfig, BuildStageRunProgress.Image image, String buildSpecFile, Integer stageExecutionTimeoutInSeconds, BuildSourceCollection buildSourceCollection, String primaryBuildSource, List<BuildStageRunStep> steps, ExportedVariableCollection exportedVariables, NetworkChannel privateAccessConfig)
Deprecated.
-