org.apache.maven.continuum.notification.console
Class ConsoleNotifier

Package class diagram package ConsoleNotifier
java.lang.Object
  extended by org.apache.maven.continuum.notification.AbstractContinuumNotifier
      extended by org.apache.maven.continuum.notification.console.ConsoleNotifier
All Implemented Interfaces:
Notifier

public class ConsoleNotifier
extends AbstractContinuumNotifier

Version:
$Id: ConsoleNotifier.java 764863 2009-04-14 16:28:12Z evenisse $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.continuum.notification.AbstractContinuumNotifier
ADDRESS_FIELD, COMMITTER_FIELD
 
Constructor Summary
ConsoleNotifier()
           
 
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

ConsoleNotifier

public ConsoleNotifier()
Method Detail

getType

public String getType()

sendMessage

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


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