Uses of Interface
org.biouno.unochoice.model.Script
Packages that use Script
-
Uses of Script in org.biouno.unochoice
Fields in org.biouno.unochoice declared as ScriptModifier and TypeFieldDescriptionprotected final Script
AbstractScriptableParameter.script
Script used to render the parameter.Methods in org.biouno.unochoice that return ScriptConstructors in org.biouno.unochoice with parameters of type ScriptModifierConstructorDescriptionprotected
AbstractCascadableParameter
(String name, String description, String randomName, Script script, String referencedParameters) Create a new abstract cascadable parameter.protected
AbstractCascadableParameter
(String name, String description, Script script, String referencedParameters) Deprecated.see JENKINS-32149protected
AbstractScriptableParameter
(String name, String description, String randomName, Script script) Inherited constructor.protected
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 ScriptModifier and TypeClassDescriptionclass
Abstract script.class
A Groovy script.class
A scriptler script. -
Uses of Script in org.biouno.unochoice.util
Methods in org.biouno.unochoice.util that return ScriptConstructors in org.biouno.unochoice.util with parameters of type Script