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

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

public class XUnitTransformer
extends XUnitService
implements hudson.FilePath.FileCallable<Boolean>, Serializable

See Also:
Serialized Form

Constructor Summary
XUnitTransformer()
           
 
Method Summary
 Boolean invoke(File ws, hudson.remoting.VirtualChannel channel)
          Invocation
 
Methods inherited from class com.thalesgroup.hudson.plugins.xunit.service.XUnitService
errorSystemLogger, infoSystemLogger, warningSystemLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitTransformer

public XUnitTransformer()
Method Detail

invoke

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

Specified by:
invoke in interface hudson.FilePath.FileCallable<Boolean>
Parameters:
ws - the Hudson workspace
channel - the Hudson chanel
Returns:
true or false if the conversion fails
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.