public abstract class AbstractReportResolver extends Object implements ReportResolver
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTEXT |
protected static String |
LAST_FAILED_DIR |
protected static String |
LAST_SUCCESSFUL_DIR |
| Constructor and Description |
|---|
AbstractReportResolver(String[] fileArray) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFailedFiles(String baseURL)
Gets a list of files to be downloaded when a test is failed
|
List<String> |
getSuccessFiles(String baseURL)
Gets a list of files to be downloaded when a test is successful
|
List<String> |
getTestFiles(String baseURL,
String testNum)
Gets a list of files to be downloaded when a test is complete regardless of the result
|
protected List<String> |
listBuilder(String baseURL,
String lastFailedDir) |
protected static final String LAST_SUCCESSFUL_DIR
protected static final String LAST_FAILED_DIR
protected static final String CONTEXT
public AbstractReportResolver(String[] fileArray)
public List<String> getFailedFiles(String baseURL)
ReportResolvergetFailedFiles in interface ReportResolverbaseURL - the base URL from which the report files need to be resolvedpublic List<String> getSuccessFiles(String baseURL)
ReportResolvergetSuccessFiles in interface ReportResolverbaseURL - the base URL from which the report files need to be resolvedpublic List<String> getTestFiles(String baseURL, String testNum)
ReportResolvergetTestFiles in interface ReportResolverbaseURL - the base URL from which the report files need to be resolvedtestNum - the test numberThis documentation was released into the public domain.