|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.testng.parser.ResultsParser
public class ResultsParser
Parses testng result XMLs generated using org.testng.reporters.XmlReporter into objects that are then used to display results in Jenkins
Field Summary | |
---|---|
static java.lang.String |
DATE_FORMAT
|
Constructor Summary | |
---|---|
ResultsParser()
|
Method Summary | |
---|---|
TestResults |
parse(hudson.FilePath[] paths)
Parses the XML for relevant information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String DATE_FORMAT
Constructor Detail |
---|
public ResultsParser()
Method Detail |
---|
public TestResults parse(hudson.FilePath[] paths)
paths
- a file hopefully containing test related data in correct format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |