Class RunDirectoryComponent.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ObjectComponent<T>>
com.cloudbees.jenkins.support.api.ObjectComponentDescriptor<T>
com.cloudbees.jenkins.support.impl.DirectoryComponent.DirectoryComponentsDescriptor<Run>
com.cloudbees.jenkins.support.impl.RunDirectoryComponent.DescriptorImpl
- Enclosing class:
- RunDirectoryComponent
@Extension
@Symbol("runDirectoryComponent")
public static class RunDirectoryComponent.DescriptorImpl
extends DirectoryComponent.DirectoryComponentsDescriptor<Run>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckExcludes
(Run item, String excludes) Form validation for the ant style patterns to exclude.doCheckIncludes
(Run item, String includes) Form validation for the ant style patterns to include.Methods inherited from class com.cloudbees.jenkins.support.impl.DirectoryComponent.DirectoryComponentsDescriptor
doCheckMaxDepth, getExcludes, getIncludes, getMaxDepth, isDefaultExcludes, setDefaultExcludes, setExcludes, setIncludes, setMaxDepth
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDirectoryComponent.DirectoryComponentsDescriptor<Run>
-
doCheckIncludes
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckIncludes(@AncestorInPath Run item, @QueryParameter String includes) throws IOException Form validation for the ant style patterns to include.- Parameters:
includes
- the ant style patterns- Returns:
- the validation results.
- Throws:
IOException
-
doCheckExcludes
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckExcludes(@AncestorInPath Run item, @QueryParameter String excludes) Form validation for the ant style patterns to exclude.- Parameters:
excludes
- the ant style patterns- Returns:
- the validation results.
-