Uses of Interface
com.atlassian.bamboo.configuration.external.rss.RepositoryStoredSpecsResultHelper
-
Packages that use RepositoryStoredSpecsResultHelper Package Description com.atlassian.bamboo.configuration.external com.atlassian.bamboo.configuration.external.rss -
-
Uses of RepositoryStoredSpecsResultHelper in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type RepositoryStoredSpecsResultHelper Constructor Description RepositoryStoredSpecsServiceImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull FeatureManager featureManager, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull JavaSpecsImportService javaSpecsImportService, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull RepositoryStoredSpecsLogService repositoryStoredSpecsLogService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull RssExecutionDirectoryManager rssExecutionDirectoryManager, @NotNull RssPermissionsService rssPermissionsService, @NotNull YamlSpecsImportService yamlSpecsImportService, @NotNull AuditLogService auditLogService)
-
Uses of RepositoryStoredSpecsResultHelper in com.atlassian.bamboo.configuration.external.rss
Classes in com.atlassian.bamboo.configuration.external.rss that implement RepositoryStoredSpecsResultHelper Modifier and Type Class Description class
RepositoryStoredSpecsResultHelperImpl
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type RepositoryStoredSpecsResultHelper Constructor Description SpecsConsumerFactoryImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainResultManager chainResultManager, @NotNull DeploymentImportService deploymentImportService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull PlanConfigImportService planConfigImportService, @NotNull PlanManager planManager, @NotNull PlanPermissionService planPermissionService, @NotNull ProjectImportService projectImportService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull AuditLogService auditLogService, @NotNull BuildDefinitionManager buildDefinitionManager, @NotNull BuildDefinitionConverter buildDefinitionConverter, @NotNull FeatureManager featureManager)
-