Uses of Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider.WhenToAdd
-
Packages that use AddEditedChoiceListProvider.WhenToAdd Package Description jp.ikedam.jenkins.plugins.extensible_choice_parameter -
-
Uses of AddEditedChoiceListProvider.WhenToAdd in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return AddEditedChoiceListProvider.WhenToAdd Modifier and Type Method Description AddEditedChoiceListProvider.WhenToAdd
AddEditedChoiceListProvider. getWhenToAdd()
Returns when to add a edited value.static AddEditedChoiceListProvider.WhenToAdd
AddEditedChoiceListProvider.WhenToAdd. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddEditedChoiceListProvider.WhenToAdd[]
AddEditedChoiceListProvider.WhenToAdd. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type AddEditedChoiceListProvider.WhenToAdd Constructor Description AddEditedChoiceListProvider(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.
-