public interface ProjectsRestService
Modifier and Type | Method and Description |
---|---|
void |
assertBuildProjectExists(String projectKey) |
Project |
getBuildProjectByKey(String projectKey) |
List<Project> |
getBuildProjects(javax.ws.rs.core.UriInfo uriInfo)
Get a list of build projects.
|
List<DeploymentProject> |
getDeploymentProjects(javax.ws.rs.core.UriInfo uriInfo)
Get a list of deployment projects.
|
void assertBuildProjectExists(String projectKey) throws NotFoundException
NotFoundException
Project getBuildProjectByKey(String projectKey) throws NotFoundException
NotFoundException
List<Project> getBuildProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo)
searchTerm
permission
uriInfo
- List<DeploymentProject> getDeploymentProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo)
searchTerm
permission
uriInfo
- Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.