Interface NotificationTypeExporter

All Known Implementing Classes:
AfterXFailedNotificationTypeExporter, BuildErrorNotificationTypeExporter, DefaultNotificationTypeExporter

public interface NotificationTypeExporter
  • Method Summary

    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 Details

    • 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)