Interface RssTriggeringService
- All Known Implementing Classes:
RssTriggeringServiceImpl
public interface RssTriggeringService
-
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.
-
Method Details
-
triggerRss
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.- Parameters:
vcsRepositoryDataList
- the list of vcs repository data desired to trigger the RSS
-