public class FileReportKey extends ReportKey implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REPORT_TAG |
cs, EVENTSREPORT_KEY, FULLREPORT_KEY, FUNCTIONALREPORT_KEY, host, HOST_TAG, hostname, KEY_TAG, LISA_HOME_KEY, METRICSREPORT_KEY, PERFREPORT_KEY, reportDir, REPORTS_DIR, run, RUN_TAG, sdfRef, startTime, SUITESUMMARYREPORT_KEY, tc, TC_TAG, TIME_TAG, type, TYPE_TAG, user, USER_TAG
Constructor and Description |
---|
FileReportKey(java.util.Date dt) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
allTestsPassed()
always returns null (we don't know)
|
void |
deleteReport() |
org.w3c.dom.Document |
fetchReport()
This method will load the report into buffer than be be an XML Document object and return it.
|
void |
loadReport() |
void |
writeXML(java.io.PrintWriter ps) |
equals, getCoordinatorServer, getCurrentUser, getHost, getLocalHost, getReportDir, getReportSDF, getRun, getStartTime, getTc, getType, getUser, hashCode, matchesFilter, olderThan, setCoordinatorServer, setHost, setRun, setStartTime, setTc, setType, setUser, simpleCompare, simpleCompare
public static final java.lang.String REPORT_TAG
public FileReportKey(java.util.Date dt) throws java.lang.Exception
java.lang.Exception
public void loadReport() throws LisaException
loadReport
in class ReportKey
LisaException
public java.lang.Boolean allTestsPassed()
allTestsPassed
in class ReportKey
public org.w3c.dom.Document fetchReport() throws LisaException
fetchReport
in class ReportKey
LisaException
- which can be hiding anything form FileNotFound all the way to RemoteExceptionpublic void deleteReport() throws LisaException
deleteReport
in class ReportKey
LisaException
public void writeXML(java.io.PrintWriter ps)
Copyright © 1998-2014 CA, Inc. All Rights Reserved.