クラス
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider の使用

ChoiceListProvider を使用しているパッケージ
jp.ikedam.jenkins.plugins.extensible_choice_parameter   
 

jp.ikedam.jenkins.plugins.extensible_choice_parameter での ChoiceListProvider の使用
 

jp.ikedam.jenkins.plugins.extensible_choice_parameter での ChoiceListProvider のサブクラス
 class AddEditedChoiceListProvider
          ChoiceListProvider that can add edited value.
 class FilenameChoiceListProvider
          Create a choice list from a list of files.
 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 を返す jp.ikedam.jenkins.plugins.extensible_choice_parameter のメソッド
 ChoiceListProvider ExtensibleChoiceParameterDefinition.getChoiceListProvider()
          The choice provider the user specified.
 ChoiceListProvider ExtensibleChoiceParameterDefinition.getEnabledChoiceListProvider()
           
 

ChoiceListProvider 型の引数を持つ型を返す jp.ikedam.jenkins.plugins.extensible_choice_parameter のメソッド
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.
 List<hudson.model.Descriptor<ChoiceListProvider>> ExtensibleChoiceParameterDefinition.DescriptorImpl.getEnabledChoiceListProviderList()
          Returns all the available methods to provide choices that are enabled in the global configuration.
 

ChoiceListProvider 型のパラメータを持つ jp.ikedam.jenkins.plugins.extensible_choice_parameter のコンストラクタ
ExtensibleChoiceParameterDefinition(String name, ChoiceListProvider choiceListProvider, boolean editable, String description)
          Constructor instantiating with parameters in the configuration page.
 

ChoiceListProvider 型の型引数を持つ jp.ikedam.jenkins.plugins.extensible_choice_parameter のコンストラクタパラメータ
ChoiceListProviderDescriptor(Class<? extends ChoiceListProvider> clazz)
           
 



Copyright © 2004-2015. All Rights Reserved.