Package | Description |
---|---|
org.biouno.unochoice | |
org.biouno.unochoice.model | |
org.biouno.unochoice.util |
Modifier and Type | Field and Description |
---|---|
protected Script |
AbstractScriptableParameter.script
Script used to render the parameter.
|
Modifier and Type | Method and Description |
---|---|
Script |
AbstractScriptableParameter.getScript()
Gets the script.
|
Constructor and Description |
---|
AbstractCascadableParameter(String name,
String description,
Script script,
String referencedParameters)
Deprecated.
see JENKINS-32149
|
AbstractCascadableParameter(String name,
String description,
String randomName,
Script script,
String referencedParameters)
Create a new abstract cascadable parameter.
|
AbstractScriptableParameter(String name,
String description,
Script script)
Deprecated.
see JENKINS-32149
|
AbstractScriptableParameter(String name,
String description,
String randomName,
Script script)
Inherited constructor.
|
CascadeChoiceParameter(String name,
String description,
Script script,
String choiceType,
String referencedParameters,
Boolean filterable)
Deprecated.
see JENKINS-32149
|
CascadeChoiceParameter(String name,
String description,
String randomName,
Script script,
String choiceType,
String referencedParameters,
Boolean filterable)
Constructor called from Jelly with parameters.
|
ChoiceParameter(String name,
String description,
Script script,
String choiceType,
Boolean filterable)
Deprecated.
see JENKINS-32149
|
ChoiceParameter(String name,
String description,
String randomName,
Script script,
String choiceType,
Boolean filterable)
Constructor called from Jelly with parameters.
|
DynamicReferenceParameter(String name,
String description,
Script script,
String choiceType,
String referencedParameters,
Boolean omitValueField)
Deprecated.
see JENKINS-32149
|
DynamicReferenceParameter(String name,
String description,
String randomName,
Script script,
String choiceType,
String referencedParameters,
Boolean omitValueField)
Constructor called from Jelly with parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScript
Abstract script.
|
class |
GroovyScript
A Groovy script.
|
class |
ScriptlerScript
A scriptler script.
|
Modifier and Type | Method and Description |
---|---|
Script |
ScriptCallback.getScript()
Get the script.
|
Constructor and Description |
---|
ScriptCallback(String name,
Script script,
Map<String,String> parameters)
Create a new ScriptCallback.
|
Copyright © 2016. All rights reserved.