public abstract class SlaveToMasterFileCallable<T> extends Object implements FilePath.FileCallable<T>
FilePath.FileCallable
s that can be executed on the master, sent by the agent.
Note that any serializable fields must either be defined in your plugin or included in the stock JEP-200 whitelist.Constructor and Description |
---|
SlaveToMasterFileCallable() |
Modifier and Type | Method and Description |
---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
SecurityException
Copyright © 2004–2021. All rights reserved.