org.apache.maven.continuum.notification.wagon
Class WagonContinuumNotifier

java.lang.Object
  extended by org.apache.maven.continuum.notification.AbstractContinuumNotifier
      extended by org.apache.maven.continuum.notification.wagon.WagonContinuumNotifier
All Implemented Interfaces:
Notifier, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

@Service(value="notifier#wagon")
public class WagonContinuumNotifier
extends AbstractContinuumNotifier
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

Author:
Henry Isidro, Napoleon Esmundo C. Ramirez

Field Summary
static String BUILD_OUTPUT_FILE_NAME
           
 
Fields inherited from class org.apache.maven.continuum.notification.AbstractContinuumNotifier
ADDRESS_FIELD, COMMITTER_FIELD, DEVELOPER_FIELD
 
Constructor Summary
WagonContinuumNotifier()
           
 
Method Summary
 void contextualize(org.codehaus.plexus.context.Context context)
           
 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
 

Field Detail

BUILD_OUTPUT_FILE_NAME

public static final String BUILD_OUTPUT_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

WagonContinuumNotifier

public WagonContinuumNotifier()
Method Detail

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

contextualize

public void contextualize(org.codehaus.plexus.context.Context context)
                   throws org.codehaus.plexus.context.ContextException
Specified by:
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Throws:
org.codehaus.plexus.context.ContextException


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