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 |
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
|
DeployActionProps.Builder |
withStage(IStage value)
Sets the value of Stage
|
public DeployActionProps.Builder withArtifactBounds(ActionArtifactBounds 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 withInputArtifact(@Nullable Artifact value)
value - the value to be setthispublic DeployActionProps.Builder withOwner(@Nullable String value)
value - the value to be setthispublic 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.Builder withStage(IStage value)
value - The Pipeline Stage to add this Action to.thispublic DeployActionProps build()
DeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.