public class StepEvent extends EventObject implements Cloneable
Modifier and Type | Field and Description |
---|---|
static String |
STEP_END
The step has finished.
|
static String |
STEP_ERROR
The step encountered an error.
|
static String |
STEP_FAILURE
The step failed.
|
static String |
STEP_PROGRESS
The step is N% complete.
|
static String |
STEP_START
The step has begun executing.
|
source
Constructor and Description |
---|
StepEvent(Step source,
String type,
int id,
Throwable throwable) |
public static final String STEP_START
public static final String STEP_PROGRESS
public static final String STEP_END
public static final String STEP_ERROR
public static final String STEP_FAILURE
Abbot is hosted on