Class ScriptCallback<T extends Throwable>
java.lang.Object
org.biouno.unochoice.util.ScriptCallback<T>
- All Implemented Interfaces:
hudson.remoting.Callable<Object,T>, Serializable, org.jenkinsci.remoting.RoleSensitive
public class ScriptCallback<T extends Throwable>
extends Object
implements hudson.remoting.Callable<Object,T>
A callable (Jenkins remoting API) object that executes the script locally (when executed in the master)
or remotely.
- Since:
- 0.1
- Author:
- dynamic-parameter-plugin, Bruno P. Kinoshita
- See Also:
-
Constructor Details
-
ScriptCallback
-
-
Method Details
-
getName
-
getParameters
-
getScript
-
call
-
checkRoles
- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-