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 |
withProvider(String value)
Sets the value of Provider
|
DeployActionProps.Builder |
withStage(IStage value)
Sets the value of Stage
|
public DeployActionProps.Builder withArtifactBounds(ActionArtifactBounds value)
value - the value to be setthispublic DeployActionProps.Builder withConfiguration(Object value)
value - the value to be setthispublic DeployActionProps.Builder withProvider(String value)
value - the value to be setthispublic DeployActionProps.Builder withInputArtifact(@Nullable Artifact value)
value - the value to be setthispublic 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 © 2018. All rights reserved.