|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.system.NotificationAddress
public class NotificationAddress
Configures one method for notifying users/developers when a build breaks.
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 |
---|
public NotificationAddress()
Method Detail |
---|
public void addConfiguration(Object key, String value)
key
- value
- public String getAddress()
public Map getConfiguration()
public String getType()
public void setAddress(String address)
address
- public void setConfiguration(Map configuration)
configuration
- public void setType(String type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |