org.apache.maven.continuum.model.system
Class NotificationAddress

java.lang.Object
  extended by org.apache.maven.continuum.model.system.NotificationAddress
All Implemented Interfaces:
Serializable

public class NotificationAddress
extends Object
implements Serializable

Configures one method for notifying users/developers when a build breaks.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
NotificationAddress()
           
 
Method Summary
 void addConfiguration(Object key, String value)
          Method addConfiguration.
 String getAddress()
          Get the address field.
 Map getConfiguration()
          Method getConfiguration.
 String getType()
          Get the mechanism used to deliver notifications.
 void setAddress(String address)
          Set the address field.
 void setConfiguration(Map configuration)
          Set extended configuration specific to this notifier goes here.
 void setType(String type)
          Set the mechanism used to deliver notifications.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationAddress

public NotificationAddress()
Method Detail

addConfiguration

public void addConfiguration(Object key,
                             String value)
Method addConfiguration.

Parameters:
key -
value -

getAddress

public String getAddress()
Get the address field.

Returns:
String

getConfiguration

public Map getConfiguration()
Method getConfiguration.

Returns:
Map

getType

public String getType()
Get the mechanism used to deliver notifications.

Returns:
String

setAddress

public void setAddress(String address)
Set the address field.

Parameters:
address -

setConfiguration

public void setConfiguration(Map configuration)
Set extended configuration specific to this notifier goes here.

Parameters:
configuration -

setType

public void setType(String type)
Set the mechanism used to deliver notifications.

Parameters:
type -


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