Package com.atlassian.bamboo.xmpp
Interface XmppMessageSender
- All Superinterfaces:
ConvertibleFromConfig
- All Known Implementing Classes:
SmackXmppMessageSender
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setGroupsToNotify
(List groupsToNotify) void
setIsRequired
(boolean isRequired) void
setRecipients
(String recipients) validate()
Ensures the user has entered a xmpp configuration that we can authenticate against and connect toMethods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
-
Field Details
-
XMPP_GROUPS
- See Also:
-
XMPP_REQUIRED
- See Also:
-
XMPP_RECIPIENTS
- See Also:
-
-
Method Details
-
setIsRequired
void setIsRequired(boolean isRequired) -
isRequired
boolean isRequired() -
getRecipients
String getRecipients() -
setRecipients
-
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
List getGroupsToNotify() -
setGroupsToNotify
-