| Package | Description |
|---|---|
| jp.ikedam.jenkins.plugins.extensible_choice_parameter |
| Modifier and Type | Method and Description |
|---|---|
FilenameChoiceListProvider.EmptyChoiceType |
FilenameChoiceListProvider.getEmptyChoiceType() |
static FilenameChoiceListProvider.EmptyChoiceType |
FilenameChoiceListProvider.EmptyChoiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilenameChoiceListProvider.EmptyChoiceType[] |
FilenameChoiceListProvider.EmptyChoiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
FilenameChoiceListProvider.DescriptorImpl.doTest(String baseDirPath,
String includePattern,
String excludePattern,
FilenameChoiceListProvider.ScanType scanType,
boolean reverseOrder,
FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType)
Test what files will be listed.
|
protected static List<String> |
FilenameChoiceListProvider.getFileList(File baseDir,
String includePattern,
String excludePattern,
FilenameChoiceListProvider.ScanType scanType,
boolean reverseOrder,
FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType)
List files from passed parameters.
|
| Constructor and Description |
|---|
FilenameChoiceListProvider(String baseDirPath,
String includePattern,
String excludePattern,
FilenameChoiceListProvider.ScanType scanType,
boolean reverseOrder,
FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType)
The constructor called when a user posts a form.
|
Copyright © 2004-2015. All Rights Reserved.