Index

A C D E F G H I J L N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCascadableParameter - Class in org.biouno.unochoice
Base class for cascadable parameters, providing basic and utility methods.
AbstractCascadableParameter(String, String, String, Script, String) - Constructor for class org.biouno.unochoice.AbstractCascadableParameter
Create a new abstract cascadable parameter.
AbstractCascadableParameter(String, String, Script, String) - Constructor for class org.biouno.unochoice.AbstractCascadableParameter
Deprecated.
see JENKINS-32149
AbstractScript - Class in org.biouno.unochoice.model
Abstract script.
AbstractScript() - Constructor for class org.biouno.unochoice.model.AbstractScript
 
AbstractScriptableParameter - Class in org.biouno.unochoice
Base class for parameters with scripts.
AbstractScriptableParameter(String, String, String, Script) - Constructor for class org.biouno.unochoice.AbstractScriptableParameter
Inherited constructor.
AbstractScriptableParameter(String, String, Script) - Constructor for class org.biouno.unochoice.AbstractScriptableParameter
Deprecated.
see JENKINS-32149
AbstractUnoChoiceParameter - Class in org.biouno.unochoice
Abstract Uno Choice parameter.
AbstractUnoChoiceParameter(String, String) - Constructor for class org.biouno.unochoice.AbstractUnoChoiceParameter
Deprecated.
to fix JENKINS-32149 (create random name only once - this is the parameter ID)
AbstractUnoChoiceParameter(String, String, String) - Constructor for class org.biouno.unochoice.AbstractUnoChoiceParameter
Inherited constructor.
all() - Static method in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
all() - Static method in class org.biouno.unochoice.model.AbstractScript
 

C

call() - Method in class org.biouno.unochoice.util.ScriptCallback
 
CascadableParameter<T> - Interface in org.biouno.unochoice
A parameter that monitors other referenced parameters.
CascadeChoiceParameter - Class in org.biouno.unochoice
A choice parameter, that gets updated when another parameter changes.
CascadeChoiceParameter(String, String, String, Script, String, String, Boolean) - Constructor for class org.biouno.unochoice.CascadeChoiceParameter
Deprecated.
see JENKINS-31625
CascadeChoiceParameter(String, String, String, Script, String, String, Boolean, Integer) - Constructor for class org.biouno.unochoice.CascadeChoiceParameter
Constructor called from Jelly with parameters.
CascadeChoiceParameter(String, String, Script, String, String, Boolean) - Constructor for class org.biouno.unochoice.CascadeChoiceParameter
Deprecated.
see JENKINS-32149
CascadeChoiceParameter.DescriptImpl - Class in org.biouno.unochoice
 
checkRoles(RoleChecker) - Method in class org.biouno.unochoice.util.ScriptCallback
 
ChoiceParameter - Class in org.biouno.unochoice
A parameter that renders its options as a choice (select) HTML component.
ChoiceParameter(String, String, String, Script, String, Boolean) - Constructor for class org.biouno.unochoice.ChoiceParameter
Deprecated.
see JENKINS-31625
ChoiceParameter(String, String, String, Script, String, Boolean, Integer) - Constructor for class org.biouno.unochoice.ChoiceParameter
Constructor called from Jelly with parameters.
ChoiceParameter(String, String, Script, String, Boolean) - Constructor for class org.biouno.unochoice.ChoiceParameter
Deprecated.
see JENKINS-32149
ChoiceParameter.DescriptImpl - Class in org.biouno.unochoice
 
createRandomParameterName(String, String) - Static method in class org.biouno.unochoice.util.Utils
Creates a random parameter name.
createValue(String) - Method in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
createValue(StaplerRequest, JSONObject) - Method in class org.biouno.unochoice.AbstractUnoChoiceParameter
 

D

DEFAULT_MAX_VISIBLE_ITEM_COUNT - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
DescriptImpl() - Constructor for class org.biouno.unochoice.CascadeChoiceParameter.DescriptImpl
 
DescriptImpl() - Constructor for class org.biouno.unochoice.ChoiceParameter.DescriptImpl
 
DescriptorImpl() - Constructor for class org.biouno.unochoice.DynamicReferenceParameter.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.biouno.unochoice.model.GroovyScript.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.biouno.unochoice.model.ScriptlerScript.DescriptorImpl
 
detectProject() - Method in class org.biouno.unochoice.AbstractScriptableParameter
 
doCheckRequired(String) - Method in class org.biouno.unochoice.DynamicReferenceParameter.DescriptorImpl
 
