Class SshPluginDefaultsHandler

java.lang.Object
jenkins.plugins.publish_over_ssh.options.SshPluginDefaultsHandler
All Implemented Interfaces:
InvocationHandler

public final class SshPluginDefaultsHandler extends Object implements InvocationHandler
  • Constructor Details

    • SshPluginDefaultsHandler

      public SshPluginDefaultsHandler()
  • Method Details

    • invoke

      public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
      Specified by:
      invoke in interface InvocationHandler
      Throws:
      Throwable
    • getExecCommand

      public String getExecCommand()
    • getExecTimeout

      public int getExecTimeout()
    • isPseudoTty

      public boolean isPseudoTty()
    • isAgentForwarding

      public boolean isAgentForwarding()