com.cloudbees.jenkins.plugins.sshcredentials.impl
Class BasicSSHUserPrivateKey.ReadFileOnMaster

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.ReadFileOnMaster
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.lang.String>, java.io.Serializable
Enclosing class:
BasicSSHUserPrivateKey

public static class BasicSSHUserPrivateKey.ReadFileOnMaster
extends java.lang.Object
implements hudson.FilePath.FileCallable<java.lang.String>

See Also:
Serialized Form

Constructor Summary
BasicSSHUserPrivateKey.ReadFileOnMaster(java.lang.String path)
           
 
Method Summary
 java.lang.String invoke(java.io.File f, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSSHUserPrivateKey.ReadFileOnMaster

public BasicSSHUserPrivateKey.ReadFileOnMaster(java.lang.String path)
Method Detail

invoke

public java.lang.String invoke(java.io.File f,
                               hudson.remoting.VirtualChannel channel)
                        throws java.io.IOException,
                               java.lang.InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.String>
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2004-2012. All Rights Reserved.