Modifier and Type | Method and Description |
---|---|
void |
MailConfigurationServiceImpl.deleteMailServer() |
void |
MailConfigurationService.deleteMailServer()
Delete the current mail server configuration
|
com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.getMailServer() |
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(Expansion expansion,
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,
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,
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 |
---|---|
String |
RestElasticInstanceServiceImpl.getInstanceLog(String instanceId) |
String |
RestElasticInstanceService.getInstanceLog(String instanceId)
Obtain logs from an EC2 instance.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProjectResource.addAssignedRepository(String projectKey,
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 |
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
|
RestElasticImageConfig |
ElasticConfigResource.getConfiguration(Long configurationId) |
RestElasticInstanceLog |
ElasticInstanceResource.getInstanceLog(String instanceId)
Obtain logs from an EC2 instance.
|
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 |
ProjectsRestServiceImpl.assertBuildProjectExists(String projectKey) |
void |
ProjectsRestService.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(PlanKey planKey,
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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.