com.thalesgroup.hudson.plugins.xunit.service
Class XUnitTransformer
java.lang.Object
com.thalesgroup.hudson.plugins.xunit.service.XUnitService
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
Method Summary |
Boolean |
invoke(File ws,
hudson.remoting.VirtualChannel channel)
Invocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XUnitTransformer
public XUnitTransformer()
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 workspacechannel
- the Hudson chanel
- Returns:
- true or false if the conversion fails
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.