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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
completed
AddEditedChoiceListProvider_WhenToAdd_CompletedStable() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
completed stable
AddEditedChoiceListProvider_WhenToAdd_CompletedUnstable() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
completed stable or unstable
AddEditedChoiceListProvider_WhenToAdd_Triggered() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
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
 
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.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) - クラス のメソッド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_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Extensible Choice
ExtensibleChoiceParameterDefinition_Name_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Cannot be blank.
ExtensibleChoiceParameterDefinition_Name_invalid() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Name must start with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.
ExtensibleChoiceParameterDefinition_NoDefaultChoice() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
<Top Most Value>

F

FilenameChoiceListProvider - jp.ikedam.jenkins.plugins.extensible_choice_parameterのクラス
 
FilenameChoiceListProvider(String, String, String, FilenameChoiceListProvider.ScanType, boolean) - クラス のコンストラクタjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
The constructor called when a user posts a form.
FilenameChoiceListProvider(String, String, String, FilenameChoiceListProvider.ScanType) - クラス のコンストラクタjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
FilenameChoiceListProvider.DescriptorImpl - jp.ikedam.jenkins.plugins.extensible_choice_parameterのクラス
Class for view.
FilenameChoiceListProvider.DescriptorImpl() - クラス のコンストラクタjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl
 
FilenameChoiceListProvider.ScanType - jp.ikedam.jenkins.plugins.extensible_choice_parameterの列挙型
A type specifying what type of files to scan to list.
FilenameChoiceListProvider_BaseDirPath_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Required
FilenameChoiceListProvider_BaseDirPath_notfound() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Specified directory does not found.
FilenameChoiceListProvider_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
File Choice Parameter
FilenameChoiceListProvider_IncludePattern_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Required
FilenameChoiceListProvider_ScanType_Directory() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Directory
FilenameChoiceListProvider_ScanType_File() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
File
FilenameChoiceListProvider_ScanType_FileAndDirectory() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
File and Directory

G

getBaseDir(String) - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
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.
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.
getExcludePattern() - クラス のメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
Returns a pattern for files to exclude.
getFileList(File, String, String, FilenameChoiceListProvider.ScanType, boolean) - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
List files from passed parameters.
getFileList(File, String, String, FilenameChoiceListProvider.ScanType) - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
Returns a regular expression pattern for the acceptable parameter names.
getNamePattern() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
 
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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Cannot be blank.
GlobalTextareaChoiceListEntry_Name_invalid() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
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?
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
 
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) - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.utility.TextareaStringListUtility
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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
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() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Textarea Choice Parameter
textareaFromStringList(List<String>) - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.utility.TextareaStringListUtility
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.ScanType
 
toString() - クラス のメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
 

V

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

_

_AddEditedChoiceListProvider_WhenToAdd_Completed() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
completed
_AddEditedChoiceListProvider_WhenToAdd_CompletedStable() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
completed stable
_AddEditedChoiceListProvider_WhenToAdd_CompletedUnstable() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
completed stable or unstable
_AddEditedChoiceListProvider_WhenToAdd_Triggered() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
triggered
_ExtensibleChoiceParameterDefinition_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Extensible Choice
_ExtensibleChoiceParameterDefinition_Name_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Cannot be blank.
_ExtensibleChoiceParameterDefinition_Name_invalid() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Name must start with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.
_ExtensibleChoiceParameterDefinition_NoDefaultChoice() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
<Top Most Value>
_FilenameChoiceListProvider_BaseDirPath_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Required
_FilenameChoiceListProvider_BaseDirPath_notfound() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Specified directory does not found.
_FilenameChoiceListProvider_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
File Choice Parameter
_FilenameChoiceListProvider_IncludePattern_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Required
_FilenameChoiceListProvider_ScanType_Directory() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Directory
_FilenameChoiceListProvider_ScanType_File() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
File
_FilenameChoiceListProvider_ScanType_FileAndDirectory() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
File and Directory
_GlobalTextareaChoiceListEntry_Name_empty() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Cannot be blank.
_GlobalTextareaChoiceListEntry_Name_invalid() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Name must start with an alphabetical letter or an underscore, and consists of alphabetical letters, underscores, or numeric letters.
_GlobalTextareaChoiceListProvider_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Global Choice Parameter
_SystemGroovyChoiceListProvider_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
System Groovy Choice Parameter
_TextareaChoiceListProvider_DisplayName() - クラス のstaticメソッドjp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
Textarea Choice Parameter
A C D E F G I J M N O S T V _ 

Copyright © 2004-2013. All Rights Reserved.