|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.bootstrappers.VssBootstrapper
Constructor Summary | |
VssBootstrapper()
|
Method Summary | |
void |
bootstrap()
Perform the bootstrapping. |
void |
setLocalDirectory(java.lang.String localDirectory)
Required. |
void |
setLogin(java.lang.String login)
Optional. |
void |
setServerPath(java.lang.String serverPath)
Optional. |
void |
setSsDir(java.lang.String ssDir)
Optional. |
void |
setVssPath(java.lang.String vssPath)
Required. |
void |
validate()
Called after the configuration is read to make sure that all the mandatory parameters were specified.. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VssBootstrapper()
Method Detail |
public void bootstrap() throws CruiseControlException
Bootstrapper
bootstrap
in interface Bootstrapper
CruiseControlException
- if bootstrap failspublic void validate() throws CruiseControlException
Bootstrapper
validate
in interface Bootstrapper
CruiseControlException
- if there was a configuration error.public void setVssPath(java.lang.String vssPath)
vssPath
- fully qualified VSS path to the file ($/Project/subproject/filename.ext)public void setSsDir(java.lang.String ssDir)
ssDir
- Path to the directory containing ss.exe. Assumes that ss.exe is in the path by default.public void setServerPath(java.lang.String serverPath)
serverPath
- The path to the directory containing the srcsafe.ini file.public void setLocalDirectory(java.lang.String localDirectory)
localDirectory
- fully qualified path for the destination directory (c:\directory\subdirectory\)public void setLogin(java.lang.String login)
login
- vss login information in the form username,password\
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |