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 TypeMethodDescriptionvoidMailConfigurationService.deleteMailServer()Delete the current mail server configurationvoidMailConfigurationServiceImpl.deleteMailServer()@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationService.getMailServer()Retrieve the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationServiceImpl.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 RestAgentRestAgentServiceImpl.getAgentById(@NotNull javax.ws.rs.core.UriInfo uriInfo, long agentId) @NotNull RestAgentRestAgentServiceImpl.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.ResponseMailConfigurationResource.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.ResponseNotFoundExceptionMapper.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.ResponseDeploymentEnvironmentResource.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.ResponseDeploymentProjectResource.addAssignedRepository(Long deploymentProjectId, @Nullable RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.ResponseDeploymentProjectResource.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 StringRestElasticInstanceService.getInstanceLog(@NotNull String instanceId) Obtain logs from an EC2 instance.@NotNull StringRestElasticInstanceServiceImpl.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.ResponseProjectResource.addAssignedRepository(String projectKey, @Nullable RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.ResponseAgentResource.deleteAgentCapability(long agentId, @NotNull String capabilityKey) javax.ws.rs.core.ResponseAgentResource.deleteAllAgentCapabilities(long agentId) javax.ws.rs.core.ResponseProjectResource.deleteProject(String projectKey) javax.ws.rs.core.ResponseProjectResource.deleteRepositoryMapping(String projectKey, Long repositoryId) javax.ws.rs.core.ResponseAgentResource.disableAgent(long agentId) javax.ws.rs.core.ResponseAgentResource.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.ResponseRepositoryResource.grantRssRepositoryAccess(Long targetRepositoryId, RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo) ProjectResource.listAssignedRepositories(String projectKey) javax.ws.rs.core.ResponseRepositoryResource.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 TypeMethodDescriptionvoidProjectsRestService.assertBuildProjectExists(String projectKey) voidProjectsRestServiceImpl.assertBuildProjectExists(String projectKey) ProjectsRestService.getBuildProjectByKey(String projectKey) RestUserAccessTokenService.getUserTokens(String userName, PageRequest pageRequest, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo) voidRestUserAccessTokenService.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 TypeMethodDescriptionbooleanDatabaseControl.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.