Package hudson.scm

Class CvsProjectset.CvsProjectsetDescriptor

All Implemented Interfaces:
Saveable, ICvsDescriptor, OnMaster
Enclosing class:
CvsProjectset

@Extension public static class CvsProjectset.CvsProjectsetDescriptor extends AbstractCvsDescriptor<CvsProjectset>
  • Constructor Details

    • CvsProjectsetDescriptor

      public CvsProjectsetDescriptor()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<SCM>
    • getKnownHostsLocation

      public String getKnownHostsLocation()
    • getPrivateKeyLocation

      public String getPrivateKeyLocation()
    • getPrivateKeyPassword

      public Secret getPrivateKeyPassword()
    • getCompressionLevel

      public int getCompressionLevel()
    • getAuthentication

      public CvsAuthentication[] getAuthentication()
    • getChangelogEncoding

      public String 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