com.cloudbees.jenkins.plugins.sshagent.jna
Class JNRRemoteAgentStarter

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

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

Callable to start the remote agent.

See Also:
Serialized Form

Constructor Summary
JNRRemoteAgentStarter(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

JNRRemoteAgentStarter

public JNRRemoteAgentStarter(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.