- All Implemented Interfaces:
- hudson.FilePath.FileCallable<String>, Serializable, org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- TotalTestRunnerUtils
public static class TotalTestRunnerUtils.GetRemoteUTF8FileContents
extends jenkins.MasterToSlaveFileCallable<String>
Returns a UTF8 string of the remote file.
hudson.VirtualChannel vChannel = new hudson.VirtualChannel(......);
hudson.FilePath filePath = new hudson.FilePath(vChannel, "somefile");
filePath.act(new TotalTestRunnerUtils.GetRemoteUTF8FileContents());
- See Also:
FilePath.act(FileCallable)
,
Serialized Form