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

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

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

See Also:
Serialized Form

Constructor Summary
BasicSSHUserPrivateKey.ReadKeyOnMaster()
           
 
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.ReadKeyOnMaster

public BasicSSHUserPrivateKey.ReadKeyOnMaster()
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.