| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProjectResource.createProject(RestProject request,
javax.ws.rs.core.UriInfo uriInfo)
Create project.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestProject> |
ProjectResource.getProjectsSimple()
Returns list of projects with basic data only
(without heavy dependencies)
|
| Modifier and Type | Method and Description |
|---|---|
RestProject |
RestPlanConfig.getProject() |
| Modifier and Type | Method and Description |
|---|---|
RestPlanConfig.Builder |
RestPlanConfig.Builder.project(RestProject project) |
void |
RestPlanConfig.setProject(RestProject project) |
| Modifier and Type | Method and Description |
|---|---|
RestProject |
ProjectsControl.createProject(com.atlassian.bamboo.specs.api.builders.project.Project project) |
RestProject |
ProjectsControl.createProject(com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties) |
RestProject |
ProjectsControl.createProject(String projectKey,
String projectName) |
RestProject |
ProjectsControl.createProject(String projectKey,
String projectName,
boolean temporary,
boolean publicAccess) |
| Modifier and Type | Method and Description |
|---|---|
List<RestProject> |
ProjectsControl.getAllProjects() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.