| Modifier and Type | Method and Description |
|---|---|
void |
LinkServiceImpl.addPaginationLinks(RestPageModel page,
javax.ws.rs.core.UriInfo uriInfo) |
void |
LinkService.addPaginationLinks(RestPageModel page,
javax.ws.rs.core.UriInfo uriInfo)
Add pagination links to the pageResponse.
|
void |
LinkServiceImpl.addPaginationLinks(RestPageModel page,
javax.ws.rs.core.UriInfo uriInfo,
String pageLocation) |
void |
LinkService.addPaginationLinks(RestPageModel page,
javax.ws.rs.core.UriInfo uriInfo,
String pageLocation)
Add pagination links to the pageResponse.
|
| Modifier and Type | Method and Description |
|---|---|
<W,T extends AbstractRestModel> |
PaginationService.getPage(Iterable<W> input,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestConversionFunction<? super W,T> transformer)
Transforms a list of domain objects to
AbstractRestModels and constructs a RestPageModel from the
result. |
<W,T extends AbstractRestModel> |
PaginationServiceImpl.getPage(Iterable<W> input,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestConversionFunction<? super W,T> transformer) |
<W,T extends AbstractRestModel> |
PaginationService.getPage(Iterable<W> input,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestConversionFunction<? super W,T> transformer,
String pageLocation)
Transforms a list of domain objects to
AbstractRestModels and constructs a RestPageModel from the
result. |
<W,T extends AbstractRestModel> |
PaginationServiceImpl.getPage(Iterable<W> input,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestConversionFunction<? super W,T> transformer,
String pageLocation) |
| Modifier and Type | Field and Description |
|---|---|
static RestPageModel<RestJob> |
PlanConfigResource.ALL_JOBS |
| Modifier and Type | Method and Description |
|---|---|
RestPageModel<RestJob> |
PlanConfigResource.getJobsForPlan(String planKeyString,
Expansion expansion,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo)
Retrieves all jobs for a build plan.
|
| Modifier and Type | Field and Description |
|---|---|
static RestPageModel<RestStage> |
StageConfigResource.ALL_STAGES |
| Modifier and Type | Method and Description |
|---|---|
RestPageModel<RestStage> |
StageConfigResource.getAllStagesForPlan(String planKeyString,
Expansion expansion,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo)
Retrieves all the stages that make up a build plan.
|
| Modifier and Type | Field and Description |
|---|---|
static RestPageModel<RestJob> |
JobConfigResource.ALL_JOBS |
| Modifier and Type | Method and Description |
|---|---|
RestPageModel<RestJob> |
JobConfigResource.getAllJobsForStage(String planKeyString,
long stageId,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Return all jobs for the given stage.
|
| Modifier and Type | Method and Description |
|---|---|
RestPageModel<RestJob> |
RestArtifactService.getJobsConsumingArtifact(PlanKey jobKey,
long artifactId,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated lists of jobs subscribing to a specified artifact.
|
RestPageModel<RestJob> |
RestArtifactServiceImpl.getJobsConsumingArtifact(PlanKey jobKey,
long artifactId,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo) |
RestPageModel<RestJob> |
ArtifactResource.getJobsConsumingArtifact(String jobKeyString,
long artifactId,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo)
Returns a paginated list of
jobs subscribing a specified artifact. |
| Modifier and Type | Method and Description |
|---|---|
RestPageModel<RestTask> |
TaskConfigResource.getAllTasksForJob(String planKeyString,
long stageId,
String jobKeyString,
Expansion expansion,
PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo)
Return all tasks for a given job.
|
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.