public interface RssPermissions
Modifier and Type | Field and Description |
---|---|
static RssPermissions |
FULL_ACCESS |
Modifier and Type | Method and Description |
---|---|
String |
getSpecsRepositoryName()
Name of the repository which contains the Bamboo Specs.
|
boolean |
isAllProjectsAccess()
Whether the Bamboo Specs stored in given repository is allowed to modify all projects and deployment projects
|
boolean |
isAllRepositoriesAccess()
Whether the Bamboo Specs stored in given repository is allowed to use all repositories
|
boolean |
isDeploymentProjectAllowed(String projectKey)
Whether the Bamboo Specs stored in given repository is allowed to create or modify a deployment project
specified by the key.
|
boolean |
isProjectAllowed(String projectKey)
Whether the Bamboo Specs stored in given repository is allowed to create or modify plans in a build project
specified by the key.
|
boolean |
isRepositoryAllowed(long repositoryId)
Whether the Bamboo Specs stored in given repository is allowed to use repository
specified by the id.
|
static final RssPermissions FULL_ACCESS
boolean isAllProjectsAccess()
boolean isAllRepositoriesAccess()
boolean isProjectAllowed(String projectKey)
projectKey
- keyboolean isDeploymentProjectAllowed(String projectKey)
projectKey
- keyboolean isRepositoryAllowed(long repositoryId)
repositoryId
- idString getSpecsRepositoryName()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.