Uses of Class
com.atlassian.bamboo.exception.NotFoundException
Package
Description
-
Uses of NotFoundException in com.atlassian.bamboo.admin.configuration
Modifier and TypeMethodDescriptionvoid
MailConfigurationService.deleteMailServer()
Delete the current mail server configurationvoid
MailConfigurationServiceImpl.deleteMailServer()
@NotNull com.atlassian.mail.server.SMTPMailServer
MailConfigurationService.getMailServer()
Retrieve the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServer
MailConfigurationServiceImpl.getMailServer()
-
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.admin.agent
Modifier and TypeMethodDescription@NotNull RestAgent
RestAgentServiceImpl.getAgentById
(@NotNull javax.ws.rs.core.UriInfo uriInfo, long agentId) @NotNull RestAgent
RestAgentServiceImpl.updateAgent
(@NotNull javax.ws.rs.core.UriInfo uriInfo, long agentId, @NotNull RestAgent restAgent) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.admin.mail
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MailConfigurationResource.deleteMailConfiguration()
MailConfigurationResource.getMailConfiguration
(@NotNull ExpansionParam expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.common.exception
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
NotFoundExceptionMapper.toResponse
(NotFoundException exception) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.deployments.environments
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
DeploymentEnvironmentResource.moveEnvironment
(Long environmentId, @Nullable String positionString, Long relativeEnvironmentId) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.deployments.projects
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
DeploymentProjectResource.addAssignedRepository
(Long deploymentProjectId, @Nullable RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
DeploymentProjectResource.deleteRepositoryMapping
(Long deploymentProjectId, Long repositoryId) DeploymentProjectResource.listAssignedRepositories
(Long deploymentProjectId) DeploymentProjectResource.searchAvailableRepositories
(long deploymentProjectId, String searchTerm, javax.ws.rs.core.UriInfo uriInfo) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.elastic
Modifier and TypeMethodDescription@NotNull String
RestElasticInstanceService.getInstanceLog
(@NotNull String instanceId) Obtain logs from an EC2 instance.@NotNull String
RestElasticInstanceServiceImpl.getInstanceLog
(@NotNull String instanceId) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.resource
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProjectResource.addAssignedRepository
(String projectKey, @Nullable RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
AgentResource.deleteAgentCapability
(long agentId, @NotNull String capabilityKey) javax.ws.rs.core.Response
AgentResource.deleteAllAgentCapabilities
(long agentId) javax.ws.rs.core.Response
ProjectResource.deleteProject
(String projectKey) javax.ws.rs.core.Response
ProjectResource.deleteRepositoryMapping
(String projectKey, Long repositoryId) javax.ws.rs.core.Response
AgentResource.disableAgent
(long agentId) javax.ws.rs.core.Response
AgentResource.enableAgent
(long agentId) ElasticConfigResource.getConfiguration
(Long configurationId) ElasticInstanceResource.getInstanceLog
(String instanceId) ProjectResource.getPaginatedProjectSharedCredentials
(String projectKey, String filter, PageRequest pageRequest, javax.ws.rs.core.UriInfo uriInfo) RepositoryResource.getRssRepositoriesAllowedToAccessRepository
(Long targetRepositoryId) javax.ws.rs.core.Response
RepositoryResource.grantRssRepositoryAccess
(Long targetRepositoryId, RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo) ProjectResource.listAssignedRepositories
(String projectKey) javax.ws.rs.core.Response
RepositoryResource.revokePermissionToUseRepositoryByRssRepo
(Long targetRepositoryId, Long repositoryId) ProjectResource.searchAvailableRepositories
(String projectKey, String searchTerm, javax.ws.rs.core.UriInfo uriInfo) RepositoryResource.searchAvailableRepositories
(Long targetRepositoryId, String searchTerm, javax.ws.rs.core.UriInfo uriInfo) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.service
Modifier and TypeMethodDescriptionvoid
ProjectsRestService.assertBuildProjectExists
(String projectKey) void
ProjectsRestServiceImpl.assertBuildProjectExists
(String projectKey) ProjectsRestService.getBuildProjectByKey
(String projectKey) RestUserAccessTokenService.getUserTokens
(String userName, PageRequest pageRequest, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo) void
RestUserAccessTokenService.revokeAccessToken
(String userName, String tokenId) -
Uses of NotFoundException in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescriptionboolean
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.