hudson.plugins.nunit
Class NUnitArchiver

java.lang.Object
  extended by hudson.plugins.nunit.NUnitArchiver
All Implemented Interfaces:
hudson.FilePath.FileCallable<Boolean>, Serializable

public class NUnitArchiver
extends Object
implements hudson.FilePath.FileCallable<Boolean>, Serializable

Class responsible for transforming NUnit to JUnit files and then run them all through the JUnit result archiver.

Author:
Erik Ramfelt
See Also:
Serialized Form

Field Summary
static String JUNIT_REPORTS_PATH
           
 
Constructor Summary
NUnitArchiver(hudson.model.BuildListener listener, String testResults, TestReportTransformer unitReportTransformer)
           
 
Method Summary
 Boolean invoke(File ws, hudson.remoting.VirtualChannel channel)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JUNIT_REPORTS_PATH

public static final String JUNIT_REPORTS_PATH
See Also:
Constant Field Values
Constructor Detail

NUnitArchiver

public NUnitArchiver(hudson.model.BuildListener listener,
                     String testResults,
                     TestReportTransformer unitReportTransformer)
              throws TransformerException
Throws:
TransformerException
Method Detail

invoke

public Boolean invoke(File ws,
                      hudson.remoting.VirtualChannel channel)
               throws IOException

Specified by:
invoke in interface hudson.FilePath.FileCallable<Boolean>
Throws:
IOException


Copyright © 2004-2012 Hudson. All Rights Reserved.