Uses of Interface
org.biouno.unochoice.model.Script
-
Packages that use Script Package Description org.biouno.unochoice org.biouno.unochoice.model org.biouno.unochoice.util -
-
Uses of Script in org.biouno.unochoice
Fields in org.biouno.unochoice declared as Script Modifier and Type Field Description protected Script
AbstractScriptableParameter. script
Script used to render the parameter.Methods in org.biouno.unochoice that return Script Modifier and Type Method Description Script
AbstractScriptableParameter. getScript()
Gets the script.Constructors in org.biouno.unochoice with parameters of type Script Constructor Description AbstractCascadableParameter(String name, String description, String randomName, Script script, String referencedParameters)
Create a new abstract cascadable parameter.AbstractCascadableParameter(String name, String description, Script script, String referencedParameters)
Deprecated.see JENKINS-32149AbstractScriptableParameter(String name, String description, String randomName, Script script)
Inherited constructor.AbstractScriptableParameter(String name, String description, Script script)
Deprecated.see JENKINS-32149CascadeChoiceParameter(String name, String description, String randomName, Script script, String choiceType, String referencedParameters, Boolean filterable)
Deprecated.see JENKINS-31625CascadeChoiceParameter(String name, String description, String randomName, Script script, String choiceType, String referencedParameters, Boolean filterable, Integer filterLength)
Constructor called from Jelly with parameters.CascadeChoiceParameter(String name, String description, Script script, String choiceType, String referencedParameters, Boolean filterable)
Deprecated.see JENKINS-32149ChoiceParameter(String name, String description, String randomName, Script script, String choiceType, Boolean filterable)
Deprecated.see JENKINS-31625ChoiceParameter(String name, String description, String randomName, Script script, String choiceType, Boolean filterable, Integer filterLength)
Constructor called from Jelly with parameters.ChoiceParameter(String name, String description, Script script, String choiceType, Boolean filterable)
Deprecated.see JENKINS-32149DynamicReferenceParameter(String name, String description, String randomName, Script script, String choiceType, String referencedParameters, Boolean omitValueField)
Constructor called from Jelly with parameters.DynamicReferenceParameter(String name, String description, Script script, String choiceType, String referencedParameters, Boolean omitValueField)
Deprecated.see JENKINS-32149 -
Uses of Script in org.biouno.unochoice.model
Classes in org.biouno.unochoice.model that implement Script Modifier and Type Class Description class
AbstractScript
Abstract script.class
GroovyScript
A Groovy script.class
ScriptlerScript
A scriptler script. -
Uses of Script in org.biouno.unochoice.util
Methods in org.biouno.unochoice.util that return Script Modifier and Type Method Description Script
ScriptCallback. getScript()
Get the script.Constructors in org.biouno.unochoice.util with parameters of type Script Constructor Description ScriptCallback(String name, Script script, Map<String,String> parameters)
Create a new ScriptCallback.
-