hudson.plugins.utplsql
Class UtplsqlTestResultParser
java.lang.Object
hudson.tasks.test.TestResultParser
hudson.plugins.utplsql.UtplsqlTestResultParser
- All Implemented Interfaces:
- hudson.ExtensionPoint, Serializable
public class UtplsqlTestResultParser
- extends hudson.tasks.test.TestResultParser
- implements Serializable
In the future, this class should create utPLSQL specific TestResults.
Currently it transforms the utPLSQL output to jUnit files and runs
creates a jUnit testresult.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.tasks.test.TestResultParser |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UtplsqlTestResultParser
public UtplsqlTestResultParser()
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName in class hudson.tasks.test.TestResultParser
getTestResultLocationMessage
public String getTestResultLocationMessage()
- Overrides:
getTestResultLocationMessage in class hudson.tasks.test.TestResultParser
parse
public hudson.tasks.junit.TestResult parse(String testResultLocations,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
- Called by the Recorder.
- Specified by:
parse in class hudson.tasks.test.TestResultParser
- Throws:
InterruptedException
IOException
Copyright © 2004-2014. All Rights Reserved.