Package org.biouno.unochoice.model
Interface Script
- All Superinterfaces:
Describable<Script>
,Serializable
- All Known Implementing Classes:
AbstractScript
,GroovyScript
,ScriptlerScript
Interface for scripts.
- Since:
- 0.23
- Author:
- Bruno P. Kinoshita
-
Method Summary
Methods inherited from interface hudson.model.Describable
getDescriptor
-
Method Details
-
eval
Object eval()Evaluates the script.- Returns:
- output of the script
-
eval
Evaluates the script using the given parameters binding parameters.- Parameters:
parameters
- binding parameters- Returns:
- output of the script
-
all
-