|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.FakeUserSourceControl
net.sourceforge.cruisecontrol.sourcecontrols.AlwaysBuild
Returns "true" always, so that a build will happen repeatedly.
Constructor Summary | |
AlwaysBuild()
|
Method Summary | |
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
For this case, we don't care about the quietperiod, only that one user is modifying the build. |
void |
validate()
|
Methods inherited from class net.sourceforge.cruisecontrol.sourcecontrols.FakeUserSourceControl |
getProperties, getSourceControlProperties, getUserName, setProperty, setUserName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AlwaysBuild()
Method Detail |
public void validate() throws CruiseControlException
validate
in interface SourceControl
validate
in class FakeUserSourceControl
CruiseControlException
SourceControl.validate()
public java.util.List getModifications(java.util.Date lastBuild, java.util.Date now)
getModifications
in interface SourceControl
getModifications
in class FakeUserSourceControl
lastBuild
- date of last buildnow
- IGNOREDSourceControl.getModifications(java.util.Date, java.util.Date)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |