|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.publishers.ExecutePublisher
Used to execute a custom publishing command
| Constructor Summary | |
ExecutePublisher()
|
|
| Method Summary | |
void |
publish(org.jdom.Element cruisecontrolLog)
Define the publishing. |
void |
setCommand(java.lang.String commandString)
|
void |
validate()
Called after the configuration is read to make sure that all the mandatory parameters were specified.. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExecutePublisher()
| Method Detail |
public void setCommand(java.lang.String commandString)
public void validate()
throws CruiseControlException
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||