Class ResponsibilitiesUpdatedNotificationListener
- java.lang.Object
-
- com.atlassian.bamboo.brokenbuildtracker.notifications.ResponsibilitiesUpdatedNotificationListener
-
public class ResponsibilitiesUpdatedNotificationListener extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponsibilitiesUpdatedNotificationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ResultsSummary
calculateAndUpdateResultSummary(UserResponsibilityEvent event, @NotNull ImmutablePlan plan)
protected List<NotificationRecipient>
calculateRecipients(@NotNull UserResponsibilityEvent event, @NotNull ImmutablePlan plan, @Nullable ResultsSummary resultsSummary)
protected Iterable<NotificationRule>
getNotificationRules(@NotNull ImmutablePlan plan, @NotNull UserResponsibilityEvent event)
void
onEvent(UserRespAddedEvent event)
void
onEvent(UserRespRemovedEvent event)
-
-
-
Method Detail
-
onEvent
@EventListener public void onEvent(UserRespAddedEvent event)
-
onEvent
@EventListener public void onEvent(UserRespRemovedEvent event)
-
calculateRecipients
protected List<NotificationRecipient> calculateRecipients(@NotNull @NotNull UserResponsibilityEvent event, @NotNull @NotNull ImmutablePlan plan, @Nullable @Nullable ResultsSummary resultsSummary)
-
getNotificationRules
protected Iterable<NotificationRule> getNotificationRules(@NotNull @NotNull ImmutablePlan plan, @NotNull @NotNull UserResponsibilityEvent event)
-
calculateAndUpdateResultSummary
protected ResultsSummary calculateAndUpdateResultSummary(UserResponsibilityEvent event, @NotNull @NotNull ImmutablePlan plan)
-
-