Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.admin.agent | |
com.atlassian.bamboo.plugins.rest.common |
Modifier and Type | Method and Description |
---|---|
PageResponse<RestAgent> |
RestAgentServiceImpl.getAgents(javax.ws.rs.core.UriInfo uriInfo) |
PageResponse<RestAgent> |
RestAgentService.getAgents(javax.ws.rs.core.UriInfo uriInfo)
Retrieve all agents on the bamboo server
|
PageResponse<RestAgent> |
AgentResource.getAgents(javax.ws.rs.core.UriInfo uriInfo)
Return collection of all agents of all types.
|
Modifier and Type | Method and Description |
---|---|
static <T> PageResponse<T> |
Paginator.getPage(Collection<T> input,
PageRequest pageRequest)
Deprecated.
since 5.10 use
PaginationService instead |
static <W,T> PageResponse<T> |
Paginator.getPage(Collection<W> input,
PageRequest pageRequest,
com.google.common.base.Function<? super W,T> transformer)
Deprecated.
since 5.10 use
PaginationService instead |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.