| Interface | Description |
|---|---|
| IBaseCommandData | |
| ICommand<T extends IBaseCommandData> | |
| ICommandServiceData | |
| INextCommandAware |
Indicates that a command is aware of its next command to be executed based on its execution status.
|
| Class | Description |
|---|---|
| BaseCommandContext |
A mixed abstract base class with both command data and command service data.
|
| CommandService |
State machine for command execution.
|
| CommandService.Builder | |
| SimpleBuildStepExecution |
Provides the basic implementation of
StepExecution which can be used
to implement the Step.start(StepContext) method. |
| Enum | Description |
|---|---|
| CommandState |
Copyright © 2016–2018. All rights reserved.