Uses of Class
com.atlassian.bamboo.brokenbuildtracker.notifications.UserResponsibilityEvent
-
Packages that use UserResponsibilityEvent Package Description com.atlassian.bamboo.brokenbuildtracker.notifications -
-
Uses of UserResponsibilityEvent in com.atlassian.bamboo.brokenbuildtracker.notifications
Subclasses of UserResponsibilityEvent in com.atlassian.bamboo.brokenbuildtracker.notifications Modifier and Type Class Description class
UserRespAddedEvent
class
UserRespRemovedEvent
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type UserResponsibilityEvent Modifier and Type Method Description protected ResultsSummary
ResponsibilitiesUpdatedNotificationListener. calculateAndUpdateResultSummary(UserResponsibilityEvent event, @NotNull ImmutablePlan plan)
protected List<NotificationRecipient>
ResponsibilitiesUpdatedNotificationListener. calculateRecipients(@NotNull UserResponsibilityEvent event, @NotNull ImmutablePlan plan, @Nullable ResultsSummary resultsSummary)
protected Iterable<NotificationRule>
ResponsibilitiesUpdatedNotificationListener. getNotificationRules(@NotNull ImmutablePlan plan, @NotNull UserResponsibilityEvent event)
-