Class EmailRecipientExporter
- java.lang.Object
-
- com.atlassian.bamboo.notification.recipients.EmailRecipientExporter
-
- All Implemented Interfaces:
NotificationRecipientExporter
public class EmailRecipientExporter extends Object implements NotificationRecipientExporter
-
-
Constructor Summary
Constructors Constructor Description EmailRecipientExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringimportNotificationRecipient(com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties recipient)@NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipienttoSpecsEntity(@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
-
-
-
-
Method Detail
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient toSpecsEntity(@NotNull @NotNull String recipientKey, @NotNull @NotNull String recipientData)- Specified by:
toSpecsEntityin interfaceNotificationRecipientExporter
-
importNotificationRecipient
@NotNull public @NotNull String importNotificationRecipient(com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties recipient)
- Specified by:
importNotificationRecipientin interfaceNotificationRecipientExporter
-
-