|
||||||||||
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 FormConstructor 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 Publisher
validate
in class JabberPublisher
CruiseControlException
- if there was a configuration error.protected java.lang.String createMessage(XMLLogHelper logHelper) throws CruiseControlException
createMessage
in class JabberPublisher
String
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 |