Uses of Interface
com.atlassian.bamboo.configuration.external.RssDetectionService
-
-
Uses of RssDetectionService in com.atlassian.bamboo.configuration.external
Classes in com.atlassian.bamboo.configuration.external that implement RssDetectionService Modifier and Type Class Description class
RssDetectionServiceImpl
-
Uses of RssDetectionService in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type RssDetectionService Constructor Description RssTriggeringServiceImpl(RssDetectionService rssDetectionService, CachedPlanManager cachedPlanManager, SpecsConsumerFactory specsConsumerFactory, PlanBranchPullRequestService planBranchPullRequestService)
-
Uses of RssDetectionService in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type RssDetectionService Constructor Description PlanResource(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter)
-
Uses of RssDetectionService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type RssDetectionService Constructor Description RepositoryResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, EnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-