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