Uses of Interface
com.atlassian.bamboo.plugins.testutils.permission.PermissionsTestService
Packages that use PermissionsTestService
Package
Description
-
Uses of PermissionsTestService in com.atlassian.bamboo.plugins.testutils.permission
Classes in com.atlassian.bamboo.plugins.testutils.permission that implement PermissionsTestServiceModifier and TypeClassDescriptionclass
Provides Permissions-related functionality for functional testing -
Uses of PermissionsTestService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type PermissionsTestServiceModifierConstructorDescriptionDeploymentPermissionsResource
(CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService environmentService, PermissionsTestService permissionsTestService, RestAuthenticationContext restAuthenticationContext) -
Uses of PermissionsTestService in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type PermissionsTestServiceModifierConstructorDescriptionPlanPermissionsResource
(CachedPlanManager cachedPlanManager, PermissionsTestService permissionsTestService) -
Uses of PermissionsTestService in com.atlassian.bamboo.plugins.testutils.rest.resource.project
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.project with parameters of type PermissionsTestServiceModifierConstructorDescriptionProjectPermissionsResource
(PermissionsTestService permissionsTestService, ProjectManager projectManager) ProjectPlanPermissionsResource
(PermissionsTestService permissionsTestService, ProjectManager projectManager) -
Uses of PermissionsTestService in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type PermissionsTestServiceModifierConstructorDescriptionRepositoryPermissionsResource
(PermissionsTestService permissionsTestService, RepositoryDefinitionManager repositoryDefinitionManager)