public final class Report extends TestCollection<Report,Suite>
| Constructor and Description |
|---|
Report(JavaTestAction owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(File reportXml)
Loads SQE report file into this
Report object. |
String |
getChildTitle()
Returns the caption of the children.
|
hudson.model.AbstractBuild |
getOwner() |
Report |
getPreviousResult()
Gets the counter part of this
TestObject in the previous run. |
add, doLog, get, getChildren, getDynamic, getFailCount, getFailedTests, getPackages, getPackageTests, getSkippedCount, getSkippedTests, getTotalCountaddAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getStatus, getStatusMessage, setDescription, setId, setName, setStatusStringpublic Report(JavaTestAction owner)
public hudson.model.AbstractBuild getOwner()
getOwner in class TestObject<Report>public Report getPreviousResult()
TestObjectTestObject in the previous run.getPreviousResult in class TestObject<Report>public void add(File reportXml) throws IOException, SAXException
Report object.IOExceptionSAXExceptionpublic String getChildTitle()
TestCollectiongetChildTitle in class TestCollection<Report,Suite>Copyright © 2004-2015. All Rights Reserved.