Class DefaultNotificationTypeExporter
java.lang.Object
com.atlassian.bamboo.notification.DefaultNotificationTypeExporter
- All Implemented Interfaces:
NotificationTypeExporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
importNotificationType
(com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties condition) @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationType
toSpecsEntity
(@NotNull String conditionKey, @NotNull String conditionData)
-
Constructor Details
-
DefaultNotificationTypeExporter
public DefaultNotificationTypeExporter()
-
-
Method Details
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationType toSpecsEntity(@NotNull @NotNull String conditionKey, @NotNull @NotNull String conditionData) - Specified by:
toSpecsEntity
in interfaceNotificationTypeExporter
-
importNotificationType
@NotNull public @NotNull String importNotificationType(com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties condition) - Specified by:
importNotificationType
in interfaceNotificationTypeExporter
-