Class ProjectResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.plan.ProjectResource
@Path("project")
@Consumes("application/json")
@Produces("application/json")
@Singleton
public class ProjectResource
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Remove all projects.Returns list of projects with basic data only (without heavy dependencies)
-
Constructor Details
-
ProjectResource
-
-
Method Details
-
getProjectsSimple
Returns list of projects with basic data only (without heavy dependencies) -
deleteAllProjects
Remove all projects. All plans should be removed in advance.- Throws:
WebValidationException
-