hudson.plugins.utplsql
Class UtplsqlTestResultParser

java.lang.Object
  extended by hudson.tasks.test.TestResultParser
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
UtplsqlTestResultParser()
           
 
Method Summary
 String getDisplayName()
           
 String getTestResultLocationMessage()
           
 hudson.tasks.junit.TestResult parse(String testResultLocations, hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.TaskListener listener)
          Called by the Recorder.
 
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
 

Constructor Detail

UtplsqlTestResultParser

public UtplsqlTestResultParser()
Method Detail

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.