Uses of Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
Packages that use ChoiceListProvider
-
Uses of ChoiceListProvider in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Subclasses of ChoiceListProvider in jp.ikedam.jenkins.plugins.extensible_choice_parameterModifier and TypeClassDescriptionclass
ChoiceListProvider that can add edited value.class
Create a choice list from a list of files.class
A choice provider whose choices are defined in the System Configuration page, and can be refereed from all jobs.class
A choice provider whose choices are determined by a Groovy script.class
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 ChoiceListProviderModifier and TypeMethodDescriptionExtensibleChoiceParameterDefinition.getChoiceListProvider()
The choice provider the user specified.ExtensibleChoiceParameterDefinition.getEnabledChoiceListProvider()
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return types with arguments of type ChoiceListProviderModifier and TypeMethodDescriptionChoiceListProvider.all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.ChoiceListProvider.all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.ExtensibleChoiceParameterDefinition.DescriptorImpl.getChoiceListProviderList()
Returns all the available methods to provide choices.ExtensibleChoiceParameterDefinition.DescriptorImpl.getChoiceListProviderList()
Returns all the available methods to provide choices.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 ChoiceListProviderModifierConstructorDescriptionExtensibleChoiceParameterDefinition
(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 ChoiceListProviderModifierConstructorDescriptionprotected
ChoiceListProviderDescriptor
(Class<? extends ChoiceListProvider> clazz)