Uses of Interface
com.atlassian.bamboo.brokenbuildtracker.data.TrackingEntryManager
-
-
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker
Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type TrackingEntryManager Modifier and Type Method Description void
BrokenBuildPostProcessor. setTrackingEntryManager(TrackingEntryManager trackingEntryManager)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker.data
Classes in com.atlassian.bamboo.brokenbuildtracker.data that implement TrackingEntryManager Modifier and Type Class Description class
TrackingEntryManagerImpl
-
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type TrackingEntryManager Modifier and Type Method Description void
ResponsibleRecipient. setTrackingEntryManager(TrackingEntryManager trackingEntryManager)
Deprecated.since 6.8 use constructor injection or annotation injectionConstructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type TrackingEntryManager Constructor Description NotificationPanelContextProvider(BambooUserManager bambooUserManager, TrackingEntryManager trackingEntryManager)
-
Uses of TrackingEntryManager in com.atlassian.bamboo.brokenbuildtracker.rest
Constructors in com.atlassian.bamboo.brokenbuildtracker.rest with parameters of type TrackingEntryManager Constructor Description BrokenBuildResource(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)
-