Package hudson.slaves

Class ChannelPinger.SetUpRemotePing

java.lang.Object
jenkins.security.MasterToSlaveCallable<Void,IOException>
hudson.slaves.ChannelPinger.SetUpRemotePing
All Implemented Interfaces:
hudson.remoting.Callable<Void,IOException>, Serializable, org.jenkinsci.remoting.RoleSensitive
Enclosing class:
ChannelPinger

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class ChannelPinger.SetUpRemotePing extends MasterToSlaveCallable<Void,IOException>
See Also:
  • Constructor Details

    • SetUpRemotePing

      public SetUpRemotePing(int pingTimeoutSeconds, int pingIntervalSeconds)
  • Method Details