public interface XmppMessageSender extends ConvertibleFromConfig
Modifier and Type | Field and Description |
---|---|
static String |
XMPP_GROUPS |
static String |
XMPP_RECIPIENTS |
static String |
XMPP_REQUIRED |
Modifier and Type | Method and Description |
---|---|
List |
getGroupsToNotify() |
String |
getRecipients() |
boolean |
isRequired() |
void |
setGroupsToNotify(List groupsToNotify) |
void |
setIsRequired(boolean isRequired) |
void |
setRecipients(String recipients) |
ErrorCollection |
validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect to
|
populateFromConfig, toConfiguration
static final String XMPP_GROUPS
static final String XMPP_REQUIRED
static final String XMPP_RECIPIENTS
void setIsRequired(boolean isRequired)
boolean isRequired()
String getRecipients()
void setRecipients(String recipients)
ErrorCollection validate()
List getGroupsToNotify()
void setGroupsToNotify(List groupsToNotify)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.