Modifier and Type | Method and Description |
---|---|
void |
AgentAssignmentServiceImpl.deleteAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId) |
void |
AgentAssignmentService.deleteAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Remove agent assignment.
|
void |
AgentAssignmentServiceImpl.deleteExecutableAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) |
void |
AgentAssignmentService.deleteExecutableAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments)
Remove a collection of agent assignments.
|
void |
AgentAssignmentService.deleteExecutorAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments)
Remove a collection of agent assignments.
|
AgentAssignment |
AgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId) |
AgentAssignment |
AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Save an agent assignment
|
Modifier and Type | Method and Description |
---|---|
Comment |
CommentServiceImpl.addComment(String content,
com.atlassian.user.User user,
BambooIdProvider entity) |
Comment |
CommentService.addComment(String content,
com.atlassian.user.User user,
BambooIdProvider entity) |
Modifier and Type | Method and Description |
---|---|
Map<Long,EnvironmentStatusForDashboard> |
DeploymentResultServiceImpl.getLatestStatusForEnvironments(List<Long> environmentIds) |
Map<Long,EnvironmentStatusForDashboard> |
DeploymentResultService.getLatestStatusForEnvironments(List<Long> environmentIds) |
Modifier and Type | Method and Description |
---|---|
void |
RssPermissionManagerImpl.revokeRepositoryAccess(long targetRepositoryId,
long repositoryId) |
Modifier and Type | Method and Description |
---|---|
void |
RssPermissionManager.grantDeploymentProjectAccess(long projectId,
long repositoryId)
Allow Bamboo Specs stored in the repository identified by
repositoryId to modify
a deployment project identified by projectId . |
void |
RssPermissionManager.grantProjectAccess(long projectId,
long repositoryId)
Allow Bamboo Specs stored in the repository identified by
repositoryId to modify
plans in a project identified by projectId . |
boolean |
RssPermissionManager.isAllProjectsAccess(long repositoryId)
Whether a Bamboo Specs stored in the repository identified by
repositoryId to modify
all projects. |
boolean |
RssPermissionManager.isAllRepositoriesAccess(long repositoryId)
Whether a Bamboo Specs stored in the repository identified by
repositoryId to use
all repositories. |
void |
RssPermissionManager.revokeDeploymentProjectAccess(long projectId,
long repositoryId)
Forbid Bamboo Specs stored in the repository identified by
repositoryId to modify
a deployment project identified by projectId . |
void |
RssPermissionManager.revokeProjectAccess(long projectId,
long repositoryId)
Forbid Bamboo Specs stored in the repository identified by
repositoryId to modify
plans in a project identified by projectId . |
void |
RssPermissionManager.revokeRepositoryAccess(long targetRepositoryId,
long repositoryId)
Forbid Bamboo Specs stored in the repository identified by
repositoryId to use
a repository identified by targetRepositoryId . |
void |
RssPermissionManager.toggleAllProjectsAccess(long repositoryId,
boolean enabled)
Allow or forbid Bamboo Specs stored in the repository identified by
repositoryId 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 by
repositoryId to use all
linked repositories in plans or deployment projects in Bamboo. |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences