Uses of Class
com.atlassian.bamboo.exception.AccessDeniedException
Packages that use AccessDeniedException
Package
Description
-
Uses of AccessDeniedException in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that throw AccessDeniedExceptionModifier and TypeMethodDescriptionvoidAgentAssignmentService.deleteAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Remove agent assignment.voidAgentAssignmentServiceImpl.deleteAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) voidAgentAssignmentService.deleteExecutableAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) Remove a collection of agent assignments.voidAgentAssignmentServiceImpl.deleteExecutableAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) voidAgentAssignmentService.deleteExecutorAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments) Remove a collection of agent assignments.@NotNull AgentAssignmentAgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Save an agent assignment@NotNull AgentAssignmentAgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) -
Uses of AccessDeniedException in com.atlassian.bamboo.comment
Methods in com.atlassian.bamboo.comment that throw AccessDeniedExceptionModifier 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
Methods in com.atlassian.bamboo.deployments.results.service that throw AccessDeniedExceptionModifier 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
Methods in com.atlassian.bamboo.deployments.specs that throw AccessDeniedExceptionModifier and TypeMethodDescriptionbooleanRssPermissionManagerImpl.isProjectCreationAllowed(long repositoryId) voidRssPermissionManagerImpl.revokeRepositoryAccess(long targetRepositoryId, long repositoryId) -
Uses of AccessDeniedException in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that throw AccessDeniedExceptionModifier and TypeMethodDescriptionvoidRssPermissionManager.grantDeploymentProjectAccess(long projectId, long repositoryId) Allow Bamboo Specs stored in the repository identified byrepositoryIdto modify a deployment project identified byprojectId.voidRssPermissionManager.grantProjectAccess(long projectId, long repositoryId) Allow Bamboo Specs stored in the repository identified byrepositoryIdto modify plans in a project identified byprojectId.booleanRssPermissionManager.isAllProjectsAccess(long repositoryId) Whether a Bamboo Specs stored in the repository identified byrepositoryIdto modify all projects.booleanRssPermissionManager.isAllRepositoriesAccess(long repositoryId) Whether a Bamboo Specs stored in the repository identified byrepositoryIdto use all repositories.booleanRssPermissionManager.isProjectCreationAllowed(long repositoryId) Whether a Bamboo Specs stored in the repository identified byrepositoryIdare allowed to create new build and deployment projects.voidRssPermissionManager.revokeDeploymentProjectAccess(long projectId, long repositoryId) Forbid Bamboo Specs stored in the repository identified byrepositoryIdto modify a deployment project identified byprojectId.voidRssPermissionManager.revokeProjectAccess(long projectId, long repositoryId) Forbid Bamboo Specs stored in the repository identified byrepositoryIdto modify plans in a project identified byprojectId.voidRssPermissionManager.revokeRepositoryAccess(long targetRepositoryId, long repositoryId) Forbid Bamboo Specs stored in the repository identified byrepositoryIdto use a repository identified bytargetRepositoryId.voidRssPermissionManager.toggleAllProjectsAccess(long repositoryId, boolean enabled) Allow or forbid Bamboo Specs stored in the repository identified byrepositoryIdto create or modify plans in all projects and deployment projects in Bamboo.voidRssPermissionManager.toggleAllRepositoriesAccess(long repositoryId, boolean enable) Allow or forbid Bamboo Specs stored in the repository identified byrepositoryIdto use all linked repositories in plans or deployment projects in Bamboo.