@Extension
public static class FileSystemListParameterDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor
| Constructor and Description |
|---|
FileSystemListParameterDefinition.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckName(String name) |
hudson.util.FormValidation |
doCheckPath(String path) |
hudson.util.FormValidation |
doCheckRegexExcludePattern(String regexExcludePattern) |
hudson.util.FormValidation |
doCheckRegexIncludePattern(String regexIncludePattern) |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic FileSystemListParameterDefinition.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptorpublic hudson.util.FormValidation doCheckName(@QueryParameter
String name)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckPath(@QueryParameter
String path)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckRegexIncludePattern(@QueryParameter
String regexIncludePattern)
public hudson.util.FormValidation doCheckRegexExcludePattern(@QueryParameter
String regexExcludePattern)
Copyright © 2004-2014. All Rights Reserved.