com.pmease.quickbuild.notifier
Class GoogleTalkNotifierFacade

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

public class GoogleTalkNotifierFacade
extends java.lang.Object

Facade class for GoogleTalkNotifier.


Constructor Summary
GoogleTalkNotifierFacade()
           
 
Method Summary
 java.lang.String getMessageTemplate()
          Specify Velocity template for the notification message.
 java.lang.String getName()
          OGNL: Specify name of this notifier.
 java.lang.String getSenderAccount()
          OGNL: A Gmail account is needed to send out build notifications.
 java.lang.String getSenderPassword()
          OGNL: Specify password for the above sender account.
 void setMessageTemplate(java.lang.String messageTemplate)
           
 void setName(java.lang.String name)
           
 void setSenderAccount(java.lang.String senderAccount)
           
 void setSenderPassword(java.lang.String senderPassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleTalkNotifierFacade

public GoogleTalkNotifierFacade()
Method Detail

getSenderAccount

public java.lang.String getSenderAccount()
OGNL: A Gmail account is needed to send out build notifications. For example: sender. Please be noted that gmail.com suffix should not be specified here.
NOTE: Connecting through proxy is not yet supported.


setSenderAccount

public void setSenderAccount(java.lang.String senderAccount)

getSenderPassword

public java.lang.String getSenderPassword()
OGNL: Specify password for the above sender account.


setSenderPassword

public void setSenderPassword(java.lang.String senderPassword)

getMessageTemplate

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


setMessageTemplate

public void setMessageTemplate(java.lang.String messageTemplate)

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.