|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.Descriptor<ChoiceListProvider>
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor
jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl
@Extension public static class GlobalTextareaChoiceListProvider.DescriptorImpl
The internal class to work with views. Also manage the global configuration. The following files are used (put in main/resource directory in the source tree).
| 入れ子のクラスの概要 |
|---|
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| フィールドの概要 |
|---|
| クラス hudson.model.Descriptor から継承されたフィールド |
|---|
clazz |
| インタフェース hudson.model.Saveable から継承されたフィールド |
|---|
NOOP |
| コンストラクタの概要 | |
|---|---|
GlobalTextareaChoiceListProvider.DescriptorImpl()
Restore from the global configuration |
|
| メソッドの概要 | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Store the parameters specified in the System Configuration page. |
hudson.util.ListBoxModel |
doFillDefaultChoiceItems(String name)
|
hudson.util.ListBoxModel |
doFillNameItems()
Returns a list of the names of the available choice set. |
List<String> |
getChoiceList(String name)
Retrieve the set of choices entry by the name. |
GlobalTextareaChoiceListEntry |
getChoiceListEntry(String name)
Retrieve the set of choices entry by the name. |
List<GlobalTextareaChoiceListEntry> |
getChoiceListEntryList()
The list of available sets of choices. |
String |
getDisplayName()
the display name shown in the dropdown to select a choice provider. |
void |
setChoiceListEntryList(List<GlobalTextareaChoiceListEntry> choiceListEntryList)
Set a list of available sets of choices. |
| クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor から継承されたメソッド |
|---|
getGlobalConfigPage, getGlobalConfigPageForChoiceListProvider, isEnabledByDefault |
| クラス hudson.model.Descriptor から継承されたメソッド |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public GlobalTextareaChoiceListProvider.DescriptorImpl()
| メソッドの詳細 |
|---|
public List<GlobalTextareaChoiceListEntry> getChoiceListEntryList()
public void setChoiceListEntryList(List<GlobalTextareaChoiceListEntry> choiceListEntryList)
choiceListEntryList - a list of GlobalTextareaChoiceListEntrypublic hudson.util.ListBoxModel doFillNameItems()
public hudson.util.ListBoxModel doFillDefaultChoiceItems(@QueryParameter
String name)
public GlobalTextareaChoiceListEntry getChoiceListEntry(String name)
name -
public List<String> getChoiceList(String name)
name -
public String getDisplayName()
hudson.model.Descriptor<ChoiceListProvider> 内の getDisplayNameDescriptor.getDisplayName()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
hudson.model.Descriptor<ChoiceListProvider> 内の configurereq - formData -
FormException
hudson.model.Descriptor.FormExceptionDescriptor.configure(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||