Uses of Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
-
Packages that use ChoiceListProvider Package Description jp.ikedam.jenkins.plugins.extensible_choice_parameter -
-
Uses of ChoiceListProvider in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Subclasses of ChoiceListProvider in jp.ikedam.jenkins.plugins.extensible_choice_parameter Modifier and Type Class 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.Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return ChoiceListProvider Modifier and Type Method Description ChoiceListProvider
ExtensibleChoiceParameterDefinition. getChoiceListProvider()
The choice provider the user specified.ChoiceListProvider
ExtensibleChoiceParameterDefinition. getEnabledChoiceListProvider()
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return types with arguments of type ChoiceListProvider Modifier and Type Method Description static DescriptorExtensionList<ChoiceListProvider,Descriptor<ChoiceListProvider>>
ChoiceListProvider. all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.static DescriptorExtensionList<ChoiceListProvider,Descriptor<ChoiceListProvider>>
ChoiceListProvider. all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.DescriptorExtensionList<ChoiceListProvider,Descriptor<ChoiceListProvider>>
ExtensibleChoiceParameterDefinition.DescriptorImpl. getChoiceListProviderList()
Returns all the available methods to provide choices.DescriptorExtensionList<ChoiceListProvider,Descriptor<ChoiceListProvider>>
ExtensibleChoiceParameterDefinition.DescriptorImpl. getChoiceListProviderList()
Returns all the available methods to provide choices.List<Descriptor<ChoiceListProvider>>
ExtensibleChoiceParameterDefinition.DescriptorImpl. getEnabledChoiceListProviderList()
Returns all the available methods to provide choices that are enabled in the global configuration.Constructors in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type ChoiceListProvider Constructor Description ExtensibleChoiceParameterDefinition(String name, ChoiceListProvider choiceListProvider, boolean editable, String description)
Constructor instantiating with parameters in the configuration page.Constructor parameters in jp.ikedam.jenkins.plugins.extensible_choice_parameter with type arguments of type ChoiceListProvider Constructor Description ChoiceListProviderDescriptor(Class<? extends ChoiceListProvider> clazz)
-