Package com.oracle.bmc.devops.model
Class BuildStageRunProgress
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.devops.model.BuildPipelineStageRunProgress
-
- com.oracle.bmc.devops.model.BuildStageRunProgress
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class BuildStageRunProgress extends BuildPipelineStageRunProgress
Specifies the run details for Build stage.
Note: Objects should always be created or deserialized using theBuildStageRunProgress.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theBuildStageRunProgress.Builder
, which maintain a set of all explicitly set fields calledBuildStageRunProgress.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildStageRunProgress.Builder
static class
BuildStageRunProgress.Image
Image name for the Build Environment-
Nested classes/interfaces inherited from class com.oracle.bmc.devops.model.BuildPipelineStageRunProgress
BuildPipelineStageRunProgress.Status
-
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BuildStageRunProgress.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getActualBuildRunnerShape()
Name of Build Runner shape where this Build Stage is running.ActualBuildRunnerShapeConfig
getActualBuildRunnerShapeConfig()
BuildSourceCollection
getBuildSourceCollection()
String
getBuildSpecFile()
The path to the build specification file for this Environment.ExportedVariableCollection
getExportedVariables()
BuildStageRunProgress.Image
getImage()
Image name for the Build EnvironmentString
getPrimaryBuildSource()
Name of the BuildSource in which the build_spec.yml file need to be located.NetworkChannel
getPrivateAccessConfig()
Integer
getStageExecutionTimeoutInSeconds()
Timeout for the Build Stage Execution.List<BuildStageRunStep>
getSteps()
The details about all the steps in a Build stageint
hashCode()
BuildStageRunProgress.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.devops.model.BuildPipelineStageRunProgress
getBuildPipelineStageId, getBuildPipelineStagePredecessors, getStageDisplayName, getStatus, getTimeFinished, getTimeStarted
-
-
-
-
Constructor Detail
-
BuildStageRunProgress
@Deprecated public 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.
-
-
Method Detail
-
builder
public static BuildStageRunProgress.Builder builder()
Create a new builder.
-
toBuilder
public BuildStageRunProgress.Builder toBuilder()
-
getActualBuildRunnerShape
public String getActualBuildRunnerShape()
Name of Build Runner shape where this Build Stage is running.- Returns:
- the value
-
getActualBuildRunnerShapeConfig
public ActualBuildRunnerShapeConfig getActualBuildRunnerShapeConfig()
-
getImage
public BuildStageRunProgress.Image getImage()
Image name for the Build Environment- Returns:
- the value
-
getBuildSpecFile
public String getBuildSpecFile()
The path to the build specification file for this Environment.The default location if not specified is build_spec.yaml
- Returns:
- the value
-
getStageExecutionTimeoutInSeconds
public Integer getStageExecutionTimeoutInSeconds()
Timeout for the Build Stage Execution.Value in seconds.
- Returns:
- the value
-
getBuildSourceCollection
public BuildSourceCollection getBuildSourceCollection()
-
getPrimaryBuildSource
public String getPrimaryBuildSource()
Name of the BuildSource in which the build_spec.yml file need to be located.If not specified, the 1st entry in the BuildSource collection will be chosen as Primary.
- Returns:
- the value
-
getSteps
public List<BuildStageRunStep> getSteps()
The details about all the steps in a Build stage- Returns:
- the value
-
getExportedVariables
public ExportedVariableCollection getExportedVariables()
-
getPrivateAccessConfig
public NetworkChannel getPrivateAccessConfig()
-
toString
public String toString()
- Overrides:
toString
in classBuildPipelineStageRunProgress
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classBuildPipelineStageRunProgress
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBuildPipelineStageRunProgress
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBuildPipelineStageRunProgress
-
-