public static final class DeployActionProps.Builder extends Object
DeployActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeployActionProps |
build()
Builds the configured instance.
|
DeployActionProps.Builder |
withActionName(String value)
Sets the value of ActionName
|
DeployActionProps.Builder |
withArtifactBounds(ActionArtifactBounds value)
Sets the value of ArtifactBounds
|
DeployActionProps.Builder |
withConfiguration(Object value)
Sets the value of Configuration
|
DeployActionProps.Builder |
withInputArtifact(Artifact value)
Sets the value of InputArtifact
|
DeployActionProps.Builder |
withOwner(String value)
Sets the value of Owner
|
DeployActionProps.Builder |
withProvider(String value)
Sets the value of Provider
|
DeployActionProps.Builder |
withRunOrder(Number value)
Sets the value of RunOrder
|
public DeployActionProps.Builder withArtifactBounds(ActionArtifactBounds value)
value - the value to be setthispublic DeployActionProps.Builder withInputArtifact(Artifact value)
value - the value to be setthispublic DeployActionProps.Builder withProvider(String value)
value - the value to be setthispublic DeployActionProps.Builder withConfiguration(@Nullable Object value)
value - the value to be setthispublic DeployActionProps.Builder withOwner(@Nullable String value)
value - the value to be setthispublic DeployActionProps.Builder withActionName(String value)
value - The physical, human-readable name of the Action.
Not that Action names must be unique within a single Stage.thispublic DeployActionProps.Builder withRunOrder(@Nullable Number value)
value - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.thispublic DeployActionProps build()
DeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.