StageDeclaration.Builder |
StageDeclaration.Builder.actions(Collection<ActionDeclaration> actions) |
The actions included in a stage.
|
StageDeclaration.Builder |
StageDeclaration.Builder.actions(Consumer<ActionDeclaration.Builder>... actions) |
The actions included in a stage.
|
StageDeclaration.Builder |
StageDeclaration.Builder.actions(ActionDeclaration... actions) |
The actions included in a stage.
|
default StageDeclaration.Builder |
StageDeclaration.Builder.beforeEntry(Consumer<BeforeEntryConditions.Builder> beforeEntry) |
The method to use when a stage allows entry.
|
StageDeclaration.Builder |
StageDeclaration.Builder.beforeEntry(BeforeEntryConditions beforeEntry) |
The method to use when a stage allows entry.
|
StageDeclaration.Builder |
StageDeclaration.Builder.blockers(Collection<BlockerDeclaration> blockers) |
Reserved for future use.
|
StageDeclaration.Builder |
StageDeclaration.Builder.blockers(Consumer<BlockerDeclaration.Builder>... blockers) |
Reserved for future use.
|
StageDeclaration.Builder |
StageDeclaration.Builder.blockers(BlockerDeclaration... blockers) |
Reserved for future use.
|
static StageDeclaration.Builder |
StageDeclaration.builder() |
|
StageDeclaration.Builder |
StageDeclaration.Builder.name(String name) |
The name of the stage.
|
default StageDeclaration.Builder |
StageDeclaration.Builder.onFailure(Consumer<FailureConditions.Builder> onFailure) |
The method to use when a stage has not completed successfully.
|
StageDeclaration.Builder |
StageDeclaration.Builder.onFailure(FailureConditions onFailure) |
The method to use when a stage has not completed successfully.
|
default StageDeclaration.Builder |
StageDeclaration.Builder.onSuccess(Consumer<SuccessConditions.Builder> onSuccess) |
The method to use when a stage has succeeded.
|
StageDeclaration.Builder |
StageDeclaration.Builder.onSuccess(SuccessConditions onSuccess) |
The method to use when a stage has succeeded.
|
StageDeclaration.Builder |
StageDeclaration.toBuilder() |
|