Uses of Class
com.atlassian.bamboo.exception.AccessDeniedException
Package
Description
-
Uses of AccessDeniedException in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeMethodDescriptionvoid
AgentAssignmentService.deleteAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Remove agent assignment.void
AgentAssignmentServiceImpl.deleteAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) void
AgentAssignmentService.deleteExecutableAssignments
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) Remove a collection of agent assignments.void
AgentAssignmentServiceImpl.deleteExecutableAssignments
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) void
AgentAssignmentService.deleteExecutorAssignments
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments) Remove a collection of agent assignments.@NotNull AgentAssignment
AgentAssignmentService.saveAgentAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Save an agent assignment@NotNull AgentAssignment
AgentAssignmentServiceImpl.saveAgentAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) -
Uses of AccessDeniedException in com.atlassian.bamboo.comment
Modifier and TypeMethodDescriptionCommentService.addComment
(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity) CommentServiceImpl.addComment
(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity) -
Uses of AccessDeniedException in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescription@NotNull Map<Long,
EnvironmentStatusForDashboard> DeploymentResultService.getLatestStatusForEnvironments
(@NotNull List<Long> environmentIds) @NotNull Map<Long,
EnvironmentStatusForDashboard> DeploymentResultServiceImpl.getLatestStatusForEnvironments
(@NotNull List<Long> environmentIds) -
Uses of AccessDeniedException in com.atlassian.bamboo.deployments.specs
Modifier and TypeMethodDescriptionboolean
RssPermissionManagerImpl.isProjectCreationAllowed
(long repositoryId) void
RssPermissionManagerImpl.revokeRepositoryAccess
(long targetRepositoryId, long repositoryId) -
Uses of AccessDeniedException in com.atlassian.bamboo.specs
Modifier and TypeMethodDescriptionvoid
RssPermissionManager.grantDeploymentProjectAccess
(long projectId, long repositoryId) Allow Bamboo Specs stored in the repository identified byrepositoryId
to modify a deployment project identified byprojectId
.void
RssPermissionManager.grantProjectAccess
(long projectId, long repositoryId) Allow Bamboo Specs stored in the repository identified byrepositoryId
to modify plans in a project identified byprojectId
.boolean
RssPermissionManager.isAllProjectsAccess
(long repositoryId) Whether a Bamboo Specs stored in the repository identified byrepositoryId
to modify all projects.boolean
RssPermissionManager.isAllRepositoriesAccess
(long repositoryId) Whether a Bamboo Specs stored in the repository identified byrepositoryId
to use all repositories.boolean
RssPermissionManager.isProjectCreationAllowed
(long repositoryId) Whether a Bamboo Specs stored in the repository identified byrepositoryId
are allowed to create new build and deployment projects.void
RssPermissionManager.revokeDeploymentProjectAccess
(long projectId, long repositoryId) Forbid Bamboo Specs stored in the repository identified byrepositoryId
to modify a deployment project identified byprojectId
.void
RssPermissionManager.revokeProjectAccess
(long projectId, long repositoryId) Forbid Bamboo Specs stored in the repository identified byrepositoryId
to modify plans in a project identified byprojectId
.void
RssPermissionManager.revokeRepositoryAccess
(long targetRepositoryId, long repositoryId) Forbid Bamboo Specs stored in the repository identified byrepositoryId
to use a repository identified bytargetRepositoryId
.void
RssPermissionManager.toggleAllProjectsAccess
(long repositoryId, boolean enabled) Allow or forbid Bamboo Specs stored in the repository identified byrepositoryId
to create or modify plans in all projects and deployment projects in Bamboo.void
RssPermissionManager.toggleAllRepositoriesAccess
(long repositoryId, boolean enable) Allow or forbid Bamboo Specs stored in the repository identified byrepositoryId
to use all linked repositories in plans or deployment projects in Bamboo.