| Package | Description |
|---|---|
| jp.ikedam.jenkins.plugins.extensible_choice_parameter |
| Modifier and Type | Class and Description |
|---|---|
class |
AddEditedChoiceListProvider
ChoiceListProvider that can add edited value.
|
class |
FilenameChoiceListProvider
Create a choice list from a list of files.
|
class |
GlobalTextareaChoiceListProvider
A choice provider whose choices are defined
in the System Configuration page, and can be refereed from all jobs.
|
class |
SystemGroovyChoiceListProvider
A choice provider whose choices are determined by a Groovy script.
|
class |
TextareaChoiceListProvider
A choice provider whose choices are defined as a text, like the build-in choice parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ChoiceListProvider |
ExtensibleChoiceParameterDefinition.getChoiceListProvider()
The choice provider the user specified.
|
ChoiceListProvider |
ExtensibleChoiceParameterDefinition.getEnabledChoiceListProvider() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ChoiceListProvider.all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.
|
static hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ChoiceListProvider.all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.
|
hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ExtensibleChoiceParameterDefinition.DescriptorImpl.getChoiceListProviderList()
Returns all the available methods to provide choices.
|
hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ExtensibleChoiceParameterDefinition.DescriptorImpl.getChoiceListProviderList()
Returns all the available methods to provide choices.
|
List<hudson.model.Descriptor<ChoiceListProvider>> |
ExtensibleChoiceParameterDefinition.DescriptorImpl.getEnabledChoiceListProviderList()
Returns all the available methods to provide choices that are enabled in the global configuration.
|
| Constructor and Description |
|---|
ExtensibleChoiceParameterDefinition(String name,
ChoiceListProvider choiceListProvider,
boolean editable,
String description)
Constructor instantiating with parameters in the configuration page.
|
| Constructor and Description |
|---|
ChoiceListProviderDescriptor(Class<? extends ChoiceListProvider> clazz) |
Copyright © 2016. All rights reserved.