ActionState.Builder |
ActionState.Builder.actionName(String actionName) |
The name of the action.
|
static ActionState.Builder |
ActionState.builder() |
|
default ActionState.Builder |
ActionState.Builder.currentRevision(Consumer<ActionRevision.Builder> currentRevision) |
Represents information about the version (or revision) of an action.
|
ActionState.Builder |
ActionState.Builder.currentRevision(ActionRevision currentRevision) |
Represents information about the version (or revision) of an action.
|
ActionState.Builder |
ActionState.Builder.entityUrl(String entityUrl) |
A URL link for more information about the state of the action, such as a deployment group details page.
|
default ActionState.Builder |
ActionState.Builder.latestExecution(Consumer<ActionExecution.Builder> latestExecution) |
Represents information about the run of an action.
|
ActionState.Builder |
ActionState.Builder.latestExecution(ActionExecution latestExecution) |
Represents information about the run of an action.
|
ActionState.Builder |
ActionState.Builder.revisionUrl(String revisionUrl) |
A URL link for more information about the revision, such as a commit details page.
|
ActionState.Builder |
ActionState.toBuilder() |
|