Package hudson.plugins.mstest
Class MSTestTransformer
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<Boolean>
-
- hudson.plugins.mstest.MSTestTransformer
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class MSTestTransformer extends MasterToSlaveFileCallable<Boolean>
Class responsible for transforming the MSTest build report into a JUnit file and then record it in the JUnit result archive.- Author:
- Antonio Marques
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
invoke(File ws, hudson.remoting.VirtualChannel channel)
Performs the computational task on the node where the data is located.-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Method Detail
-
invoke
public Boolean invoke(File ws, hudson.remoting.VirtualChannel channel) throws IOException
Performs the computational task on the node where the data is located.All the exceptions are forwarded to the caller.
- Parameters:
ws
-File
that represents the local file thatFilePath
has represented.channel
- The "back pointer" of theChannel
that represents the communication with the node from where the code was sent.- Throws:
IOException
-
-