org.apache.maven.continuum.notification.jabber
Class JabberContinuumNotifier

java.lang.Object
  extended by org.apache.maven.continuum.notification.AbstractContinuumNotifier
      extended by org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier
All Implemented Interfaces:
Notifier

@Service(value="notifier#jabber")
public class JabberContinuumNotifier
extends AbstractContinuumNotifier

Version:
$Id: JabberContinuumNotifier.java 1372260 2012-08-13 04:29:09Z brett $
Author:
Emmanuel Venisse

Field Summary
 
Fields inherited from class org.apache.maven.continuum.notification.AbstractContinuumNotifier
ADDRESS_FIELD, COMMITTER_FIELD, DEVELOPER_FIELD
 
Constructor Summary
JabberContinuumNotifier()
           
 
Method Summary
 String getType()
           
 void sendMessage(String messageId, MessageContext context)
           
 
Methods inherited from class org.apache.maven.continuum.notification.AbstractContinuumNotifier
generateMessage, generateMessage, getBuildOutput, getPreviousBuild, getReportUrl, getReportUrl, shouldNotify, shouldNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JabberContinuumNotifier

public JabberContinuumNotifier()
Method Detail

getType

public String getType()

sendMessage

public void sendMessage(String messageId,
                        MessageContext context)
                 throws NotificationException
Throws:
NotificationException


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.