Uses of Class
com.atlassian.bamboo.exception.NotFoundException
-
-
Uses of NotFoundException in com.atlassian.bamboo.admin.configuration
Methods in com.atlassian.bamboo.admin.configuration that throw NotFoundException Modifier and Type Method Description void
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 NotFoundException Modifier and Type Method Description @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 NotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
MailConfigurationResource. deleteMailConfiguration()
RestMailConfiguration
MailConfigurationResource. getMailConfiguration(@NotNull Expansion 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 NotFoundException Modifier and Type Method Description javax.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 NotFoundException Modifier and Type Method Description javax.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 NotFoundException Modifier and Type Method Description javax.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)
List<RestRepository>
DeploymentProjectResource. listAssignedRepositories(Long deploymentProjectId)
RestRepositoryList
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 NotFoundException Modifier and Type Method Description @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 NotFoundException Modifier and Type Method Description javax.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)
RestElasticImageConfig
ElasticConfigResource. getConfiguration(Long configurationId)
RestElasticInstanceLog
ElasticInstanceResource. getInstanceLog(String instanceId)
RestPageModel<RestSharedCredential>
ProjectResource. getPaginatedProjectSharedCredentials(String projectKey, String filter, PageRequest pageRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders)
List<RestRepository>
RepositoryResource. getRssRepositoriesAllowedToAccessRepository(Long targetRepositoryId)
javax.ws.rs.core.Response
RepositoryResource. grantRssRepositoryAccess(Long targetRepositoryId, RestIdContainer idContainer, javax.ws.rs.core.UriInfo uriInfo)
List<RestRepository>
ProjectResource. listAssignedRepositories(String projectKey)
javax.ws.rs.core.Response
RepositoryResource. revokePermissionToUseRepositoryByRssRepo(Long targetRepositoryId, Long repositoryId)
RestRepositoryList
ProjectResource. searchAvailableRepositories(String projectKey, String searchTerm, javax.ws.rs.core.UriInfo uriInfo)
RestRepositoryList
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 NotFoundException Modifier and Type Method 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)
-
Uses of NotFoundException in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that throw NotFoundException Modifier and Type Method 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.
-