Class DefaultNotificationTypeExporter
- java.lang.Object
-
- com.atlassian.bamboo.notification.DefaultNotificationTypeExporter
-
- All Implemented Interfaces:
NotificationTypeExporter
public class DefaultNotificationTypeExporter extends Object implements NotificationTypeExporter
-
-
Constructor Summary
Constructors Constructor Description DefaultNotificationTypeExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @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)
-
-
-
Method Detail
-
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
-
-