Uses of Class
com.oracle.bmc.devops.model.BuildStageRunProgress.Image
-
Packages that use BuildStageRunProgress.Image Package Description com.oracle.bmc.devops.model -
-
Uses of BuildStageRunProgress.Image in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildStageRunProgress.Image Modifier and Type Method Description static BuildStageRunProgress.ImageBuildStageRunProgress.Image. create(String key)BuildStageRunProgress.ImageBuildStageRunProgress. getImage()Image name for the Build Environmentstatic BuildStageRunProgress.ImageBuildStageRunProgress.Image. valueOf(String name)Returns the enum constant of this type with the specified name.static BuildStageRunProgress.Image[]BuildStageRunProgress.Image. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type BuildStageRunProgress.Image Modifier and Type Method Description BuildStageRunProgress.BuilderBuildStageRunProgress.Builder. image(BuildStageRunProgress.Image image)Image name for the Build EnvironmentConstructors in com.oracle.bmc.devops.model with parameters of type BuildStageRunProgress.Image 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.
-