JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
J
L
N
O
P
S
T
U
A
AbstractCascadableParameter
- Class in
org.biouno.unochoice
Base class for cascadable parameters, providing basic and utility methods.
AbstractCascadableParameter(String, String, Script, String)
- Constructor for class org.biouno.unochoice.
AbstractCascadableParameter
Deprecated.
see JENKINS-32149
AbstractCascadableParameter(String, String, String, Script, String)
- Constructor for class org.biouno.unochoice.
AbstractCascadableParameter
Create a new abstract cascadable parameter.
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, Script)
- Constructor for class org.biouno.unochoice.
AbstractScriptableParameter
Deprecated.
see JENKINS-32149
AbstractScriptableParameter(String, String, String, Script)
- Constructor for class org.biouno.unochoice.
AbstractScriptableParameter
Inherited constructor.
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, Script, String, String, Boolean)
- Constructor for class org.biouno.unochoice.
CascadeChoiceParameter
Deprecated.
see JENKINS-32149
CascadeChoiceParameter(String, String, String, Script, String, String, Boolean)
- Constructor for class org.biouno.unochoice.
CascadeChoiceParameter
Constructor called from Jelly with parameters.
CascadeChoiceParameter.DescriptImpl
- Class in
org.biouno.unochoice
CascadeChoiceParameter.DescriptImpl()
- Constructor for class org.biouno.unochoice.
CascadeChoiceParameter.DescriptImpl
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, Script, String, Boolean)
- Constructor for class org.biouno.unochoice.
ChoiceParameter
Deprecated.
see JENKINS-32149
ChoiceParameter(String, String, String, Script, String, Boolean)
- Constructor for class org.biouno.unochoice.
ChoiceParameter
Constructor called from Jelly with parameters.
ChoiceParameter.DescriptImpl
- Class in
org.biouno.unochoice
ChoiceParameter.DescriptImpl()
- Constructor for class org.biouno.unochoice.
ChoiceParameter.DescriptImpl
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
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, Script, String, String, Boolean)
- Constructor for class org.biouno.unochoice.
DynamicReferenceParameter
Deprecated.
see JENKINS-32149
DynamicReferenceParameter(String, String, String, Script, String, String, Boolean)
- Constructor for class org.biouno.unochoice.
DynamicReferenceParameter
Constructor called from Jelly with parameters.
DynamicReferenceParameter.DescriptorImpl
- Class in
org.biouno.unochoice
DynamicReferenceParameter.DescriptorImpl()
- Constructor for class org.biouno.unochoice.
DynamicReferenceParameter.DescriptorImpl
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
escapeSelected(Object)
- Static method in class org.biouno.unochoice.util.
Utils
Escapes the parameter value, removing the :selected suffix.
eval()
- Method in class org.biouno.unochoice.model.
GroovyScript
eval(Map<String, String>)
- Method in class org.biouno.unochoice.model.
GroovyScript
eval()
- Method in interface org.biouno.unochoice.model.
Script
Evaluates the script.
eval(Map<String, String>)
- Method in interface org.biouno.unochoice.model.
Script
Evaluates the script using the given parameters binding parameters.
eval()
- Method in class org.biouno.unochoice.model.
ScriptlerScript
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
getAllScriptlerScripts()
- Static method in class org.biouno.unochoice.util.
Utils
Returns all scriptler scripts available.
getApplicableResultSeekers()
- Method in class org.biouno.unochoice.
UnoChoiceParameterDescriptor
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
Gets the filter flag.
getFilterable()
- Method in class org.biouno.unochoice.
ChoiceParameter
Gets the filter flag.
getGlobalNodeProperties()
- Static method in class org.biouno.unochoice.util.
Utils
Get a map with the global node properties.
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.
getProject()
- Method in class org.biouno.unochoice.
DynamicReferenceParameter.DescriptorImpl
getProjectByName(String)
- Static method in class org.biouno.unochoice.util.
Utils
Get project in Jenkins given its name.
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.
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
GroovyScript.DescriptorImpl()
- Constructor for class org.biouno.unochoice.model.
GroovyScript.DescriptorImpl
H
hashCode()
- Method in class org.biouno.unochoice.model.
GroovyScript
I
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_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
N
newInstance(StaplerRequest, JSONObject)
- Method in class org.biouno.unochoice.
DynamicReferenceParameter.DescriptorImpl
newInstance(StaplerRequest, JSONObject)
- Method in class org.biouno.unochoice.model.
ScriptlerScript.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.
S
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(String, List<ScriptlerScriptParameter>)
- Constructor for class org.biouno.unochoice.model.
ScriptlerScript
ScriptlerScript.DescriptorImpl
- Class in
org.biouno.unochoice.model
ScriptlerScript.DescriptorImpl()
- Constructor for class org.biouno.unochoice.model.
ScriptlerScript.DescriptorImpl
ScriptlerScriptParameter
- Class in
org.biouno.unochoice.model
Script parameter which has a data bound constructor.
ScriptlerScriptParameter(String, String)
- Constructor for class org.biouno.unochoice.model.
ScriptlerScriptParameter
SEPARATOR
- Static variable in class org.biouno.unochoice.
AbstractScriptableParameter
Used to split values that come from the UI via Ajax POST's
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
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
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.