com.cloudbees.jenkins.plugins.sshagent
Class SSHAgentBuildWrapper.RemoteAgentStarter

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.RemoteAgentStarter
All Implemented Interfaces:
hudson.remoting.Callable<SSHAgentBuildWrapper.RemoteAgent,java.lang.Throwable>, java.io.Serializable
Enclosing class:
SSHAgentBuildWrapper

public static class SSHAgentBuildWrapper.RemoteAgentStarter
extends java.lang.Object
implements hudson.remoting.Callable<SSHAgentBuildWrapper.RemoteAgent,java.lang.Throwable>

Callable to start the remote agent.

See Also:
Serialized Form

Constructor Summary
SSHAgentBuildWrapper.RemoteAgentStarter(hudson.model.BuildListener listener)
          Constructor.
 
Method Summary
 SSHAgentBuildWrapper.RemoteAgent call()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHAgentBuildWrapper.RemoteAgentStarter

public SSHAgentBuildWrapper.RemoteAgentStarter(hudson.model.BuildListener listener)
Constructor.

Parameters:
listener - the listener to pass to the agent.
Method Detail

call

public SSHAgentBuildWrapper.RemoteAgent call()
                                      throws java.lang.Throwable

Specified by:
call in interface hudson.remoting.Callable<SSHAgentBuildWrapper.RemoteAgent,java.lang.Throwable>
Throws:
java.lang.Throwable


Copyright © 2004-2012. All Rights Reserved.