|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.model.Notifier
Configures one method for notifying users/developers when a build breaks.
| Constructor Summary | |
Notifier()
|
|
| Method Summary | |
void |
addConfiguration(String key,
String value)
Method addConfiguration |
String |
getAddress()
Get Deprecated. |
Properties |
getConfiguration()
Method getConfiguration |
String |
getModelEncoding()
|
String |
getType()
Get The mechanism used to deliver notifications. |
boolean |
isSendOnError()
Get Whether to send notifications on error. |
boolean |
isSendOnFailure()
Get Whether to send notifications on failure. |
boolean |
isSendOnSuccess()
Get Whether to send notifications on success. |
boolean |
isSendOnWarning()
Get Whether to send notifications on warning. |
void |
setAddress(String address)
Set Deprecated. |
void |
setConfiguration(Properties configuration)
Set Extended configuration specific to this notifier goes here. |
void |
setModelEncoding(String modelEncoding)
|
void |
setSendOnError(boolean sendOnError)
Set Whether to send notifications on error. |
void |
setSendOnFailure(boolean sendOnFailure)
Set Whether to send notifications on failure. |
void |
setSendOnSuccess(boolean sendOnSuccess)
Set Whether to send notifications on success. |
void |
setSendOnWarning(boolean sendOnWarning)
Set Whether to send notifications on warning. |
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 Notifier()
| Method Detail |
public void addConfiguration(String key,
String value)
key - value - public String getAddress()
public Properties getConfiguration()
public String getType()
public boolean isSendOnError()
public boolean isSendOnFailure()
public boolean isSendOnSuccess()
public boolean isSendOnWarning()
public void setAddress(String address)
address - public void setConfiguration(Properties configuration)
configuration - public void setSendOnError(boolean sendOnError)
sendOnError - public void setSendOnFailure(boolean sendOnFailure)
sendOnFailure - public void setSendOnSuccess(boolean sendOnSuccess)
sendOnSuccess - public void setSendOnWarning(boolean sendOnWarning)
sendOnWarning - public void setType(String type)
type - public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||