Class RssTriggeringServiceImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.rss.RssTriggeringServiceImpl
- All Implemented Interfaces:
RssTriggeringService
-
Constructor Summary
ConstructorDescriptionRssTriggeringServiceImpl
(RssDetectionService rssDetectionService, CachedPlanManager cachedPlanManager, SpecsConsumerFactory specsConsumerFactory, PlanBranchPullRequestService planBranchPullRequestService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
triggerRss
(List<VcsRepositoryData> vcsRepositoryDataList) Detects either RSS should be triggered for a particular vcs repository data and if yes triggers execution.
-
Constructor Details
-
RssTriggeringServiceImpl
@Inject public RssTriggeringServiceImpl(RssDetectionService rssDetectionService, CachedPlanManager cachedPlanManager, SpecsConsumerFactory specsConsumerFactory, PlanBranchPullRequestService planBranchPullRequestService)
-
-
Method Details
-
triggerRss
Description copied from interface:RssTriggeringService
Detects either RSS should be triggered for a particular vcs repository data and if yes triggers execution. There can be multiple vcs repositories provided. However, every vcs repository is considered in isolation.- Specified by:
triggerRss
in interfaceRssTriggeringService
- Parameters:
vcsRepositoryDataList
- the list of vcs repository data desired to trigger the RSS
-