A C D E F G I J M N O S T V _

A

AddEditedChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
ChoiceListProvider that can add edited value.
AddEditedChoiceListProvider(boolean, AddEditedChoiceListProvider.WhenToAdd) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider のコンストラクタ
Constructor
AddEditedChoiceListProvider.WhenToAdd - jp.ikedam.jenkins.plugins.extensible_choice_parameter の 列挙型
Used to Specify when to add a edited value
AddEditedChoiceListProvider_WhenToAdd_Completed() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
completed
AddEditedChoiceListProvider_WhenToAdd_CompletedStable() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
completed stable
AddEditedChoiceListProvider_WhenToAdd_CompletedUnstable() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
completed stable or unstable
AddEditedChoiceListProvider_WhenToAdd_Triggered() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
triggered
addEditedValue(AbstractProject<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider のメソッド
Called to add a edited value to the choice list.
addEditedValue(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
 
addEditedValue(AbstractProject<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider のメソッド
Called to add a edited value to the choice list.
addEditedValue(AbstractProject<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のメソッド
 
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 のコンストラクタ
 
ChoiceListProviderDescriptor - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
Descriptor for ChoiceListProviders.
ChoiceListProviderDescriptor() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor のコンストラクタ
 
ChoiceListProviderDescriptor(Class<? extends ChoiceListProvider>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor のコンストラクタ
 
ChoiceWatchQueueDecisionHandler - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
Listen for what value is specified with ExtensibleChoiceParameter.
ChoiceWatchQueueDecisionHandler() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceWatchQueueDecisionHandler のコンストラクタ
 
ChoiceWatchRunListener - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
Listen for what value is specified with ExtensibleChoiceParameter.
ChoiceWatchRunListener() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceWatchRunListener のコンストラクタ
 
configure(StaplerRequest, JSONObject) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
 
configure(StaplerRequest, JSONObject) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Store the parameters specified in the System Configuration page.
contains(Result) - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider.WhenToAdd のメソッド
 
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.
createValueCommon(StringParameterValue) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Test passed ParameterValue and return.

D

doCheckBaseDirPath(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl のメソッド
Validate a value inputed for baseDirPath Checks followings: * not blank * specified path exists * specified path is a directory.
doCheckExcludePattern(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl のメソッド
Validate a value inputed for excludePattern always ok.
doCheckIncludePattern(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl のメソッド
Validate a value inputed for includePattern Checks followings: * not blank
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.
doFillDefaultChoiceItems(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
 
doFillDefaultChoiceItems(StaplerRequest, String, boolean) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.DescriptorImpl のメソッド
Returns the selection of a default choice.
doFillDefaultChoiceItems(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider.DescriptorImpl のメソッド
Returns the selection of a default choice.
doFillNameItems() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Returns a list of the names of the available choice set.
doTest(String, String, String, FilenameChoiceListProvider.ScanType, boolean, FilenameChoiceListProvider.EmptyChoiceType) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl のメソッド
Test what files will be listed.
doTest(StaplerRequest, String, boolean) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.DescriptorImpl のメソッド
 

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.DescriptorVisibilityFilterImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
 
ExtensibleChoiceParameterDefinition.DescriptorVisibilityFilterImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorVisibilityFilterImpl のコンストラクタ
 
ExtensibleChoiceParameterDefinition_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Extensible Choice
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 メソッド
This name is not handled correctly by Jenkins.
ExtensibleChoiceParameterDefinition_NoDefaultChoice() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
<Top Most Value>

F

FilenameChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
Create a choice list from a list of files.
FilenameChoiceListProvider(String, String, String, FilenameChoiceListProvider.ScanType, boolean, FilenameChoiceListProvider.EmptyChoiceType) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のコンストラクタ
The constructor called when a user posts a form.
FilenameChoiceListProvider(String, String, String, FilenameChoiceListProvider.ScanType, boolean) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のコンストラクタ
推奨されていません。 
FilenameChoiceListProvider(String, String, String, FilenameChoiceListProvider.ScanType) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のコンストラクタ
推奨されていません。 use FilenameChoiceListProvider.FilenameChoiceListProvider(String, String, String, ScanType, boolean)
FilenameChoiceListProvider.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
Class for view.
FilenameChoiceListProvider.DescriptorImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl のコンストラクタ
 
FilenameChoiceListProvider.EmptyChoiceType - jp.ikedam.jenkins.plugins.extensible_choice_parameter の 列挙型
 
FilenameChoiceListProvider.ScanType - jp.ikedam.jenkins.plugins.extensible_choice_parameter の 列挙型
A type specifying what type of files to scan to list.
FilenameChoiceListProvider_BaseDirPath_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Required
FilenameChoiceListProvider_BaseDirPath_notfound() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Specified directory does not found.
FilenameChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
File Choice Parameter
FilenameChoiceListProvider_EmptyChoiceType_AtEnd() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
At the end of choices
FilenameChoiceListProvider_EmptyChoiceType_AtTop() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
At the top of choices
FilenameChoiceListProvider_EmptyChoiceType_None() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
No emtpy choice
FilenameChoiceListProvider_IncludePattern_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Required
FilenameChoiceListProvider_ScanType_Directory() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Directory
FilenameChoiceListProvider_ScanType_File() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
File
FilenameChoiceListProvider_ScanType_FileAndDirectory() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
File and Directory
filter(Object, Descriptor) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorVisibilityFilterImpl のメソッド
 

G

getBaseDir(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider の static メソッド
Returns a directory to scan for files from the passed path.
getBaseDir() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
Returns a directory to scan for files.
getBaseDirPath() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
Returns a path to a directory to scan for files.
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.FilenameChoiceListProvider のメソッド
Returns the list of choices to show.
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.SystemGroovyChoiceListProvider のメソッド
Returns the list of choices the user specified in the job configuration page.
getChoiceList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のメソッド
Returns the list of choices the user specified in the job configuration page.
getChoiceListEnabledMap() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
 
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.
getDefaultChoice() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider のメソッド
Returns the default choice value.
getDefaultChoice() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider のメソッド
Returns the default choice.
getDefaultChoice() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のメソッド
Returns the default choice.
getDefaultChoice() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のメソッド
Returns the default choice.
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.FilenameChoiceListProvider.DescriptorImpl のメソッド
Returns the name for displaying.
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.SystemGroovyChoiceListProvider.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.
getEmptyChoiceType() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
 
getEnabledChoiceListProvider() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
 
getEnabledChoiceListProviderList() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
Returns all the available methods to provide choices that are enabled in the global configuration.
getExcludePattern() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
Returns a pattern for files to exclude.
getFileList(File, String, String, FilenameChoiceListProvider.ScanType, boolean, FilenameChoiceListProvider.EmptyChoiceType) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider の static メソッド
List files from passed parameters.
getFileList(File, String, String, FilenameChoiceListProvider.ScanType, boolean) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider の static メソッド
推奨されていません。 
getFileList(File, String, String, FilenameChoiceListProvider.ScanType) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider の static メソッド
推奨されていません。 use FilenameChoiceListProvider.getFileList(File, String, String, ScanType, boolean)
getGlobalConfigPage() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor のメソッド
Disables the global configuration page and replaces with ChoiceListProviderDescriptor.getGlobalConfigPageForChoiceListProvider()
getGlobalConfigPageForChoiceListProvider() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor のメソッド
 
getIncludePattern() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
Returns a pattern for files to include.
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 メソッド
推奨されていません。 
getNamePattern() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry の static メソッド
 
getProject() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のメソッド
Return the project where this is configured.
getScanType() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
Returns what type of files to list.
getScriptText() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のメソッド
The list of choices, joined into a string.
getWhenToAdd() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider のメソッド
Returns when to add a edited value.
GlobalTextareaChoiceListEntry - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
A set of choices that can be used in Global Choice Parameter.
GlobalTextareaChoiceListEntry(String, String, boolean) - クラス 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 start 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, String, boolean, AddEditedChoiceListProvider.WhenToAdd) - クラス 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

isAddEditedValue() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider のメソッド
Returns whether to add edited value.
isAllowAddEditedValue() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
Return whether users can add a new value by building a job using this choice list.
isEditable() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition のメソッド
Is this parameter value can be set to a value not in the choices?
isEnabledByDefault() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor のメソッド
Returns whether this provider should be enabled by default (that is, just after that provider is installed).
isProviderEnabled(Descriptor<?>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
 
isReverseOrder() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider のメソッド
 
isUsePredefinedVariables() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のメソッド
 
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 のコンストラクタ
 

N

newInstance(StaplerRequest, JSONObject) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
Create a new instance of SystemGroovyChoiceListProvider from user inputs.
newInstance(StaplerRequest, JSONObject) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.DescriptorImpl のメソッド
Create a new instance of SystemGroovyChoiceListProvider from user inputs.

O

onBuildCompletedWithValue(AbstractBuild<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider のメソッド
Called when a build is completed Call addEditedValue() if needed
onBuildCompletedWithValue(AbstractBuild<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider のメソッド
Called when a build is completed Implementations can override this method, and do custom behavior.
onBuildTriggeredWithValue(AbstractProject<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider のメソッド
Called when a build is triggered Call addEditedValue() if needed
onBuildTriggeredWithValue(AbstractProject<?, ?>, ExtensibleChoiceParameterDefinition, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider のメソッド
Called when a build is triggered Implementations can override this method, and do custom behavior.
onFinalized(AbstractBuild<?, ?>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceWatchRunListener のメソッド
 
onQueueing(Queue.Task, List<Action>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceWatchQueueDecisionHandler のメソッド
Notify ChoiceListProvider of the value selected.

S

setChoiceList(List<String>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
Set choiceList
setChoiceList(List<String>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider のメソッド
 
setChoiceListEnabledMap(Map<String, Boolean>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl のメソッド
 
setChoiceListEntryList(List<GlobalTextareaChoiceListEntry>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl のメソッド
Set a list of available sets of choices.
setProject(AbstractProject<?, ?>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のメソッド
 
shouldSchedule(Queue.Task, List<Action>) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceWatchQueueDecisionHandler のメソッド
Notify ChoiceListProvider of the value selected.
stringListFromTextarea(String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.utility.TextareaStringListUtility の static メソッド
Returns a list of string parsed from a input of textarea.
SystemGroovyChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
A choice provider whose choices are determined by a Groovy script.
SystemGroovyChoiceListProvider(String, String, boolean) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のコンストラクタ
Constructor instantiating with parameters in the configuration page.
SystemGroovyChoiceListProvider(String, String) - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider のコンストラクタ
 
SystemGroovyChoiceListProvider.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameter の クラス
The internal class to work with views.
SystemGroovyChoiceListProvider.DescriptorImpl() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.DescriptorImpl のコンストラクタ
 
SystemGroovyChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
System Groovy Choice Parameter

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, String, boolean, AddEditedChoiceListProvider.WhenToAdd) - クラス 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.AddEditedChoiceListProvider.WhenToAdd のメソッド
 
toString() - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.EmptyChoiceType のメソッド
 
toString() - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.ScanType のメソッド
 
toString() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry のメソッド
 

V

valueOf(String) - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider.WhenToAdd の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.EmptyChoiceType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.ScanType の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider.WhenToAdd の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.EmptyChoiceType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.ScanType の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。

_

_AddEditedChoiceListProvider_WhenToAdd_Completed() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
completed
_AddEditedChoiceListProvider_WhenToAdd_CompletedStable() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
completed stable
_AddEditedChoiceListProvider_WhenToAdd_CompletedUnstable() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
completed stable or unstable
_AddEditedChoiceListProvider_WhenToAdd_Triggered() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
triggered
_ExtensibleChoiceParameterDefinition_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Extensible Choice
_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 メソッド
This name is not handled correctly by Jenkins.
_ExtensibleChoiceParameterDefinition_NoDefaultChoice() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
<Top Most Value>
_FilenameChoiceListProvider_BaseDirPath_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Required
_FilenameChoiceListProvider_BaseDirPath_notfound() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Specified directory does not found.
_FilenameChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
File Choice Parameter
_FilenameChoiceListProvider_EmptyChoiceType_AtEnd() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
At the end of choices
_FilenameChoiceListProvider_EmptyChoiceType_AtTop() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
At the top of choices
_FilenameChoiceListProvider_EmptyChoiceType_None() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
No emtpy choice
_FilenameChoiceListProvider_IncludePattern_empty() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Required
_FilenameChoiceListProvider_ScanType_Directory() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Directory
_FilenameChoiceListProvider_ScanType_File() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
File
_FilenameChoiceListProvider_ScanType_FileAndDirectory() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
File and Directory
_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 start 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
_SystemGroovyChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
System Groovy Choice Parameter
_TextareaChoiceListProvider_DisplayName() - クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages の static メソッド
Textarea Choice Parameter

A C D E F G I J M N O S T V _

Copyright © 2004-2015. All Rights Reserved.