Class ImRecipientExporter
java.lang.Object
com.atlassian.bamboo.notification.recipients.ImRecipientExporter
- All Implemented Interfaces:
NotificationRecipientExporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
importNotificationRecipient
(com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties recipient) @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient
toSpecsEntity
(@NotNull String recipientKey, @NotNull String recipientData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.notification.NotificationRecipientExporter
fromYaml, toYaml
-
Constructor Details
-
ImRecipientExporter
public ImRecipientExporter()
-
-
Method Details
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient toSpecsEntity(@NotNull @NotNull String recipientKey, @NotNull @NotNull String recipientData) - Specified by:
toSpecsEntity
in interfaceNotificationRecipientExporter
-
importNotificationRecipient
@NotNull public @NotNull String importNotificationRecipient(com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties recipient) - Specified by:
importNotificationRecipient
in interfaceNotificationRecipientExporter
-