Interface | Description |
---|---|
Step |
Steps are executed in the same working directory as the root cell.
|
StepExecutionResult |
Exit code, command and stderr info from the executed step
|
Class | Description |
---|---|
AbstractExecutionStep |
Abstract implementation of
Step that takes the description as a constructor parameter and
requires only the implementation of AbstractExecutionStep.execute(ExecutionContext) . |
AbstractTestStep |
Abstract implementation of
Step that ... |
AdbOptions | |
ConditionalStep |
Step that is run conditionally based on Supplier<Boolean> shouldRunStep . |
StepEvent |
Base class for events about steps.
|
StepEvent.Finished | |
StepEvent.Started | |
StepExecutionResult.Builder | |
StepExecutionResults |
A collection of common StepExecutionResult constants.
|
StepRunner |
Utility class for running
Step s |
Exception | Description |
---|---|
StepFailedException |