@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 the BuildStageRunProgress.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 the BuildStageRunProgress.Builder
, which maintain a
set of all explicitly set fields called BuildStageRunProgress.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
BuildStageRunProgress.Builder |
static class |
BuildStageRunProgress.Image
Image name for the Build Environment
|
BuildPipelineStageRunProgress.Status
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and 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 Environment
|
String |
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 stage
|
int |
hashCode() |
BuildStageRunProgress.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getBuildPipelineStageId, getBuildPipelineStagePredecessors, getStageDisplayName, getStatus, getTimeFinished, getTimeStarted
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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)
public static BuildStageRunProgress.Builder builder()
Create a new builder.
public BuildStageRunProgress.Builder toBuilder()
public String getActualBuildRunnerShape()
Name of Build Runner shape where this Build Stage is running.
public ActualBuildRunnerShapeConfig getActualBuildRunnerShapeConfig()
public BuildStageRunProgress.Image getImage()
Image name for the Build Environment
public String getBuildSpecFile()
The path to the build specification file for this Environment. The default location if not specified is build_spec.yaml
public Integer getStageExecutionTimeoutInSeconds()
Timeout for the Build Stage Execution. Value in seconds.
public BuildSourceCollection getBuildSourceCollection()
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.
public List<BuildStageRunStep> getSteps()
The details about all the steps in a Build stage
public ExportedVariableCollection getExportedVariables()
public NetworkChannel getPrivateAccessConfig()
public String toString()
toString
in class BuildPipelineStageRunProgress
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class BuildPipelineStageRunProgress
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class BuildPipelineStageRunProgress
public int hashCode()
hashCode
in class BuildPipelineStageRunProgress
Copyright © 2016–2024. All rights reserved.