- getBaseDir(String) - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns a directory to scan for files from the passed path.
- getBaseDir() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns a directory to scan for files.
- getBaseDirPath() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns a path to a directory to scan for files.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
-
Returns the choices.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
Return choices available for this parameter.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns the list of choices to show.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
-
The list of choices.
- getChoiceList(String) - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl
-
Retrieve the set of choices entry by the name.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider
-
Returns the choices available as a parameter value.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider
-
Returns the list of choices the user specified in the job configuration page.
- getChoiceList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider
-
Returns the list of choices the user specified in the job configuration page.
- getChoiceListEnabledMap() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl
-
- getChoiceListEntry(String) - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl
-
Retrieve the set of choices entry by the name.
- getChoiceListEntryList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl
-
The list of available sets of choices.
- getChoiceListProvider() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
The choice provider the user specified.
- getChoiceListProviderList() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.DescriptorImpl
-
Returns all the available methods to provide choices.
- getChoiceListText() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
-
The list of choices, joined into a string.
- getChoiceListText() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider
-
The list of choices, joined into a string.
- getChoicesForRestApi() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
Expose choices to REST web API
Expose choices to trigger builds from programs,
in the same way to built-in choice parameters.
- getDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
-
Returns the default choice value.
- getDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider
-
Returns the default choice.
- getDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider
-
Returns the default choice.
- getDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider
-
Returns the default choice.
- getDefaultParameterValue() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
Returns the default value of this parameter.
- getDisplayName() - Method in class 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() - Method in enum jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition.EditableType
-
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.DescriptorImpl
-
Returns the name for displaying.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry.DescriptorImpl
-
Don't care for this is not shown in any page.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl
-
the display name shown in the dropdown to select a choice provider.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.DescriptorImpl
-
the display name shown in the dropdown to select a choice provider.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider.DescriptorImpl
-
the display name shown in the dropdown to select a choice provider.
- getEditableType() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
- getEmptyChoiceType() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
- getEnabledChoiceListProvider() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
- getEnabledChoiceListProviderList() - Method in class 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() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns a pattern for files to exclude.
- getFileList(File, String, String, FilenameChoiceListProvider.ScanType, boolean, FilenameChoiceListProvider.EmptyChoiceType) - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
List files from passed parameters.
- getFileList(File, String, String, FilenameChoiceListProvider.ScanType, boolean) - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Deprecated.
- getFileList(File, String, String, FilenameChoiceListProvider.ScanType) - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
- getGlobalConfigPage() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor
-
- getGlobalConfigPageForChoiceListProvider() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderDescriptor
-
- getGroovyScript() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider
-
- getIncludePattern() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns a pattern for files to include.
- getName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
-
the name of this set of choices.
- getName() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider
-
Returns the name of the set of choice, specified by a user.
- getNamePattern() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
-
Deprecated.
- getNamePattern() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
-
- getNoDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider.DescriptorImpl
-
- getNoDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider.DescriptorImpl
-
- getNoDefaultChoice() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.TextareaChoiceListProvider.DescriptorImpl
-
- getProject() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider
-
Return the project where this is configured.
- getScanType() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider
-
Returns what type of files to list.
- getScriptText() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.SystemGroovyChoiceListProvider
-
- getWhenToAdd() - Method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider
-
Returns when to add a edited value.
- GlobalTextareaChoiceListEntry - Class in jp.ikedam.jenkins.plugins.extensible_choice_parameter
-
A set of choices that can be used in Global Choice Parameter.
- GlobalTextareaChoiceListEntry(String, String, boolean) - Constructor for class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
-
Constructor instantiating with parameters in the configuration page.
- GlobalTextareaChoiceListEntry.DescriptorImpl - Class in jp.ikedam.jenkins.plugins.extensible_choice_parameter
-
The internal class to work with views.
- GlobalTextareaChoiceListEntry_Name_empty() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key GlobalTextareaChoiceListEntry.Name.empty: Cannot be
blank..
- GlobalTextareaChoiceListEntry_Name_invalid() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key GlobalTextareaChoiceListEntry.Name.invalid: Name
must start with an alphabetical letter or an underscore, and consists
of alphabetical letters, underscores, or numeric letters..
- GlobalTextareaChoiceListProvider - Class in 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) - Constructor for class jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListProvider
-
Constructor instantiating with parameters in the configuration page.
- GlobalTextareaChoiceListProvider.DescriptorImpl - Class in jp.ikedam.jenkins.plugins.extensible_choice_parameter
-
The internal class to work with views.
- GlobalTextareaChoiceListProvider_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key GlobalTextareaChoiceListProvider.DisplayName: Global Choice Parameter.
- _AddEditedChoiceListProvider_WhenToAdd_Completed() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key AddEditedChoiceListProvider.WhenToAdd.Completed: completed.
- _AddEditedChoiceListProvider_WhenToAdd_CompletedStable() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key AddEditedChoiceListProvider.WhenToAdd.CompletedStable:
completed stable.
- _AddEditedChoiceListProvider_WhenToAdd_CompletedUnstable() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key AddEditedChoiceListProvider.WhenToAdd.CompletedUnstable:
completed stable or unstable.
- _AddEditedChoiceListProvider_WhenToAdd_Triggered() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key AddEditedChoiceListProvider.WhenToAdd.Triggered: triggered.
- _ExtensibleChoiceParameterDefinition_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key ExtensibleChoiceParameterDefinition.DisplayName: Extensible Choice.
- _ExtensibleChoiceParameterDefinition_EditableType_Filter() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key ExtensibleChoiceParameterDefinition.EditableType.Filter:
Display only matching choices.
- _ExtensibleChoiceParameterDefinition_EditableType_NoFilter() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key ExtensibleChoiceParameterDefinition.EditableType.NoFilter:
Display all choices.
- _ExtensibleChoiceParameterDefinition_Name_empty() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key ExtensibleChoiceParameterDefinition.Name.empty: Cannot be blank..
- _ExtensibleChoiceParameterDefinition_Name_invalid() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key ExtensibleChoiceParameterDefinition.Name.invalid: {@code
This name is not handled correctly by Jenkins.
- _ExtensibleChoiceParameterDefinition_NoDefaultChoice() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key ExtensibleChoiceParameterDefinition.NoDefaultChoice:
<Top Most Value>.
- _FilenameChoiceListProvider_BaseDirPath_empty() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.BaseDirPath.empty: Required.
- _FilenameChoiceListProvider_BaseDirPath_notfound() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.BaseDirPath.notfound: Specified directory does not found..
- _FilenameChoiceListProvider_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.DisplayName: File Choice
Parameter.
- _FilenameChoiceListProvider_EmptyChoiceType_AtEnd() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.EmptyChoiceType.AtEnd: At the end of choices.
- _FilenameChoiceListProvider_EmptyChoiceType_AtTop() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.EmptyChoiceType.AtTop: At the top of choices.
- _FilenameChoiceListProvider_EmptyChoiceType_None() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.EmptyChoiceType.None: No
empty choice.
- _FilenameChoiceListProvider_IncludePattern_empty() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.IncludePattern.empty: Required.
- _FilenameChoiceListProvider_ScanType_Directory() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.ScanType.Directory: Directory.
- _FilenameChoiceListProvider_ScanType_File() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.ScanType.File: File.
- _FilenameChoiceListProvider_ScanType_FileAndDirectory() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key FilenameChoiceListProvider.ScanType.FileAndDirectory:
File and Directory.
- _GlobalTextareaChoiceListEntry_Name_empty() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key GlobalTextareaChoiceListEntry.Name.empty: Cannot be
blank..
- _GlobalTextareaChoiceListEntry_Name_invalid() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key GlobalTextareaChoiceListEntry.Name.invalid: Name
must start with an alphabetical letter or an underscore, and consists
of alphabetical letters, underscores, or numeric letters..
- _GlobalTextareaChoiceListProvider_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key GlobalTextareaChoiceListProvider.DisplayName: Global Choice Parameter.
- _SystemGroovyChoiceListProvider_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key SystemGroovyChoiceListProvider.DisplayName: System
Groovy Choice Parameter.
- _SystemGroovyChoiceListProvider_groovyScript_TestableOnlyWithSandbox() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key SystemGroovyChoiceListProvider.groovyScript.TestableOnlyWithSandbox:
You can test only scripts using the sandbox.
- _TextareaChoiceListProvider_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.extensible_choice_parameter.Messages
-
Key TextareaChoiceListProvider.DisplayName: Textarea
Choice Parameter.