public class MSTestTransformer extends MasterToSlaveFileCallable<Boolean>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
invoke(File ws,
hudson.remoting.VirtualChannel channel)
Performs the computational task on the node where the data is located.
|
checkRolespublic Boolean invoke(File ws, hudson.remoting.VirtualChannel channel) throws IOException
All the exceptions are forwarded to the caller.
ws - File that represents the local file that FilePath has represented.channel - The "back pointer" of the Channel that represents the communication
with the node from where the code was sent.IOExceptionCopyright © 2016–2019. All rights reserved.