| Modifier and Type | Method and Description |
|---|---|
void |
LinkServiceImpl.addPaginationSelfLink(PageModel page,
javax.ws.rs.core.UriInfo uriInfo,
String pageLocation) |
void |
LinkService.addPaginationSelfLink(PageModel page,
javax.ws.rs.core.UriInfo uriInfo,
String pageLocation)
Add pagination self link only to the pageResponse.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandablePageModel<T> |
class |
RestPageModel<T> |
| Modifier and Type | Method and Description |
|---|---|
PageModel<RestStage> |
RestPlanConfig.getStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPlanConfig.setStages(PageModel<RestStage> stages) |
RestPlanConfig.Builder |
RestPlanConfig.Builder.stages(PageModel<RestStage> stages) |
| Modifier and Type | Method and Description |
|---|---|
PageModel<RestJob> |
RestStage.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
RestStage.Builder |
RestStage.Builder.jobs(PageModel<RestJob> jobs) |
void |
RestStage.setJobs(PageModel<RestJob> jobs) |
| Modifier and Type | Method and Description |
|---|---|
RestJob.Builder |
RestJob.Builder.tasks(PageModel<RestTask> tasks) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.