| パッケージ | 説明 |
|---|---|
| jp.ikedam.jenkins.plugins.extensible_choice_parameter |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AddEditedChoiceListProvider
ChoiceListProvider that can add edited value.
|
class |
FilenameChoiceListProvider |
class |
GlobalTextareaChoiceListProvider
A choice provider whose choices are defined
in the System Configuration page, and can be refereed from all jobs.
|
class |
SystemGroovyChoiceListProvider
A choice provider whose choices are determined by a Groovy script.
|
class |
TextareaChoiceListProvider
A choice provider whose choices are defined as a text, like the build-in choice parameter.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ChoiceListProvider |
ExtensibleChoiceParameterDefinition.getChoiceListProvider()
The choice provider the user specified.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ChoiceListProvider.all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.
|
static hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ChoiceListProvider.all()
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.
|
hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ExtensibleChoiceParameterDefinition.DescriptorImpl.getChoiceListProviderList()
Returns all the available methods to provide choices.
|
hudson.DescriptorExtensionList<ChoiceListProvider,hudson.model.Descriptor<ChoiceListProvider>> |
ExtensibleChoiceParameterDefinition.DescriptorImpl.getChoiceListProviderList()
Returns all the available methods to provide choices.
|
| コンストラクタと説明 |
|---|
ExtensibleChoiceParameterDefinition(String name,
ChoiceListProvider choiceListProvider,
boolean editable,
String description)
Constructor instantiating with parameters in the configuration page.
|
Copyright © 2004-2013. All Rights Reserved.