|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.bootstrappers.SVNBootstrapper
The SVNBootstrapper will handle updating a single file from Subversion before the build begins.
Constructor Summary | |
SVNBootstrapper()
|
Method Summary | |
void |
bootstrap()
Update the specified file from the subversion repository. |
void |
setFile(java.lang.String fileName)
Sets the file to update from the Subversion repository. |
void |
setLocalWorkingCopy(java.lang.String localWorkingCopy)
Sets the local working copy to use when making calls to Subversion. |
void |
setPassword(java.lang.String password)
Sets the password for authentication. |
void |
setUsername(java.lang.String userName)
Sets the username for authentication. |
void |
validate()
This method validates that at least the filename or the local working copy location has been specified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNBootstrapper()
Method Detail |
public void setFile(java.lang.String fileName)
public void setLocalWorkingCopy(java.lang.String localWorkingCopy)
localWorkingCopy
- String indicating the relative or absolute path
to the local working copy of the Subversion
repository on which to execute the update command.public void setUsername(java.lang.String userName)
public void setPassword(java.lang.String password)
public void validate() throws CruiseControlException
validate
in interface Bootstrapper
CruiseControlException
- Thrown when the repository location and
the local working copy location are both
nullpublic void bootstrap() throws CruiseControlException
bootstrap
in interface Bootstrapper
CruiseControlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |