|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.notifier.EmailNotifierFacade
Facade class for EmailNotifier.
Constructor Summary | |
EmailNotifierFacade()
|
Method Summary | |
java.lang.String |
getBodyTemplate()
Specify Velocity template for body of the notification mail. |
java.lang.String |
getName()
OGNL: Specify name of this notifier. |
java.lang.String |
getSubjectTemplate()
Specify Velocity template for title of the notification mail. |
boolean |
isAttachBuildLog()
Whether or not to send build log as attachment. |
boolean |
isAttachRevisionLog()
Wheter or not to send revision log as attachment. |
void |
setAttachBuildLog(boolean attachBuildLog)
|
void |
setAttachRevisionLog(boolean attachRevisionLog)
|
void |
setBodyTemplate(java.lang.String bodyTemplate)
|
void |
setName(java.lang.String name)
|
void |
setSubjectTemplate(java.lang.String subjectTemplate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmailNotifierFacade()
Method Detail |
public java.lang.String getSubjectTemplate()
public void setSubjectTemplate(java.lang.String subjectTemplate)
public java.lang.String getBodyTemplate()
public void setBodyTemplate(java.lang.String bodyTemplate)
public boolean isAttachBuildLog()
public void setAttachBuildLog(boolean attachBuildLog)
public boolean isAttachRevisionLog()
public void setAttachRevisionLog(boolean attachRevisionLog)
public java.lang.String getName()
public void setName(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |