|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.publishers.JabberPublisher
net.sourceforge.cruisecontrol.publishers.LinkJabberPublisher
Implementation of the Jabber publisher which publishes a link to the build results via Jabber Instant Messaging framework.
JabberPublisher,
Serialized Form| Constructor Summary | |
LinkJabberPublisher()
|
|
| Method Summary | |
protected java.lang.String |
createMessage(XMLLogHelper logHelper)
Creates the IM message body. |
void |
setBuildResultsURL(java.lang.String buildResultsURL)
|
void |
validate()
Validate that all the mandatory parameters were specified in order to properly initial the Jabber client service. |
| Methods inherited from class net.sourceforge.cruisecontrol.publishers.JabberPublisher |
init, publish, setChatroom, setHost, setPassword, setPort, setRecipient, setService, setSsl, setUsername |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinkJabberPublisher()
| Method Detail |
public void setBuildResultsURL(java.lang.String buildResultsURL)
public void validate()
throws CruiseControlException
validate in interface Publishervalidate in class JabberPublisherCruiseControlException - if there was a configuration error.
protected java.lang.String createMessage(XMLLogHelper logHelper)
throws CruiseControlException
createMessage in class JabberPublisherString the link that makes up the body of the IM message
CruiseControlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||