Uses of Interface
com.atlassian.bamboo.applinks.ImpersonationService
-
-
Uses of ImpersonationService in com.atlassian.bamboo.applinks
Classes in com.atlassian.bamboo.applinks that implement ImpersonationService Modifier and Type Class Description class
ImpersonationServiceImpl
-
Uses of ImpersonationService in com.atlassian.bamboo.jira.issuelink
Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type ImpersonationService Constructor Description JiraBranchLinkingServiceImpl(PlanManager planManager, JiraRemoteIssueManager jiraRemoteIssueManager, JiraRestService jiraRestService, JiraApplinksService jiraApplinksService, JiraIssueUtils jiraIssueUtils, ImpersonationService impersonationService, ImmutablePlanCacheService immutablePlanCacheService)
-
Uses of ImpersonationService in com.atlassian.bamboo.plugins.jira.summary.build
Constructors in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type ImpersonationService Constructor Description BuildAggregator(PlanResultSearcher planResultSearcher, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager)
-
Uses of ImpersonationService in com.atlassian.bamboo.plugins.jira.summary.deployment
Constructors in com.atlassian.bamboo.plugins.jira.summary.deployment with parameters of type ImpersonationService Constructor Description DeploymentAggregator(AdministrationConfigurationAccessor administrationConfigurationAccessor, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService)
-
Uses of ImpersonationService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ImpersonationService Modifier and Type Field Description static Supplier<ImpersonationService>
ComponentAccessor. IMPERSONATION_SERVICE
Deprecated. -
Uses of ImpersonationService in it.com.atlassian.bamboo.deployments.environments.service
Constructors in it.com.atlassian.bamboo.deployments.environments.service with parameters of type ImpersonationService Constructor Description EnvironmentDeletionServiceWiredTest(DeploymentsTestService deploymentsTestService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
-
Uses of ImpersonationService in it.com.atlassian.bamboo.deployments.projects.service
Constructors in it.com.atlassian.bamboo.deployments.projects.service with parameters of type ImpersonationService Constructor Description DeploymentProjectServiceWiredTest(DeploymentProjectDeletionService deploymentProjectDeletionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
-
Uses of ImpersonationService in it.com.atlassian.bamboo.deployments.results.service
Constructors in it.com.atlassian.bamboo.deployments.results.service with parameters of type ImpersonationService Constructor Description DeploymentResultDeletionServiceWiredTest(DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentsTestService deploymentsTestService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
-
Uses of ImpersonationService in it.com.atlassian.bamboo.deployments.versions.service
Constructors in it.com.atlassian.bamboo.deployments.versions.service with parameters of type ImpersonationService Constructor Description DeploymentVersionDeletionServiceWiredTest(ArtifactLinkManager artifactLinkManager, CachedPlanManager cachedPlanManager, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService)
-
Uses of ImpersonationService in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type ImpersonationService Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-
Uses of ImpersonationService in it.com.atlassian.bamboo.trigger
Constructors in it.com.atlassian.bamboo.trigger with parameters of type ImpersonationService Constructor Description TestDisablingTriggerPlugin(DeploymentsTestService deploymentsTestService, EnvironmentTriggerService environmentTriggerService, ImpersonationService impersonationService, com.atlassian.plugin.PluginController pluginController, org.quartz.Scheduler scheduler, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager)
-