public class SprintPagesResource extends AbstractResource
| Modifier and Type | Class and Description |
|---|---|
static class |
SprintPagesResource.LinkPageToSprintModel |
authenticationContext, log| Constructor and Description |
|---|
SprintPagesResource(SprintService sprintService,
SprintPermissionService sprintPermissionService,
SprintLinkedPagesModelFactory sprintLinkedPagesModelFactory,
com.atlassian.jira.issue.fields.rest.json.beans.JiraBaseUrls jiraBaseUrls,
com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getPages(Long sprintId)
Returns all the confluence pages linked to the given sprint
|
javax.ws.rs.core.Response |
linkPage(Long sprintId,
SprintPagesResource.LinkPageToSprintModel model) |
javax.ws.rs.core.Response |
removePage(Long sprintId,
SprintPagesResource.LinkPageToSprintModel model) |
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheckpublic SprintPagesResource(SprintService sprintService, SprintPermissionService sprintPermissionService, SprintLinkedPagesModelFactory sprintLinkedPagesModelFactory, com.atlassian.jira.issue.fields.rest.json.beans.JiraBaseUrls jiraBaseUrls, com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication)
public javax.ws.rs.core.Response removePage(Long sprintId, SprintPagesResource.LinkPageToSprintModel model)
public javax.ws.rs.core.Response linkPage(Long sprintId, SprintPagesResource.LinkPageToSprintModel model)
public javax.ws.rs.core.Response getPages(Long sprintId)
sprintId - Copyright © 2007–2025 Atlassian. All rights reserved.