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 records.- Since:
 - 1.587 / 1.580.1
 - Author:
 - Kohsuke Kawaguchi
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callable
call, getChannelOrFail, getOpenChannelOrFailMethods inherited from interface jenkins.agents.ControllerToAgentCallable
checkRoles 
- 
Constructor Details
- 
MasterToSlaveCallable
public MasterToSlaveCallable() 
 -