Package hudson.scm
Class CvsProjectset.CvsProjectsetDescriptor
- All Implemented Interfaces:
Saveable
,ICvsDescriptor
,OnMaster
- Enclosing class:
- CvsProjectset
@Extension
public static class CvsProjectset.CvsProjectsetDescriptor
extends AbstractCvsDescriptor<CvsProjectset>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionProvides the format that the changelog (and any other plugin files) should be read and written in.int
Methods inherited from class hudson.scm.AbstractCvsDescriptor
isApplicable, isBrowserReusable
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, 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
-
Constructor Details
-
CvsProjectsetDescriptor
public CvsProjectsetDescriptor()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<SCM>
-
getKnownHostsLocation
-
getPrivateKeyLocation
-
getPrivateKeyPassword
-
getCompressionLevel
public int getCompressionLevel() -
getAuthentication
-
getChangelogEncoding
Description copied from interface:ICvsDescriptor
Provides the format that the changelog (and any other plugin files) should be read and written in.- Returns:
- the encoding selected by the user, defaults to UTF-8
-