Package jenkins
Class MasterToSlaveFileCallable<T>
java.lang.Object
jenkins.MasterToSlaveFileCallable<T>
- Type Parameters:
T
- the return type
- All Implemented Interfaces:
FilePath.FileCallable<T>
,Serializable
,ControllerToAgentFileCallable<T>
,org.jenkinsci.remoting.RoleSensitive
- Direct Known Subclasses:
DiskSpaceMonitorDescriptor.GetUsableSpace
,TemporarySpaceMonitor.GetTempSpace
public abstract class MasterToSlaveFileCallable<T>
extends Object
implements ControllerToAgentFileCallable<T>
FilePath.FileCallable
s that could run on an agent.
For new code, implement ControllerToAgentFileCallable
which has the advantage that it can be used on record
s.- Since:
- 1.587 / 1.580.1
- 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 jenkins.agents.ControllerToAgentFileCallable
checkRoles
Methods inherited from interface hudson.FilePath.FileCallable
invoke
-
Constructor Details
-
MasterToSlaveFileCallable
public MasterToSlaveFileCallable()
-