org.apache.maven.continuum.notification.mail
Class MailContinuumNotifier
java.lang.Object
org.apache.maven.continuum.notification.AbstractContinuumNotifier
org.apache.maven.continuum.notification.mail.MailContinuumNotifier
- All Implemented Interfaces:
- Notifier, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
public class MailContinuumNotifier
- extends AbstractContinuumNotifier
- implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
- Version:
- $Id: MailContinuumNotifier.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailContinuumNotifier
public MailContinuumNotifier()
initialize
public void initialize()
- Specified by:
initialize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
getType
public String getType()
- Specified by:
getType
in interface Notifier
sendMessage
public void sendMessage(String messageId,
MessageContext context)
throws NotificationException
- Specified by:
sendMessage
in interface Notifier
- Throws:
NotificationException
getBuildHost
public String getBuildHost()
setBuildHost
public void setBuildHost(String buildHost)
getToOverride
public String getToOverride()
setToOverride
public void setToOverride(String toOverride)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.