| Modifier and Type | Field and Description |
|---|---|
protected String |
command |
protected String |
cwd |
protected int |
delay |
protected String |
env |
protected Group |
group |
protected String |
name |
| Constructor and Description |
|---|
Step(String name,
String command,
String env,
String cwd,
Group group,
int delay)
Creates a new test step.
|
| Modifier and Type | Method and Description |
|---|---|
String |
command()
Returns the step command string.
|
String |
cwd()
Returns the step current working directory path.
|
int |
delay()
Returns the start delay in seconds.
|
String |
env()
Returns the step environment script path.
|
boolean |
equals(Object obj) |
Group |
group()
Returns the enclosing group; null if none.
|
int |
hashCode() |
String |
name()
Returns the step name.
|
String |
toString() |
protected final String name
protected final String command
protected final String env
protected final String cwd
protected final Group group
protected final int delay
public Step(String name, String command, String env, String cwd, Group group, int delay)
name - step namecommand - step command to executeenv - path to file to be sourced into the environmentcwd - path to current working directory for the stepgroup - optional group to which this step belongsdelay - seconds to delay before executingpublic String name()
public String command()
public String env()
public String cwd()
public Group group()
public int delay()
Copyright © 2016. All rights reserved.