Uses of Class
com.atlassian.bamboo.exception.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in com.atlassian.bamboo.admin.configuration
Methods in com.atlassian.bamboo.admin.configuration that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.admin.agent that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.admin.mail that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.common.exception with parameters of type NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
NotFoundExceptionMapper.toResponse
(NotFoundException exception) -
Uses of NotFoundException in com.atlassian.bamboo.plugins.rest.deployments.environments
Methods in com.atlassian.bamboo.plugins.rest.deployments.environments that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.deployments.projects that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.elastic that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.resource that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.service that throw NotFoundExceptionModifier 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
Methods in com.atlassian.bamboo.testutils.backdoor that throw NotFoundExceptionModifier 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.