| Modifier and Type | Method and Description |
|---|---|
Coordinator.Status |
Coordinator.getStatus(Step step)
Returns the status record of the specified test step.
|
Coordinator.Status |
StepEvent.status()
Returns the step completion status.
|
static Coordinator.Status |
Coordinator.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coordinator.Status[] |
Coordinator.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
StepProcessListener.onCompletion(Step step,
Coordinator.Status status)
Indicates that process step has completed.
|
void |
Monitor.onCompletion(Step step,
Coordinator.Status status) |
| Constructor and Description |
|---|
StepEvent(String name,
Coordinator.Status status,
String command)
Creates a new step record for non-running status.
|
StepEvent(String name,
long time,
Coordinator.Status status,
String command)
Creates a new step record.
|
Copyright © 2015. All rights reserved.