com.atlassian.bamboo.xmpp
Interface XmppMessageSender

All Superinterfaces:
ConvertibleFromConfig
All Known Implementing Classes:
SmackXmppMessageSender

public interface XmppMessageSender
extends ConvertibleFromConfig


Field Summary
static java.lang.String XMPP_GROUPS
           
static java.lang.String XMPP_RECIPIENTS
           
static java.lang.String XMPP_REQUIRED
           
 
Method Summary
 java.util.List getGroupsToNotify()
           
 java.lang.String getRecipients()
           
 boolean isRequired()
           
 void setGroupsToNotify(java.util.List groupsToNotify)
           
 void setIsRequired(boolean isRequired)
           
 void setRecipients(java.lang.String recipients)
           
 ErrorCollection validate()
          Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 

Field Detail

XMPP_GROUPS

static final java.lang.String XMPP_GROUPS
See Also:
Constant Field Values

XMPP_REQUIRED

static final java.lang.String XMPP_REQUIRED
See Also:
Constant Field Values

XMPP_RECIPIENTS

static final java.lang.String XMPP_RECIPIENTS
See Also:
Constant Field Values
Method Detail

setIsRequired

void setIsRequired(boolean isRequired)

isRequired

boolean isRequired()

getRecipients

java.lang.String getRecipients()

setRecipients

void setRecipients(java.lang.String recipients)

validate

ErrorCollection validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect to

Returns:
The validation errors. An empty list of there are no errors

getGroupsToNotify

java.util.List getGroupsToNotify()

setGroupsToNotify

void setGroupsToNotify(java.util.List groupsToNotify)


Copyright © 2011 Atlassian. All Rights Reserved.