public class DefaultOrganizer extends Object implements Organizer
Modifier and Type | Field and Description |
---|---|
protected String |
baseDir |
protected String |
resultType |
protected TestTracker |
tracker |
Constructor and Description |
---|
DefaultOrganizer(String baseDir) |
Modifier and Type | Method and Description |
---|---|
protected String |
combine(String hostType,
String host) |
String |
getBaseDir() |
String |
getResultType()
Gets the result type string (ie.: success, failed, etc)
|
TestTracker |
getTracker()
Gets the test tracker used to keep track of the current test
|
String |
organize(String address,
String hostType)
Organize the report directory
|
void |
setResultType(String resultType)
Set the result type string
|
protected final String baseDir
protected final TestTracker tracker
protected String resultType
public DefaultOrganizer(String baseDir)
public String getBaseDir()
public String getResultType()
Organizer
getResultType
in interface Organizer
public void setResultType(String resultType)
Organizer
setResultType
in interface Organizer
resultType
- the result type stringpublic TestTracker getTracker()
Organizer
getTracker
in interface Organizer
This documentation was released into the public domain.