|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.publishers.ConditionalPublisher
net.sourceforge.cruisecontrol.publishers.OnFailurePublisher
Executes any nested publishers if and only if the build failed
| Constructor Summary | |
OnFailurePublisher()
|
|
| Method Summary | |
boolean |
shouldPublish(org.jdom.Element log)
Determines if the nested publishers should be executed. |
| Methods inherited from class net.sourceforge.cruisecontrol.publishers.ConditionalPublisher |
add, publish, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OnFailurePublisher()
| Method Detail |
public boolean shouldPublish(org.jdom.Element log)
ConditionalPublisher
shouldPublish in class ConditionalPublisherlog - The build log
true if the nested publishers should be executed,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||