org.apache.maven.continuum.notification
Interface Notifier

All Known Implementing Classes:
AbstractContinuumNotifier, ConsoleNotifier, IrcContinuumNotifier, JabberContinuumNotifier, MailContinuumNotifier, MsnContinuumNotifier, WagonContinuumNotifier

public interface Notifier

Version:
$Id: Notifier.java 674722 2008-07-08 05:17:34Z evenisse $
Author:
Emmanuel Venisse

Method Summary
 String getType()
           
 void sendMessage(String messageId, MessageContext context)
           
 

Method Detail

getType

String getType()

sendMessage

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


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