com.atlassian.bamboo.repository.cvsimpl
Class CVSCommand
java.lang.Object
com.atlassian.bamboo.command.Command
com.atlassian.bamboo.repository.cvsimpl.CVSCommand
- Direct Known Subclasses:
- VersionThreeToVersionFourUpgrader.OldCVSRepository
public abstract class CVSCommand
- extends Command
Common CVS command abstraction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myCvsRoot
protected String myCvsRoot
myModule
protected String myModule
myWorkingDir
protected String myWorkingDir
CVSCommand
public CVSCommand()
setWorkingDir
public void setWorkingDir(File workingDir)
- Define where CVS should check out the build files.
- Parameters:
workingDir
- The CVS working directory
getWorkingDirectory
public File getWorkingDirectory()
- Where are is the CVS repository file?
- Specified by:
getWorkingDirectory
in class Command
- Returns:
- The location of the CVS repository files
setModuleName
public void setModuleName(String buildName)
- Define the build we should check out.
- Parameters:
buildName
- The name of the build
setCvsRoot
public void setCvsRoot(String cvsRoot)
- Whick CVS root should we use when checking out?
- Parameters:
cvsRoot
- The CVS root
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.