doUpdate(String) - Method in class org.biouno.unochoice.AbstractCascadableParameter
 
doUpdate(String) - Method in interface org.biouno.unochoice.CascadableParameter
Exposed to the UI.
DynamicReferenceParameter - Class in org.biouno.unochoice
Provides a dynamic reference parameter for users.
DynamicReferenceParameter(String, String, String, Script, String, String, Boolean) - Constructor for class org.biouno.unochoice.DynamicReferenceParameter
Constructor called from Jelly with parameters.
DynamicReferenceParameter(String, String, Script, String, String, Boolean) - Constructor for class org.biouno.unochoice.DynamicReferenceParameter
Deprecated.
see JENKINS-32149
DynamicReferenceParameter.DescriptorImpl - Class in org.biouno.unochoice
 

E

ELEMENT_TYPE_FORMATTED_HIDDEN_HTML - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
ELEMENT_TYPE_FORMATTED_HTML - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
ELEMENT_TYPE_ORDERED_LIST - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
ELEMENT_TYPE_TEXT_BOX - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
ELEMENT_TYPE_UNORDERED_LIST - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
equals(Object) - Method in class org.biouno.unochoice.model.GroovyScript
 
EQUALS - Static variable in class org.biouno.unochoice.AbstractScriptableParameter
Used to split values when scripts return values like A=2, B=3.
escapeDisabled(Object) - Static method in class org.biouno.unochoice.util.Utils
Escapes the parameter value, removing the :disabled suffix.
escapeSelected(Object) - Static method in class org.biouno.unochoice.util.Utils
Escapes the parameter value, removing the :selected suffix.
escapeSelectedAndDisabled(Object) - Static method in class org.biouno.unochoice.util.Utils
Escapes the parameter value, removing the :selected and :disabled suffixes.
eval() - Method in class org.biouno.unochoice.model.GroovyScript
 
eval() - Method in interface org.biouno.unochoice.model.Script
Evaluates the script.
eval() - Method in class org.biouno.unochoice.model.ScriptlerScript
 
eval(Map<String, String>) - Method in class org.biouno.unochoice.model.GroovyScript
 
eval(Map<String, String>) - Method in interface org.biouno.unochoice.model.Script
Evaluates the script using the given parameters binding parameters.
eval(Map<String, String>) - Method in class org.biouno.unochoice.model.ScriptlerScript
 

F

findProjectByParameterUUID(String) - Static method in class org.biouno.unochoice.util.Utils
Find the current project give its parameter UUID.

G

getApplicableResultSeekers() - Method in class org.biouno.unochoice.UnoChoiceParameterDescriptor
 
getBuildWrapperParameterDefinitions(Project<?, ?>) - Static method in class org.biouno.unochoice.util.Utils
Get parameter definitions associated with BuildWrappers of the given Project.
getChoices() - Method in class org.biouno.unochoice.AbstractScriptableParameter
 
getChoices(Map<Object, Object>) - Method in class org.biouno.unochoice.AbstractScriptableParameter
 
getChoices(Map<Object, Object>) - Method in interface org.biouno.unochoice.ScriptableParameter
Evaluates a script and returns its result as a Map.
getChoicesAsString() - Method in class org.biouno.unochoice.AbstractScriptableParameter
 
getChoicesAsString(Map<Object, Object>) - Method in class org.biouno.unochoice.AbstractScriptableParameter
 
getChoicesAsStringForUI() - Method in class org.biouno.unochoice.DynamicReferenceParameter
 
getChoicesForUI() - Method in class org.biouno.unochoice.AbstractCascadableParameter
 
getChoicesForUI() - Method in interface org.biouno.unochoice.CascadableParameter
Evaluates a script and returns its result as a Map.
getChoiceType() - Method in class org.biouno.unochoice.AbstractUnoChoiceParameter
Gets the choice type.
getChoiceType() - Method in class org.biouno.unochoice.CascadeChoiceParameter
 
getChoiceType() - Method in class org.biouno.unochoice.ChoiceParameter
 
getChoiceType() - Method in class org.biouno.unochoice.DynamicReferenceParameter
 
getDefaultParameterValue() - Method in class org.biouno.unochoice.AbstractScriptableParameter
 
getDescriptor() - Method in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
getDescriptor() - Method in class org.biouno.unochoice.model.AbstractScript
 
getDisplayName() - Method in class org.biouno.unochoice.CascadeChoiceParameter.DescriptImpl
 
getDisplayName() - Method in class org.biouno.unochoice.ChoiceParameter.DescriptImpl
 
