Package hudson.plugins.collabnet
Class AbstractTeamForgeNotifier.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Publisher>
-
- hudson.plugins.collabnet.AbstractTeamForgeNotifier.DescriptorImpl
-
- Direct Known Subclasses:
CNDocumentUploader.DescriptorImpl
,CNFileRelease.DescriptorImpl
,CNTracker.DescriptorImpl
- Enclosing class:
- AbstractTeamForgeNotifier
public abstract static class AbstractTeamForgeNotifier.DescriptorImpl extends BuildStepDescriptor<Publisher>
-
-
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 boolean
canInheritAuth()
FormValidation
doCheckProject(CollabNetApp app, String value)
Form validation for the project field.ComboBoxModel
doFillProjectItems(CollabNetApp cna)
boolean
isApplicable(Class<? extends AbstractProject> jobType)
Implementation of the abstract isApplicable method from BuildStepDescriptor.-
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, getDisplayName, 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
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
Implementation of the abstract isApplicable method from BuildStepDescriptor.- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
canInheritAuth
public boolean canInheritAuth()
- Returns:
- true if there is auth data that can be inherited.
-
doCheckProject
public FormValidation doCheckProject(CollabNetApp app, @QueryParameter String value) throws IOException
Form validation for the project field.- Throws:
IOException
- if any problems occurs when validation project data
-
doFillProjectItems
public ComboBoxModel doFillProjectItems(CollabNetApp cna)
- Returns:
- the list of all possible projects, given the login data.
-
-