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