Serialized Form
-
Package org.biouno.unochoice
-
Class org.biouno.unochoice.AbstractCascadableParameter
class AbstractCascadableParameter extends AbstractScriptableParameter implements Serializable- serialVersionUID:
- 3795727126307053346L
-
Class org.biouno.unochoice.AbstractScriptableParameter
class AbstractScriptableParameter extends AbstractUnoChoiceParameter implements Serializable- serialVersionUID:
- 1322134413144485771L
-
Serialized Fields
-
cachedDefaultValue
String cachedDefaultValue
A cache for the default parameter value to avoid JENKINS-76298. Only used whenAbstractScriptableParameter.getCacheDefaultValue()istrue. -
cacheDefaultValue
Boolean cacheDefaultValue
Whether the default parameter value may be cached (JENKINS-76298). Disabled by default, as the cached value is persisted with the job configuration and would shadow values produced by scripts that generate choices dynamically. -
projectFullName
String projectFullName
The project Full Name (including folder). -
projectFullNameCache
String projectFullNameCache
Cached project full name resolved after construction, used to avoid repeated project scans. -
projectName
String projectName
The project name. -
projectNameCache
String projectNameCache
Cached project name resolved after construction, used to avoid repeated project scans. -
script
Script script
Script used to render the parameter. -
visibleItemCount
int visibleItemCount
Number of visible items on the screen.
-
-
Class org.biouno.unochoice.AbstractUnoChoiceParameter
class AbstractUnoChoiceParameter extends SimpleParameterDefinition implements Serializable- serialVersionUID:
- -6027543114170652870L
-
Serialized Fields
-
randomName
String randomName
-
-
Class org.biouno.unochoice.CascadeChoiceParameter
class CascadeChoiceParameter extends AbstractCascadableParameter implements Serializable- serialVersionUID:
- 4524790278642708107L
-
Class org.biouno.unochoice.ChoiceParameter
class ChoiceParameter extends AbstractScriptableParameter implements Serializable- serialVersionUID:
- -4449319038169585222L
-
Class org.biouno.unochoice.DynamicReferenceParameter
class DynamicReferenceParameter extends AbstractCascadableParameter implements Serializable- serialVersionUID:
- 8261526672604361397L
-
-
Package org.biouno.unochoice.model
-
Class org.biouno.unochoice.model.AbstractScript
class AbstractScript extends Object implements Serializable- serialVersionUID:
- 4027103576278802323L
-
Class org.biouno.unochoice.model.GroovyScript
class GroovyScript extends AbstractScript implements Serializable- serialVersionUID:
- -3741105849416473898L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
secureFallbackScript
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript secureFallbackScript
Secure fallback script content. -
secureScript
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript secureScript
Secure script content.
-
-
Class org.biouno.unochoice.model.ScriptlerScript
class ScriptlerScript extends AbstractScript implements Serializable- serialVersionUID:
- 6600927513119226354L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
isSandboxed
Boolean isSandboxed
Whether this scriptler script will run in the Groovy sandbox or not. -
parameters
Map<String,
String> parameters Deprecated.Map is not serializable, but LinkedHashMap is. Ignore static analysis errors -
scriptlerBuilder
org.jenkinsci.plugins.scriptler.builder.ScriptlerBuilder scriptlerBuilder
-
scriptlerScriptId
String scriptlerScriptId
Deprecated.Not used now that we use theScriptlerBuilder.The ID of the Scriptler script.
-
-
-
Package org.biouno.unochoice.util
-
Class org.biouno.unochoice.util.ScriptCallback
class ScriptCallback extends Object implements Serializable- serialVersionUID:
- 4524316203276099968L
-
ScriptlerBuilder.