public static final class CommonActionProps.Builder extends Object
CommonActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonActionProps |
build()
Builds the configured instance.
|
CommonActionProps.Builder |
withRunOrder(Number value)
Sets the value of RunOrder
|
public CommonActionProps.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 CommonActionProps build()
CommonActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.