Uses of Class
com.atlassian.bamboo.exception.AccessDeniedException
-
-
Uses of AccessDeniedException in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that throw AccessDeniedException Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.comment that throw AccessDeniedException Modifier and Type Method Description Comment
CommentService. addComment(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity)
Comment
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 AccessDeniedException Modifier and Type Method Description @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 AccessDeniedException Modifier and Type Method Description boolean
RssPermissionManagerImpl. isProjectCreationAllowed(long repositoryId)
void
RssPermissionManagerImpl. revokeRepositoryAccess(long targetRepositoryId, long repositoryId)
-
Uses of AccessDeniedException in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that throw AccessDeniedException Modifier and Type Method Description void
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.
-