com.atlassian.bamboo.repository.cvsimpl
Class CVSCommand

java.lang.Object
  extended by com.atlassian.bamboo.command.Command
      extended by com.atlassian.bamboo.repository.cvsimpl.CVSCommand

Deprecated. since 3.1 (only appears to be used in tests anyway)

@Deprecated
public abstract class CVSCommand
extends Command

Common CVS command abstraction


Field Summary
protected  java.lang.String myCvsRoot
          Deprecated.  
protected  java.lang.String myModule
          Deprecated.  
protected  java.lang.String myWorkingDir
          Deprecated.  
 
Fields inherited from class com.atlassian.bamboo.command.Command
buildLoggerManager, customVariableContext
 
Constructor Summary
CVSCommand()
          Deprecated.  
 
Method Summary
 java.io.File getWorkingDirectory()
          Deprecated. Where are is the CVS repository file?
 void setCvsRoot(java.lang.String cvsRoot)
          Deprecated. Whick CVS root should we use when checking out?
 void setModuleName(java.lang.String buildName)
          Deprecated. Define the build we should check out.
 void setWorkingDir(java.io.File workingDir)
          Deprecated. Define where CVS should check out the build files.
 
Methods inherited from class com.atlassian.bamboo.command.Command
decorateCommandLine, executeCommand, getBuildLoggerManager, getCommandArguments, getCommandExecutable, getCommandLine, getCustomEnvironmentVars, getEnvironmentSetting, getSubstitutedCommandLine, isWindowsPlatform, setBuildLoggerManager, setCustomVariableContext, setPluginAccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myCvsRoot

protected java.lang.String myCvsRoot
Deprecated. 

myModule

protected java.lang.String myModule
Deprecated. 

myWorkingDir

protected java.lang.String myWorkingDir
Deprecated. 
Constructor Detail

CVSCommand

public CVSCommand()
Deprecated. 
Method Detail

setWorkingDir

public void setWorkingDir(java.io.File workingDir)
Deprecated. 
Define where CVS should check out the build files.

Parameters:
workingDir - The CVS working directory

getWorkingDirectory

public java.io.File getWorkingDirectory()
Deprecated. 
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(java.lang.String buildName)
Deprecated. 
Define the build we should check out.

Parameters:
buildName - The name of the build

setCvsRoot

public void setCvsRoot(java.lang.String cvsRoot)
Deprecated. 
Whick CVS root should we use when checking out?

Parameters:
cvsRoot - The CVS root


Copyright © 2011 Atlassian. All Rights Reserved.