Uses of Interface
com.atlassian.bamboo.configuration.external.RssTriggeringService
-
Packages that use RssTriggeringService Package Description com.atlassian.bamboo.configuration.external.rss com.atlassian.bamboo.plugins.bitbucket.v2.webhooks com.atlassian.bamboo.plugins.stash.events -
-
Uses of RssTriggeringService in com.atlassian.bamboo.configuration.external.rss
Classes in com.atlassian.bamboo.configuration.external.rss that implement RssTriggeringService Modifier and Type Class Description class
RssTriggeringServiceImpl
-
Uses of RssTriggeringService in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks with parameters of type RssTriggeringService Constructor Description BitbucketCloudWebhooksChangeEventListener(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService)
-
Uses of RssTriggeringService in com.atlassian.bamboo.plugins.stash.events
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type RssTriggeringService Constructor Description BranchChangedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, com.atlassian.event.remote.RemoteEventListenerRegistrar listenerRegistrar, RepositoryFinder repositoryFinder, RssTriggeringService rssTriggeringService)
-