Class CNDocumentUploader.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Publisher>
-
- hudson.plugins.collabnet.AbstractTeamForgeNotifier.DescriptorImpl
-
- hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
-
- Enclosing class:
- CNDocumentUploader
@Extension public static final class CNDocumentUploader.DescriptorImpl extends AbstractTeamForgeNotifier.DescriptorImpl
The CNDocumentUploader Descriptor class.
-
-
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
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckDescription(String value)
FormValidation
doCheckUploadPath(CollabNetApp app, String project, String value)
Form validation for upload path.String
getDisplayName()
-
Methods inherited from class hudson.plugins.collabnet.AbstractTeamForgeNotifier.DescriptorImpl
canInheritAuth, doCheckProject, doFillProjectItems, isApplicable
-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
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
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Publisher>
- Returns:
- string to display for configuration screen.
-
doCheckUploadPath
public FormValidation doCheckUploadPath(CollabNetApp app, @QueryParameter String project, @QueryParameter String value) throws IOException
Form validation for upload path.- Throws:
IOException
-
doCheckDescription
public FormValidation doCheckDescription(@QueryParameter String value)
-
-