| Package | Description |
|---|---|
| jp.ikedam.jenkins.plugins.extensible_choice_parameter |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
AddEditedChoiceListProvider(boolean addEditedValue,
AddEditedChoiceListProvider.WhenToAdd whenToAdd)
Constructor
|
GlobalTextareaChoiceListProvider(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.
|
Copyright © 2004-2015. All Rights Reserved.