A C D E G I J M S T _

A

all() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider の static メソッド
Returns all the ChoiceListProvider subclass whose DescriptorImpl is annotated with Extension.

C

ChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
The abstract base class of modules provides choices.
ChoiceListProvider() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider のコンストラクタ
 
configure(StaplerRequest, JSONObject) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Store the parameters specified in the System Configuration page.
createValue(StaplerRequest, JSONObject) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Decide a value of this parameter from the user input.
createValue(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Decide a value of this parameter from the user input.

D

doCheckName(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
 
doCheckName(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry.DescriptorImpl のメソッド
Check the input name is acceptable.
doFillNameItems() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Returns a list of the names of the available choice set.

E

equals(Object) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
 
ExtensibleChoiceParameterDefinition - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
Provides a choice parameter whose choices can be extended using Extension Points.
ExtensibleChoiceParameterDefinition(String, ChoiceListProvider, boolean, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のコンストラクタ
Constructor instantiating with parameters in the configuration page.
ExtensibleChoiceParameterDefinition.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
The internal class to work with views.
ExtensibleChoiceParameterDefinition.DescriptorImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のコンストラクタ
 
ExtensibleChoiceParameterDefinition_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Extensible Choide
ExtensibleChoiceParameterDefinition_Name_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Cannot be blank.
ExtensibleChoiceParameterDefinition_Name_invalid() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Name must starts with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.

G

getChoiceList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider のメソッド
Returns the choices.
getChoiceList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Return choices available for this parameter.
getChoiceList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
The list of choices.
getChoiceList(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Retrieve the set of choices entry by the name.
getChoiceList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider のメソッド
Returns the choices available as a parameter value.
getChoiceList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のメソッド
Returns the list of choices the user specified in the job configuration page.
getChoiceListEntry(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Retrieve the set of choices entry by the name.
getChoiceListEntryList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
The list of available sets of choices.
getChoiceListProvider() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
The choice provider the user specified.
getChoiceListProviderList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
Returns all the available methods to provide choices.
getChoiceListText() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
The list of choices, joined into a string.
getChoiceListText() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のメソッド
The list of choices, joined into a string.
getDefaultParameterValue() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Returns the default value of this parameter.
getDisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
Returns the string to be shown in a job configuration page, in the dropdown of "Add Parameter".
getDisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry.DescriptorImpl のメソッド
Don't care for this is not shown in any page.
getDisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
the display name shown in the dropdown to select a choice provider.
getDisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider.DescriptorImpl のメソッド
the display name shown in the dropdown to select a choice provider.
getName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
the name of this set of choices.
getName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider のメソッド
Returns the name of the set of choice, specified by a user.
getNamePattern() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition の static メソッド
Returns a regular expression pattern for the acceptable parameter names.
getNamePattern() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry の static メソッド
 
GlobalTextareaChoiceListEntry - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
A set of choices that can be used in Global Choice Parameter.
GlobalTextareaChoiceListEntry(String, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のコンストラクタ
Constructor instantiating with parameters in the configuration page.
GlobalTextareaChoiceListEntry.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
The internal class to work with views.
GlobalTextareaChoiceListEntry.DescriptorImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry.DescriptorImpl のコンストラクタ
 
GlobalTextareaChoiceListEntry_Name_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Cannot be blank.
GlobalTextareaChoiceListEntry_Name_invalid() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Name must starts with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.
GlobalTextareaChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
A choice provider whose choices are defined in the System Configuration page, and can be refereed from all jobs.
GlobalTextareaChoiceListProvider(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider のコンストラクタ
Constructor instantiating with parameters in the configuration page.
GlobalTextareaChoiceListProvider.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
The internal class to work with views.
GlobalTextareaChoiceListProvider.DescriptorImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のコンストラクタ
Restore from the global configuration
GlobalTextareaChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Global Choice Parameter

I

isEditable() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Is this parameter value can be set to a value not in the choices?
isValid() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
Returns whether this object is configured correctly.

J

jp.ikedam.jenkins.plugins.extensible_choice_parameter - パッケージ jp.ikedam.jenkins.plugins.extensible_choice_parameter
 
jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility - パッケージ jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility
 

M

Messages - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
 
Messages() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages のコンストラクタ
 

S

setChoiceListEntryList(List<GlobalTextareaChoiceListEntry>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Set a list of available sets of choices.
stringListFromTextarea(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility.TextareaStringListUtility の static メソッド
Returns a list of string parsed from a input of textarea.

T

TextareaChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
A choice provider whose choices are defined as a text, like the build-in choice parameter.
TextareaChoiceListProvider(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のコンストラクタ
Constructor instantiating with parameters in the configuration page.
TextareaChoiceListProvider.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
The internal class to work with views.
TextareaChoiceListProvider.DescriptorImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider.DescriptorImpl のコンストラクタ
 
TextareaChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Textarea Choice Parameter
textareaFromStringList(List<String>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility.TextareaStringListUtility の static メソッド
Join the list of strings into a text.
TextareaStringListUtility - jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility の クラス
Utility Class to work with a list of strings in a textarea.
TextareaStringListUtility() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility.TextareaStringListUtility のコンストラクタ
 
toString() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
 

_

_ExtensibleChoiceParameterDefinition_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Extensible Choide
_ExtensibleChoiceParameterDefinition_Name_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Cannot be blank.
_ExtensibleChoiceParameterDefinition_Name_invalid() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Name must starts with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.
_GlobalTextareaChoiceListEntry_Name_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Cannot be blank.
_GlobalTextareaChoiceListEntry_Name_invalid() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Name must starts with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.
_GlobalTextareaChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Global Choice Parameter
_TextareaChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Textarea Choice Parameter

A C D E G I J M S T _

Copyright © 2004-2013. All Rights Reserved.