Class AfterXFailedNotificationTypeExporter
java.lang.Object
com.atlassian.bamboo.notification.chain.AfterXFailedNotificationTypeExporter
- All Implemented Interfaces:
NotificationTypeExporter
public class AfterXFailedNotificationTypeExporter
extends Object
implements NotificationTypeExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringimportNotificationType(com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties condition) @NotNull com.atlassian.bamboo.specs.api.builders.notification.NotificationTypetoSpecsEntity(@NotNull String conditionKey, @NotNull String conditionData)
-
Constructor Details
-
AfterXFailedNotificationTypeExporter
public AfterXFailedNotificationTypeExporter()
-
-
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:
toSpecsEntityin interfaceNotificationTypeExporter
-
importNotificationType
@NotNull public @NotNull String importNotificationType(com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties condition) - Specified by:
importNotificationTypein interfaceNotificationTypeExporter
-