com.thalesgroup.hudson.plugins.xunit.transformer
Class XUnitTransformer

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.transformer.XUnitTransformer
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable

public class XUnitTransformer
extends java.lang.Object
implements hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
XUnitTransformer(hudson.model.BuildListener listener, XUnitConfig config, hudson.FilePath junitOutputPath)
           
 
Method Summary
 java.lang.Boolean invoke(java.io.File moduleRoot, hudson.remoting.VirtualChannel channel)
          Invocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitTransformer

public XUnitTransformer(hudson.model.BuildListener listener,
                        XUnitConfig config,
                        hudson.FilePath junitOutputPath)
Method Detail

invoke

public java.lang.Boolean invoke(java.io.File moduleRoot,
                                hudson.remoting.VirtualChannel channel)
                         throws java.io.IOException
Invocation

Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>
Parameters:
moduleRoot -
channel -
Returns:
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.