Interface NotificationTypeExporter
-
- All Known Implementing Classes:
AfterXFailedNotificationTypeExporter
,BuildErrorNotificationTypeExporter
,DefaultNotificationTypeExporter
public interface NotificationTypeExporter
-
-
Method Summary
All Methods Instance Methods Abstract 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 @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationType toSpecsEntity(@NotNull @NotNull String conditionKey, @NotNull @NotNull String conditionData)
-
importNotificationType
@NotNull @NotNull String importNotificationType(com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties condition)
-
-