Uses of Enum Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.ScanType
Packages that use FilenameChoiceListProvider.ScanType
-
Uses of FilenameChoiceListProvider.ScanType in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return FilenameChoiceListProvider.ScanTypeModifier and TypeMethodDescriptionFilenameChoiceListProvider.getScanType()Returns what type of files to list.Returns the enum constant of this class with the specified name.static FilenameChoiceListProvider.ScanType[]FilenameChoiceListProvider.ScanType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type FilenameChoiceListProvider.ScanTypeModifier and TypeMethodDescriptionFilenameChoiceListProvider.DescriptorImpl.doTest(String baseDirPath, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder, FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType) Test what files will be listed.FilenameChoiceListProvider.getFileList(File baseDir, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType) Deprecated.FilenameChoiceListProvider.getFileList(File baseDir, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder) Deprecated.FilenameChoiceListProvider.getFileList(File baseDir, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder, FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType) List files from passed parameters.Constructors in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type FilenameChoiceListProvider.ScanTypeModifierConstructorDescriptionFilenameChoiceListProvider(String baseDirPath, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType) FilenameChoiceListProvider(String baseDirPath, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder) Deprecated.FilenameChoiceListProvider(String baseDirPath, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder, FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType) The constructor called when a user posts a form.
FilenameChoiceListProvider.getFileList(File, String, String, ScanType, boolean)