getDisplayName() - Method in class org.biouno.unochoice.DynamicReferenceParameter.DescriptorImpl
 
getDisplayName() - Method in class org.biouno.unochoice.model.GroovyScript.DescriptorImpl
 
getDisplayName() - Method in class org.biouno.unochoice.model.ScriptlerScript.DescriptorImpl
 
getFallbackScript() - Method in class org.biouno.unochoice.model.GroovyScript
 
getFilterable() - Method in class org.biouno.unochoice.CascadeChoiceParameter
Get the filter flag.
getFilterable() - Method in class org.biouno.unochoice.ChoiceParameter
Get the filter flag.
getFilterLength() - Method in class org.biouno.unochoice.CascadeChoiceParameter
Get the filter length.
getFilterLength() - Method in class org.biouno.unochoice.ChoiceParameter
Get the filter length.
getGlobalNodeProperties() - Static method in class org.biouno.unochoice.util.Utils
Get a map with the global node properties.
getHelpFile() - Method in class org.biouno.unochoice.CascadeChoiceParameter.DescriptImpl
 
getHelpFile() - Method in class org.biouno.unochoice.ChoiceParameter.DescriptImpl
 
getHelpFile() - Method in class org.biouno.unochoice.DynamicReferenceParameter.DescriptorImpl
 
getIsSandboxed() - Method in class org.biouno.unochoice.model.ScriptlerScript
 
getName() - Method in class org.biouno.unochoice.util.ScriptCallback
Get script callback name.
getOmitValueField() - Method in class org.biouno.unochoice.DynamicReferenceParameter
 
getParameters() - Method in class org.biouno.unochoice.AbstractCascadableParameter
 
getParameters() - Method in class org.biouno.unochoice.AbstractScriptableParameter
Gets the current parameters, be it before or after other referenced parameters triggered an update.
getParameters() - Method in class org.biouno.unochoice.model.ScriptlerScript
 
getParameters() - Method in class org.biouno.unochoice.util.ScriptCallback
Get script parameters.
getParameters(String) - Method in class org.biouno.unochoice.model.ScriptlerScript.DescriptorImpl
gets the argument description to be displayed on the screen when selecting a config in the dropdown
getProject() - Method in class org.biouno.unochoice.DynamicReferenceParameter.DescriptorImpl
 
getProjectByName(String) - Static method in class org.biouno.unochoice.util.Utils
Deprecated.
The choice is arbitrary if there are multiple matches; use Item.getFullName() and Jenkins.getItemByFullName(String, Class) instead.
getProjectParameterDefinitions(Project<?, ?>) - Static method in class org.biouno.unochoice.util.Utils
Get the parameter definitions for the given project.
getRandomName() - Method in class org.biouno.unochoice.AbstractUnoChoiceParameter
Gets the randomly generated parameter name.
getReferencedParameters() - Method in class org.biouno.unochoice.AbstractCascadableParameter
 
getReferencedParameters() - Method in interface org.biouno.unochoice.CascadableParameter
Gets the list of referenced parameters.
getReferencedParametersAsArray() - Method in class org.biouno.unochoice.AbstractCascadableParameter
 
getScript() - Method in class org.biouno.unochoice.AbstractScriptableParameter
Gets the script.
getScript() - Method in class org.biouno.unochoice.model.GroovyScript
 
getScript() - Method in class org.biouno.unochoice.util.ScriptCallback
Get the script.
getScriptlerBuilder() - Method in class org.biouno.unochoice.model.ScriptlerScript
 
getScriptlerScriptId() - Method in class org.biouno.unochoice.model.ScriptlerScript
 
getSystemEnv() - Static method in class org.biouno.unochoice.util.Utils
Helped method to return the system environment variables.
getVisibleItemCount() - Method in class org.biouno.unochoice.AbstractScriptableParameter
Get the number of visible items in the select.
GroovyScript - Class in org.biouno.unochoice.model
A Groovy script.
GroovyScript(String, String) - Constructor for class org.biouno.unochoice.model.GroovyScript
Deprecated.
GroovyScript(SecureGroovyScript, SecureGroovyScript) - Constructor for class org.biouno.unochoice.model.GroovyScript
 
GroovyScript.DescriptorImpl - Class in org.biouno.unochoice.model
 

H

hashCode() - Method in class org.biouno.unochoice.model.GroovyScript
 

I

INSTANCE - Static variable in class org.biouno.unochoice.util.SafeHtmlExtendedMarkupFormatter
 
