|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.Mercurial
This class implements the SourceControl methods for a Mercurial repository.
| Constructor Summary | |
Mercurial()
|
|
| Method Summary | |
java.util.List |
getModifications(java.util.Date lastBuildDate,
java.util.Date now)
Returns a list of modifications detailing all the changes between the last build and the latest revision in the repository. |
java.util.Map |
getProperties()
Any properties that have been set in this sourcecontrol. |
void |
setLocalWorkingCopy(java.lang.String localWorkingCopy)
Sets the local working copy to use when making calls to mercurial. |
void |
setProperty(java.lang.String property)
|
void |
setPropertyOnDelete(java.lang.String propertyOnDelete)
|
void |
validate()
This method validates that at least the repository location 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 Mercurial()
| Method Detail |
public java.util.Map getProperties()
SourceControl
getProperties in interface SourceControlpublic void setProperty(java.lang.String property)
public void setPropertyOnDelete(java.lang.String propertyOnDelete)
public void setLocalWorkingCopy(java.lang.String localWorkingCopy)
localWorkingCopy - String indicating the relative or absolute path
to the local working copy of the mercurial
repository of which to find the log history.
public void validate()
throws CruiseControlException
validate in interface SourceControlCruiseControlException - Thrown when the repository location and
the local working copy location are both
null
public java.util.List getModifications(java.util.Date lastBuildDate,
java.util.Date now)
getModifications in interface SourceControllastBuildDate - now -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||