@Singleton public class ProjectResource extends Object
Constructor and Description |
---|
ProjectResource(ProjectManager projectManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
deleteAllProjects()
Remove all projects.
|
List<RestProject> |
getProjectsSimple()
Returns list of projects with basic data only
(without heavy dependencies)
|
public ProjectResource(ProjectManager projectManager)
public List<RestProject> getProjectsSimple()
public javax.ws.rs.core.Response deleteAllProjects() throws WebValidationException
WebValidationException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.