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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callablecall, getChannelOrFail, getOpenChannelOrFailMethods inherited from interface jenkins.agents.ControllerToAgentCallablecheckRoles
- 
Constructor Details- 
MasterToSlaveCallablepublic MasterToSlaveCallable()
 
-