org.apache.maven.continuum.notification.console
Class 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 765355 2009-04-15 20:59:07Z evenisse $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.continuum.notification.AbstractContinuumNotifier
ADDRESS_FIELD, COMMITTER_FIELD, DEVELOPER_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-2013 The Apache Software Foundation. All Rights Reserved.