|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.bootstrappers.MercurialBootstrapper
The MercurialBootstrapper will handle updating the local working repository before the build begins.
| Constructor Summary | |
MercurialBootstrapper()
|
|
| Method Summary | |
void |
bootstrap()
Update from the mercurial repository. |
void |
setLocalWorkingCopy(java.lang.String localWorkingCopy)
Sets the local working copy to use when making calls to Mercurial. |
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 MercurialBootstrapper()
| Method Detail |
public void setLocalWorkingCopy(java.lang.String localWorkingCopy)
localWorkingCopy - String indicating the relative or absolute path to the local working copy of the Mercurial repository
on which to execute the update command.
public void validate()
throws CruiseControlException
validate in interface BootstrapperCruiseControlException - Thrown when the repository location and the local working copy location are both null
public void bootstrap()
throws CruiseControlException
bootstrap in interface BootstrapperCruiseControlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||