org.apache.maven.continuum.notification.wagon
Class WagonContinuumNotifier
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.notification.notifier.AbstractNotifier
org.apache.maven.continuum.notification.AbstractContinuumNotifier
org.apache.maven.continuum.notification.wagon.WagonContinuumNotifier
- All Implemented Interfaces:
- org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.notification.notifier.Notifier, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class WagonContinuumNotifier
- extends org.apache.maven.continuum.notification.AbstractContinuumNotifier
- implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Author:
- Henry Isidro, Napoleon Esmundo C. Ramirez
| Fields inherited from interface org.codehaus.plexus.notification.notifier.Notifier |
ROLE |
|
Method Summary |
void |
contextualize(org.codehaus.plexus.context.Context context)
|
void |
sendNotification(java.lang.String source,
java.util.Set recipients,
java.util.Map configuration,
java.util.Map context)
|
void |
sendNotification(java.lang.String arg0,
java.util.Set arg1,
java.util.Properties arg2)
|
| Methods inherited from class org.apache.maven.continuum.notification.AbstractContinuumNotifier |
getReportUrl, shouldNotify, shouldNotify |
| Methods inherited from class org.codehaus.plexus.notification.notifier.AbstractNotifier |
sendNotification, sendNotification |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUILD_OUTPUT_FILE_NAME
public static final java.lang.String BUILD_OUTPUT_FILE_NAME
- See Also:
- Constant Field Values
WagonContinuumNotifier
public WagonContinuumNotifier()
sendNotification
public void sendNotification(java.lang.String source,
java.util.Set recipients,
java.util.Map configuration,
java.util.Map context)
throws org.codehaus.plexus.notification.NotificationException
- Specified by:
sendNotification in interface org.codehaus.plexus.notification.notifier.Notifier
- Throws:
org.codehaus.plexus.notification.NotificationException
sendNotification
public void sendNotification(java.lang.String arg0,
java.util.Set arg1,
java.util.Properties arg2)
throws org.codehaus.plexus.notification.NotificationException
- Specified by:
sendNotification in interface org.codehaus.plexus.notification.notifier.Notifier
- Throws:
org.codehaus.plexus.notification.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-2007 The Apache Software Foundation. All Rights Reserved.