Uses of Interface
com.atlassian.bamboo.configuration.external.PlanPermissionService
Packages that use PlanPermissionService
Package
Description
-
Uses of PlanPermissionService in com.atlassian.bamboo.configuration.external
Classes in com.atlassian.bamboo.configuration.external that implement PlanPermissionService -
Uses of PlanPermissionService in com.atlassian.bamboo.configuration.external.exporters
Constructors in com.atlassian.bamboo.configuration.external.exporters with parameters of type PlanPermissionServiceModifierConstructorDescriptionSpecsExporterImpl
(PlanConfigExportService planConfigExportService, PlanPermissionService planPermissionService, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentExportService deploymentExportService, YamlEmitter yamlEmitter) -
Uses of PlanPermissionService in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type PlanPermissionServiceModifierConstructorDescriptionSpecsConsumerFactoryImpl
(@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) -
Uses of PlanPermissionService in com.atlassian.bamboo.configuration.external.rss.importers
Constructors in com.atlassian.bamboo.configuration.external.rss.importers with parameters of type PlanPermissionServiceModifierConstructorDescriptionPlanPermissionImporter
(PlanPermissionService planPermissionService) -
Uses of PlanPermissionService in com.atlassian.bamboo.plugins.rest.configuration.external
Constructors in com.atlassian.bamboo.plugins.rest.configuration.external with parameters of type PlanPermissionServiceModifierConstructorDescriptionBambooPlanConfigImportResource
(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, BambooAuthenticationContext authenticationContext, PlanConfigImportService planConfigImportService, PlanPermissionService planPermissionService, RepositoryDefinitionManager repositoryDefinitionManager, YamlSpecsImportService yamlSpecsImportService, BambooPermissionManager bambooPermissionManager)