|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.publishers.CurrentBuildStatusPublisher
CurrentBuildStatusListener
Writes an HTML snippet in a file (supposedly in a location where the reporting module can read it), indicating when the next build is going to take place.
DateFormatFactory for the dateformat
DateFormatFactory,
Serialized Form| Constructor Summary | |
CurrentBuildStatusPublisher()
Deprecated. |
|
| Method Summary | |
void |
publish(org.jdom.Element cruisecontrolLog)
Deprecated. Define the publishing. |
void |
setFile(java.lang.String fileName)
Deprecated. |
void |
validate()
Deprecated. Called after the configuration is read to make sure that all the mandatory parameters were specified.. |
protected void |
writeFile(java.util.Date date,
long interval)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CurrentBuildStatusPublisher()
| Method Detail |
public void setFile(java.lang.String fileName)
public void validate()
throws CruiseControlException
Publisher
validate in interface PublisherCruiseControlException - if there was a configuration error.
public void publish(org.jdom.Element cruisecontrolLog)
throws CruiseControlException
Publisher
publish in interface PublishercruisecontrolLog - JDOM Element representation of the main cruisecontrol build log
CruiseControlException
protected void writeFile(java.util.Date date,
long interval)
throws CruiseControlException
CruiseControlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||