Package hudson.scm
Class AbstractCvsDescriptor<T extends AbstractCvs>
- All Implemented Interfaces:
Saveable
,ICvsDescriptor
,OnMaster
- Direct Known Subclasses:
CvsProjectset.CvsProjectsetDescriptor
,CVSSCM.DescriptorImpl
public abstract class AbstractCvsDescriptor<T extends AbstractCvs>
extends SCMDescriptor<T>
implements ICvsDescriptor
-
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.scm.SCMDescriptor
repositoryBrowser
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
ConstructorDescriptionAbstractCvsDescriptor
(Class<? extends RepositoryBrowser<? extends ChangeLogSet.Entry>> clazz) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isApplicable
(Job project) boolean
isBrowserReusable
(T x, T y) Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, getGeneration, incrementGeneration, isApplicable, load
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, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.scm.ICvsDescriptor
getAuthentication, getChangelogEncoding, getCompressionLevel, getKnownHostsLocation, getPrivateKeyLocation, getPrivateKeyPassword
-
Constructor Details
-
AbstractCvsDescriptor
public AbstractCvsDescriptor(Class<? extends RepositoryBrowser<? extends ChangeLogSet.Entry>> clazz)
-
-
Method Details
-
isBrowserReusable
- Overrides:
isBrowserReusable
in classSCMDescriptor<T extends AbstractCvs>
-
isApplicable
- Overrides:
isApplicable
in classSCMDescriptor<T extends AbstractCvs>
-