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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetUpRemotePing(int pingTimeoutSeconds, int pingIntervalSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
call()
boolean
equals(Object obj)
int
hashCode()
protected Object
readResolve()
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
-
-
-
Method Detail
-
call
public Void call() throws IOException
- Throws:
IOException
-
readResolve
protected Object readResolve()
-
-