|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.Maven2SnapshotDependency
Checks snapshot dependencies listed in a Maven2 pom against the local repositorty. Date: Feb 8, 2006 Time: 9:15:47 PM
Constructor Summary | |
Maven2SnapshotDependency()
|
Method Summary | |
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
The quiet period is ignored. |
java.util.Map |
getProperties()
Any properties that have been set in this sourcecontrol. |
void |
setPomFile(java.lang.String s)
Set the root folder of the directories that we are going to scan |
void |
setProperty(java.lang.String property)
|
void |
setUser(java.lang.String s)
Set the username listed with changes found in binary dependencies |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Maven2SnapshotDependency()
Method Detail |
public void setPomFile(java.lang.String s)
public void setUser(java.lang.String s)
public void setProperty(java.lang.String property)
public java.util.Map getProperties()
SourceControl
getProperties
in interface SourceControl
public void validate() throws CruiseControlException
validate
in interface SourceControl
CruiseControlException
public java.util.List getModifications(java.util.Date lastBuild, java.util.Date now)
getModifications
in interface SourceControl
lastBuild
- date of last buildnow
- IGNORED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |