Package hudson.scm

Class CvsAuthentication

All Implemented Interfaces:
Describable<CvsAuthentication>

public class CvsAuthentication extends AbstractDescribableImpl<CvsAuthentication>
  • Constructor Details

    • CvsAuthentication

      @DataBoundConstructor public CvsAuthentication(String cvsRoot, String username, String password)
  • Method Details

    • getCvsRoot

      @Exported public String getCvsRoot()
    • getUsername

      @Exported public String getUsername()
    • getPassword

      @Exported public Secret getPassword()