Uses of Enum Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider.WhenToAdd
Packages that use AddEditedChoiceListProvider.WhenToAdd
-
Uses of AddEditedChoiceListProvider.WhenToAdd in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return AddEditedChoiceListProvider.WhenToAddModifier and TypeMethodDescriptionAddEditedChoiceListProvider.getWhenToAdd()
Returns when to add a edited value.Returns the enum constant of this class with the specified name.AddEditedChoiceListProvider.WhenToAdd.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type AddEditedChoiceListProvider.WhenToAddModifierConstructorDescriptionAddEditedChoiceListProvider
(boolean addEditedValue, AddEditedChoiceListProvider.WhenToAdd whenToAdd) ConstructorGlobalTextareaChoiceListProvider
(String name, String defaultChoice, boolean addEditedValue, AddEditedChoiceListProvider.WhenToAdd whenToAdd) Constructor instantiating with parameters in the configuration page.TextareaChoiceListProvider
(String choiceListText, String defaultChoice, boolean addEditedValue, AddEditedChoiceListProvider.WhenToAdd whenToAdd) Constructor instantiating with parameters in the configuration page.