public interface NotificationExporter
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.bamboo.specs.api.builders.notification.Notification> |
exportNotificationSet(NotificationSet notificationSet) |
List<NotificationRule> |
importNotificationRules(com.atlassian.bamboo.specs.api.model.notification.NotificationProperties notification,
com.atlassian.bamboo.specs.api.model.EntityProperties owner) |
com.atlassian.bamboo.specs.api.builders.notification.Notification |
toSpecEntity(NotificationRule notificationRule) |
void |
updateNotificationSet(NotificationSet notificationSet,
Collection<com.atlassian.bamboo.specs.api.model.notification.NotificationProperties> notifications,
com.atlassian.bamboo.specs.api.model.EntityProperties owner) |
@NotNull com.atlassian.bamboo.specs.api.builders.notification.Notification toSpecEntity(@NotNull NotificationRule notificationRule)
@NotNull List<com.atlassian.bamboo.specs.api.builders.notification.Notification> exportNotificationSet(@NotNull NotificationSet notificationSet)
@NotNull List<NotificationRule> importNotificationRules(@NotNull com.atlassian.bamboo.specs.api.model.notification.NotificationProperties notification, @NotNull com.atlassian.bamboo.specs.api.model.EntityProperties owner)
void updateNotificationSet(@NotNull NotificationSet notificationSet, @NotNull Collection<com.atlassian.bamboo.specs.api.model.notification.NotificationProperties> notifications, @NotNull com.atlassian.bamboo.specs.api.model.EntityProperties owner)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.