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 ScriptAbstractScriptableParameter.scriptScript used to render the parameter.Methods in org.biouno.unochoice that return ScriptMethods in org.biouno.unochoice that return types with arguments of type ScriptModifier and TypeMethodDescriptionList<Descriptor<? extends Script>>UnoChoiceParameterDescriptor.getApplicableResultSeekers()Constructors in org.biouno.unochoice with parameters of type ScriptModifierConstructorDescriptionprotectedAbstractCascadableParameter(String name, String description, String randomName, Script script, String referencedParameters) Create a new abstract cascadable parameter.protectedAbstractCascadableParameter(String name, String description, Script script, String referencedParameters) Deprecated.see JENKINS-32149protectedAbstractScriptableParameter(String name, String description, String randomName, Script script) Inherited constructor.protectedAbstractScriptableParameter(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 TypeClassDescriptionclassAbstract script.classA Groovy script.classA scriptler script.Methods in org.biouno.unochoice.model that return types with arguments of type 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