isDisabled(Object) - Static method in class org.biouno.unochoice.util.Utils
Checks whether a parameter value contains the :disabled suffix, returning true if it does, false otherwise.
isSelected(Object) - Static method in class org.biouno.unochoice.util.Utils
Checks whether a parameter value contains the :selected suffix, returning true if it does, false otherwise.

J

JENKINS_BUILD_VARIABLE_NAME - Static variable in class org.biouno.unochoice.AbstractScriptableParameter
Constant used to add the build in the environment variables map.
JENKINS_PARAMETER_VARIABLE_NAME - Static variable in class org.biouno.unochoice.AbstractScriptableParameter
Constant used to add the parameter name in the environment variables map.
JENKINS_PROJECT_VARIABLE_NAME - Static variable in class org.biouno.unochoice.AbstractScriptableParameter
Constant used to add the project in the environment variables map.

L

LOGGER - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
LOGGER - Static variable in class org.biouno.unochoice.util.Utils
 

N

newInstance(StaplerRequest, JSONObject) - Method in class org.biouno.unochoice.DynamicReferenceParameter.DescriptorImpl
 

O

org.biouno.unochoice - package org.biouno.unochoice
 
org.biouno.unochoice.model - package org.biouno.unochoice.model
 
org.biouno.unochoice.util - package org.biouno.unochoice.util
 

P

PARAMETER_TYPE_CHECK_BOX - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
PARAMETER_TYPE_MULTI_SELECT - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
PARAMETER_TYPE_RADIO - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
PARAMETER_TYPE_SINGLE_SELECT - Static variable in class org.biouno.unochoice.AbstractUnoChoiceParameter
 
parameters - Variable in class org.biouno.unochoice.AbstractCascadableParameter
Map with parameters in the UI.

R

readResolve() - Method in class org.biouno.unochoice.model.ScriptlerScript
 

S

SafeHtmlExtendedMarkupFormatter - Class in org.biouno.unochoice.util
A markup formatter used by the plug-in (only, not available in other parts of Jenkins) that allows HTML tags such as <input>.
SafeHtmlExtendedMarkupFormatter() - Constructor for class org.biouno.unochoice.util.SafeHtmlExtendedMarkupFormatter
 
script - Variable in class org.biouno.unochoice.AbstractScriptableParameter
Script used to render the parameter.
Script - Interface in org.biouno.unochoice.model
Interface for scripts.
ScriptableParameter<T> - Interface in org.biouno.unochoice
A parameter that is obtained through the execution of a script.
ScriptCallback<T extends Throwable> - Class in org.biouno.unochoice.util
A callable (Jenkins remoting API) object that executes the script locally (when executed in the master) or remotely.
ScriptCallback(String, Script, Map<String, String>) - Constructor for class org.biouno.unochoice.util.ScriptCallback
Create a new ScriptCallback.
ScriptDescriptor - Class in org.biouno.unochoice.model
Abstract descriptor for scripts.
ScriptDescriptor() - Constructor for class org.biouno.unochoice.model.ScriptDescriptor
 
ScriptlerScript - Class in org.biouno.unochoice.model
A scriptler script.
ScriptlerScript(ScriptlerBuilder, Boolean) - Constructor for class org.biouno.unochoice.model.ScriptlerScript
 
ScriptlerScript.DescriptorImpl - Class in org.biouno.unochoice.model
 
SEPARATOR - Static variable in class org.biouno.unochoice.AbstractScriptableParameter
Used to split values that come from the UI via Ajax POST's
setParameters(List<Map<String, String>>) - Method in class org.biouno.unochoice.model.ScriptlerScript
 
setScriptlerScriptId(String) - Method in class org.biouno.unochoice.model.ScriptlerScript
 

T

toGroovyScript() - Method in class org.biouno.unochoice.model.ScriptlerScript
Converts this scriptler script to a GroovyScript.
toString() - Method in class org.biouno.unochoice.model.GroovyScript
 
translate(String, Writer) - Method in class org.biouno.unochoice.util.SafeHtmlExtendedMarkupFormatter

U

UnoChoiceParameter - Interface in org.biouno.unochoice
Marker interface for Uno Choice parameters.
UnoChoiceParameterDescriptor - Class in org.biouno.unochoice
Descriptor for Uno Choice parameters.
UnoChoiceParameterDescriptor() - Constructor for class org.biouno.unochoice.UnoChoiceParameterDescriptor
 
Utils - Class in org.biouno.unochoice.util
Utility methods.
A C D E F G H I J L N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form