com.atlassian.bamboo.repository.cvsimpl
Class PasswordOverrideCVSRoot

java.lang.Object
  extended by org.netbeans.lib.cvsclient.CVSRoot
      extended by com.atlassian.bamboo.repository.cvsimpl.PasswordOverrideCVSRoot

public class PasswordOverrideCVSRoot
extends org.netbeans.lib.cvsclient.CVSRoot


Field Summary
 
Fields inherited from class org.netbeans.lib.cvsclient.CVSRoot
METHOD_EXT, METHOD_FORK, METHOD_LOCAL, METHOD_PSERVER, METHOD_SERVER
 
Constructor Summary
PasswordOverrideCVSRoot(java.util.Properties props)
           
PasswordOverrideCVSRoot(java.lang.String cvsroot)
           
 
Method Summary
 void setPassword(java.lang.String password)
           
 
Methods inherited from class org.netbeans.lib.cvsclient.CVSRoot
equals, getCompatibilityLevel, getHostName, getMethod, getPassword, getPort, getRepository, getUserName, hashCode, isLocal, parse, parse, setHostName, setMethod, setPort, setRepository, setUserName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordOverrideCVSRoot

public PasswordOverrideCVSRoot(java.util.Properties props)
                        throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

PasswordOverrideCVSRoot

public PasswordOverrideCVSRoot(java.lang.String cvsroot)
                        throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

setPassword

public void setPassword(java.lang.String password)
Overrides:
setPassword in class org.netbeans.lib.cvsclient.CVSRoot


Copyright © 2012 Atlassian. All Rights Reserved.