Uses of Interface
com.atlassian.bamboo.brokenbuildtracker.data.TrackingEntryManager
Package
Description
-
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker
Modifier and TypeMethodDescriptionvoid
BrokenBuildPostProcessor.setTrackingEntryManager
(TrackingEntryManager trackingEntryManager) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker.data
-
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeMethodDescriptionvoid
ResponsibleRecipient.setTrackingEntryManager
(TrackingEntryManager trackingEntryManager) Deprecated.since 6.8 use constructor injection or annotation injectionModifierConstructorDescriptionNotificationPanelContextProvider
(BambooUserManager bambooUserManager, TrackingEntryManager trackingEntryManager) -
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker.rest
ModifierConstructorDescriptionBrokenBuildResource
(TrackingEntryManager trackingEntryManager, BambooPermissionManager bambooPermissionManager, ResultsSummaryManager resultsSummaryManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginatedDataCollector paginatedDataCollector, LinkService linkService)