|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.bootstrappers.GitBootstrapper
The GitBootstrapper will handle updating a git repository before the build begins.
| Constructor Summary | |
GitBootstrapper()
|
|
| Method Summary | |
void |
bootstrap()
Update the git repository. |
void |
setLocalWorkingCopy(java.lang.String d)
Sets the local working copy to use when making calls to git. |
void |
validate()
This method validates that 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 GitBootstrapper()
| Method Detail |
public void setLocalWorkingCopy(java.lang.String d)
d - String indicating the relative or absolute path to the local working copy of the git repository on
which to execute the pull command.
public void validate()
throws CruiseControlException
validate in interface BootstrapperCruiseControlException - Thrown when the local working copy location is 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 | |||||||||