| Modifier and Type | Method and Description |
|---|---|
RestDeploymentProject |
DeploymentProjectResource.addDeploymentProject(@Nullable RestCreateDeploymentProjectRequest createDeploymentProjectRequest) |
RestDeploymentProject |
DeploymentProjectResource.editDeploymentProject(long deploymentProjectId,
@Nullable RestUpdateDeploymentProjectRequest updateDeploymentProjectRequest) |
RestDeploymentProject |
DeploymentProjectResource.getDeploymentProject(long deploymentProjectId) |
| Modifier and Type | Method and Description |
|---|---|
List<RestDeploymentProject> |
DeploymentProjectResource.getAllDeploymentProjects() |
RestPageModel<RestDeploymentProject> |
DeploymentDashboardResource.getDeploymentProjects(String filter,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders httpHeaders) |
RestPageModel<RestDeploymentProject> |
DeploymentDashboardResource.getPaginateDeploymentProject(long projectId,
String filter,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders httpHeaders) |
| Modifier and Type | Field and Description |
|---|---|
static RestDeploymentProject |
RestDeploymentProjectExampleDocument.CREATE_PROJECT_RESPONSE |
static RestDeploymentProject |
RestDeploymentProjectExampleDocument.UPDATE_PROJECT_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
RestDeploymentProject |
DeploymentsControl.getDeploymentProject(long deploymentProjectId) |
| Modifier and Type | Method and Description |
|---|---|
List<RestDeploymentProject> |
DeploymentsControl.getAllProjects() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.