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, getTotalCount
addAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getStatus, getStatusMessage, setDescription, setId, setName, setStatusString
public Report(JavaTestAction owner)
public hudson.model.AbstractBuild getOwner()
getOwner
in class TestObject<Report>
public Report getPreviousResult()
TestObject
TestObject
in the previous run.getPreviousResult
in class TestObject<Report>
public void add(File reportXml) throws IOException, SAXException
Report
object.IOException
SAXException
public String getChildTitle()
TestCollection
getChildTitle
in class TestCollection<Report,Suite>
Copyright © 2004-2015. All Rights Reserved.