|
||||||||||
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.HttpFile
Checks a single file on a web server that supports the last-modified header
Constructor Summary | |
HttpFile()
|
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. |
protected long |
getURLLastModified(java.net.URL url)
|
void |
setURL(java.lang.String urlString)
|
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 HttpFile()
Method Detail |
public void setURL(java.lang.String urlString)
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)
protected long getURLLastModified(java.net.URL url) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |