| Modifier and Type | Field and Description |
|---|---|
protected String |
command |
protected String |
cwd |
protected String |
env |
protected Group |
group |
protected String |
name |
| Constructor and Description |
|---|
Step(String name,
String command,
String env,
String cwd,
Group group)
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.
|
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
public Step(String name, String command, String env, String cwd, Group group)
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 belongspublic String name()
public String command()
public String env()
public String cwd()
public Group group()
Copyright © 2015. All rights reserved.