Uses of Interface
org.biouno.unochoice.model.Script
-
Uses of Script in org.biouno.unochoice
Modifier and TypeFieldDescriptionprotected final Script
AbstractScriptableParameter.script
Script used to render the parameter.ModifierConstructorDescriptionprotected
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
Modifier and TypeClassDescriptionclass
Abstract script.class
A Groovy script.class
A scriptler script. -
Uses of Script in org.biouno.unochoice.util