Uses of Enum Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.EmptyChoiceType
Packages that use FilenameChoiceListProvider.EmptyChoiceType
-
Uses of FilenameChoiceListProvider.EmptyChoiceType in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return FilenameChoiceListProvider.EmptyChoiceTypeModifier and TypeMethodDescriptionFilenameChoiceListProvider.getEmptyChoiceType()Returns the enum constant of this class with the specified name.FilenameChoiceListProvider.EmptyChoiceType.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.EmptyChoiceTypeModifier 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, boolean reverseOrder, FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType) List files from passed parameters.Constructors in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type FilenameChoiceListProvider.EmptyChoiceTypeModifierConstructorDescriptionFilenameChoiceListProvider(String baseDirPath, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder, FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType) The constructor called when a user posts a form.