public static final class ActionProps.Builder extends Object
ActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ActionProps |
build()
Builds the configured instance.
|
ActionProps.Builder |
withArtifactBounds(ActionArtifactBounds value)
Sets the value of ArtifactBounds
|
ActionProps.Builder |
withCategory(ActionCategory value)
Sets the value of Category
|
ActionProps.Builder |
withConfiguration(Object value)
Sets the value of Configuration
|
ActionProps.Builder |
withOwner(String value)
Sets the value of Owner
|
ActionProps.Builder |
withProvider(String value)
Sets the value of Provider
|
ActionProps.Builder |
withStage(IStage value)
Sets the value of Stage
|
ActionProps.Builder |
withVersion(String value)
Sets the value of Version
|
public ActionProps.Builder withArtifactBounds(ActionArtifactBounds value)
value - the value to be setthispublic ActionProps.Builder withCategory(ActionCategory value)
value - the value to be setthispublic ActionProps.Builder withConfiguration(Object value)
value - the value to be setthispublic ActionProps.Builder withProvider(String value)
value - the value to be setthispublic ActionProps.Builder withOwner(@Nullable String value)
value - the value to be setthispublic ActionProps.Builder withVersion(@Nullable String value)
value - the value to be setthispublic ActionProps.Builder withStage(IStage value)
value - The Pipeline Stage to add this Action to.thispublic ActionProps build()
ActionPropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.