public class StepEvent extends Object
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
command()
Returns the step command.
|
static StepEvent |
fromString(String string)
Returns a record parsed from the specified string.
|
String |
name()
Returns the test step or test group name.
|
Coordinator.Status |
status()
Returns the step completion status.
|
long |
time()
Returns the step event time.
|
String |
toString() |
public StepEvent(String name, long time, Coordinator.Status status, String command)
name - test step or group nametime - time in millis since start of epochstatus - step completion statuscommand - step commandpublic StepEvent(String name, Coordinator.Status status, String command)
name - test step or group namestatus - statuscommand - step commandpublic String name()
public long time()
public Coordinator.Status status()
public String command()
Copyright © 2015. All rights reserved.