Package hudson.scm

Class CvsRepository

All Implemented Interfaces:
Describable<CvsRepository>, Serializable

@ExportedBean public class CvsRepository extends AbstractDescribableImpl<CvsRepository> implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getCvsRoot

      @Exported public String getCvsRoot()
    • getRepositoryItems

      @Exported public CvsRepositoryItem[] getRepositoryItems()
    • getCompressionLevel

      @Exported public int getCompressionLevel()
    • getExcludedRegions

      @Exported public ExcludedRegion[] getExcludedRegions()
    • getPassword

      @Exported public Secret getPassword()
      Gives the password to be used by this connection. If no password is required then null will be returned, other wise a Secret containing the encoded password is returned.
      Returns:
      the Secret containing this connection's encoded password
    • isPasswordRequired

      @Exported public boolean isPasswordRequired()
    • getRepositoryBrowser

      @Exported public CVSRepositoryBrowser getRepositoryBrowser()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • readResolve

      public Object readResolve()