Class SSHMasterToSlaveCallable

java.lang.Object
jenkins.security.MasterToSlaveCallable<Object,IOException>
org.jenkinsci.plugins.sshsteps.util.SSHMasterToSlaveCallable
All Implemented Interfaces:
hudson.remoting.Callable<Object,IOException>, Serializable, org.jenkinsci.remoting.RoleSensitive

public abstract class SSHMasterToSlaveCallable extends MasterToSlaveCallable<Object,IOException>
Base Callable for all SSH Steps.
Author:
Naresh Rayapati.
See Also:
  • Constructor Details

  • Method Details

    • call

      public Object call()
    • createService

      public SSHService createService()
    • execute

      protected abstract Object execute()