|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.Notifier
public class Notifier
Class Notifier.
| Constructor Summary | |
|---|---|
Notifier()
|
|
| Method Summary | |
|---|---|
void |
addConfiguration(java.lang.String key,
java.lang.String value)
Method addConfiguration |
java.lang.String |
getAddress()
Method getAddress |
java.util.Properties |
getConfiguration()
Method getConfiguration |
java.lang.String |
getType()
Method getType |
boolean |
isSendOnError()
Method isSendOnError |
boolean |
isSendOnFailure()
Method isSendOnFailure |
boolean |
isSendOnSuccess()
Method isSendOnSuccess |
boolean |
isSendOnWarning()
Method isSendOnWarning |
void |
setAddress(java.lang.String address)
Method setAddress |
void |
setConfiguration(java.util.Properties configuration)
Method setConfiguration |
void |
setSendOnError(boolean sendOnError)
Method setSendOnError |
void |
setSendOnFailure(boolean sendOnFailure)
Method setSendOnFailure |
void |
setSendOnSuccess(boolean sendOnSuccess)
Method setSendOnSuccess |
void |
setSendOnWarning(boolean sendOnWarning)
Method setSendOnWarning |
void |
setType(java.lang.String type)
Method setType |
| 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(java.lang.String key,
java.lang.String value)
key - value - public java.lang.String getAddress()
public java.util.Properties getConfiguration()
public java.lang.String getType()
public boolean isSendOnError()
public boolean isSendOnFailure()
public boolean isSendOnSuccess()
public boolean isSendOnWarning()
public void setAddress(java.lang.String address)
address - public void setConfiguration(java.util.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(java.lang.String type)
type -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||