com.cloudbees.jenkins.plugins.sshagent.mina
Class MinaRemoteAgentStarter

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

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

Callable to start the remote agent.

See Also:
Serialized Form

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

Constructor Detail

MinaRemoteAgentStarter

public MinaRemoteAgentStarter(hudson.model.TaskListener listener)
Constructor.

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

call

public RemoteAgent call()
                 throws java.lang.Throwable

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


Copyright © 2004-2012. All Rights Reserved.