Package hudson.scm
Class AbstractCvsDescriptor<T extends AbstractCvs>
- All Implemented Interfaces:
Saveable,ICvsDescriptor,Loadable,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
repositoryBrowserFields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCvsDescriptor(Class<? extends RepositoryBrowser<? extends ChangeLogSet.Entry>> clazz) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(Job project) booleanisBrowserReusable(T x, T y) Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, getGeneration, incrementGeneration, isApplicable, loadMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isBrowserReusablein classSCMDescriptor<T extends AbstractCvs>
-
isApplicable
- Overrides:
isApplicablein classSCMDescriptor<T extends AbstractCvs>
-