public interface Organizer
Modifier and Type | Method and Description |
---|---|
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
|
String getResultType()
void setResultType(String resultType)
resultType
- the result type stringString organize(String address, String hostType)
address
- The original address of the report being downloadedhostType
- the host type that provided the reportTestTracker getTracker()
This documentation was released into the public domain.