| Modifier and Type | Method and Description |
|---|---|
void |
MailConfigurationServiceImpl.deleteMailServer() |
void |
MailConfigurationService.deleteMailServer()
Delete the current mail server configuration
|
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.getMailServer() |
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationService.getMailServer()
Retrieve the current mail server configuration
|
| Modifier and Type | Method and Description |
|---|---|
RestAgent |
RestAgentServiceImpl.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId) |
RestAgent |
RestAgentServiceImpl.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
MailConfigurationResource.deleteMailConfiguration()
Rest endpoint to delete current mail configuration
|
javax.ws.rs.core.Response |
MailConfigurationResource.getMailConfiguration(@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
The REST endpoint to retrieve the current mail server configuration
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
NotFoundExceptionMapper.toResponse(NotFoundException exception) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DeploymentEnvironmentResource.moveEnvironment(Long environmentId,
@Nullable String positionString,
Long relativeEnvironmentId)
Change environment position within deployment project.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DeploymentProjectResource.addAssignedRepository(Long deploymentProjectId,
@Nullable RestIdContainer idContainer,
javax.ws.rs.core.UriInfo uriInfo)
Grant permission to create/edit plan in given deployment project by Bamboo Specs from given repository.
|
javax.ws.rs.core.Response |
DeploymentProjectResource.deleteRepositoryMapping(Long deploymentProjectId,
Long repositoryId)
Remove approval to create plans in given deployment project by given repository
|
List<RestRepository> |
DeploymentProjectResource.listAssignedRepositories(Long deploymentProjectId)
Fetch list of repositories which granted to create/edit environment in given deployment project by Repository stored Bamboo Specs.
|
RestRepositoryList |
DeploymentProjectResource.searchAvailableRepositories(long deploymentProjectId,
String searchTerm,
javax.ws.rs.core.UriInfo uriInfo)
Search for linked repositories which can be granted to create/modify environment by Repository stored Bamboo Specs in given
deployment project.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
RestElasticInstanceServiceImpl.getInstanceLog(@NotNull String instanceId) |
@NotNull String |
RestElasticInstanceService.getInstanceLog(@NotNull String instanceId)
Obtain logs from an EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProjectResource.addAssignedRepository(String projectKey,
@Nullable RestIdContainer idContainer,
javax.ws.rs.core.UriInfo uriInfo)
Grant permission to create/edit plan in given project by Bamboo Specs from given repository.
|
javax.ws.rs.core.Response |
AgentResource.deleteAgentCapability(long agentId,
@NotNull String capabilityKey)
Remove build agent capability.
|
javax.ws.rs.core.Response |
AgentResource.deleteAllAgentCapabilities(long agentId)
Remove all capabilities of build agent.
|
javax.ws.rs.core.Response |
ProjectResource.deleteProject(String projectKey)
Marks project for deletion.
|
javax.ws.rs.core.Response |
ProjectResource.deleteRepositoryMapping(String projectKey,
Long repositoryId)
Remove approval to create plans in given project by given repository
|
javax.ws.rs.core.Response |
AgentResource.disableAgent(long agentId)
Disables an agent.
|
javax.ws.rs.core.Response |
AgentResource.enableAgent(long agentId)
Enables an agent.
|
RestElasticImageConfig |
ElasticConfigResource.getConfiguration(Long configurationId) |
RestElasticInstanceLog |
ElasticInstanceResource.getInstanceLog(String instanceId)
Obtain logs from an EC2 instance.
|
RestPageModel<RestSharedCredential> |
ProjectResource.getPaginatedProjectSharedCredentials(String projectKey,
String filter,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders httpHeaders)
Retrieves paginated shared credentials for the project specified by the project key.
|
List<RestRepository> |
RepositoryResource.getRssRepositoriesAllowedToAccessRepository(Long targetRepositoryId)
Fetch list of RSS repositories which can use given repository by RSS code.
|
javax.ws.rs.core.Response |
RepositoryResource.grantRssRepositoryAccess(Long targetRepositoryId,
RestIdContainer idContainer,
javax.ws.rs.core.UriInfo uriInfo)
Grant repository with RSS code to use target repository in build plans and deployments.
|
List<RestRepository> |
ProjectResource.listAssignedRepositories(String projectKey)
Fetch list of repositories which granted to create plan in given project by Repository stored Bamboo Specs.
|
javax.ws.rs.core.Response |
RepositoryResource.revokePermissionToUseRepositoryByRssRepo(Long targetRepositoryId,
Long repositoryId)
Revoke access of RSS code stored in repository defined by repositoryId from repository defined by targetRepositoryId.
|
RestRepositoryList |
RepositoryResource.searchAvailableRepositories(Long targetRepositoryId,
String searchTerm,
javax.ws.rs.core.UriInfo uriInfo)
Search for existing linked repositories which can be granted to use given repository by RSS.
|
RestRepositoryList |
ProjectResource.searchAvailableRepositories(String projectKey,
String searchTerm,
javax.ws.rs.core.UriInfo uriInfo)
Search for linked repositories which can be granted to create plans by Repository stored Bamboo Specs in given
project
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectsRestService.assertBuildProjectExists(String projectKey) |
void |
ProjectsRestServiceImpl.assertBuildProjectExists(String projectKey) |
Project |
ProjectsRestService.getBuildProjectByKey(String projectKey) |
RestPageModel<RestAccessToken> |
RestUserAccessTokenService.getUserTokens(String userName,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
void |
RestUserAccessTokenService.revokeAccessToken(String userName,
String tokenId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabaseControl.isVcsBranchMarkedAsDeleted(@NotNull PlanKey planKey,
@NotNull String vcsBranchName)
Checks if a given VCS branch for the specified plan is marked as deleted in the database, indicating that all
plan branches referring to it should be cleaned up.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.