Package jenkins.security
Class MasterToSlaveCallable<V,T extends Throwable>
java.lang.Object
jenkins.security.MasterToSlaveCallable<V,T>
- Type Parameters:
V
- the return type
- All Implemented Interfaces:
hudson.remoting.Callable<V,
,T> Serializable
,ControllerToAgentCallable<V,
,T> org.jenkinsci.remoting.RoleSensitive
- Direct Known Subclasses:
ChannelPinger.SetUpRemotePing
public abstract class MasterToSlaveCallable<V,T extends Throwable>
extends Object
implements ControllerToAgentCallable<V,T>
Callable
meant to be run on agent.
For new code, implement ControllerToAgentCallable
which has the advantage that it can be used on record
s.- Since:
- 1.587 / 1.580.1
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.remoting.Callable
call, getChannelOrFail, getOpenChannelOrFail
Methods inherited from interface jenkins.agents.ControllerToAgentCallable
checkRoles
-
Constructor Details
-
MasterToSlaveCallable
public MasterToSlaveCallable()
-