com.pmease.quickbuild.notifier
Class EmailNotifierFacade

java.lang.Object
  extended bycom.pmease.quickbuild.notifier.EmailNotifierFacade

public class EmailNotifierFacade
extends java.lang.Object

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

EmailNotifierFacade

public EmailNotifierFacade()
Method Detail

getSubjectTemplate

public java.lang.String getSubjectTemplate()
Specify Velocity template for title of the notification mail. Two variables are pre-defined: build means current build object, and system means current system object. Refer to user's guide for details.


setSubjectTemplate

public void setSubjectTemplate(java.lang.String subjectTemplate)

getBodyTemplate

public java.lang.String getBodyTemplate()
Specify Velocity template for body of the notification mail. Two variables are pre-defined: build means current build object, and system means current system object. Refer to user's guide for details.


setBodyTemplate

public void setBodyTemplate(java.lang.String bodyTemplate)

isAttachBuildLog

public boolean isAttachBuildLog()
Whether or not to send build log as attachment.


setAttachBuildLog

public void setAttachBuildLog(boolean attachBuildLog)

isAttachRevisionLog

public boolean isAttachRevisionLog()
Wheter or not to send revision log as attachment.


setAttachRevisionLog

public void setAttachRevisionLog(boolean attachRevisionLog)

getName

public java.lang.String getName()
OGNL: Specify name of this notifier.


setName

public void setName(java.lang.String name)


Copyright © 2005 PMEase Inc. All Rights Reserved.