Modifier and Type | Interface and Description |
---|---|
interface |
RestConversionFunction<F,T extends AbstractRestModel> |
Modifier and Type | Method and Description |
---|---|
static <F,T extends AbstractRestModel> |
RestConversionFunctionHelper.toFunction(RestConversionFunction<F,T> converter,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
LinkService.addLinks(AbstractRestModel resource,
javax.ws.rs.core.UriInfo uriInfo)
Add links to the resource.
|
void |
LinkServiceImpl.addLinks(AbstractRestModel resource,
javax.ws.rs.core.UriInfo uriInfo) |
void |
LinkService.addLinks(AbstractRestModel resource,
javax.ws.rs.core.UriInfo uriInfo,
String resourceLocation)
Add links to the resource.
|
void |
LinkServiceImpl.addLinks(AbstractRestModel resource,
javax.ws.rs.core.UriInfo uriInfo,
String resourceLocation) |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractRestModel> |
PaginationServiceImpl.getExpandablePage(PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo,
String pageLocation) |
<T extends AbstractRestModel> |
PaginationService.getExpandablePage(PageRequest pageRequest,
javax.ws.rs.core.UriInfo uriInfo,
String pageLocation)
Constructs a
RestPageModel which is an empty page with a self link. |
<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)
Transforms a list of domain objects to
AbstractRestModel s 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) |
<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
AbstractRestModel s and constructs a RestPageModel from the
result. |
Modifier and Type | Class and Description |
---|---|
class |
RestListModel<T extends AbstractRestModel>
REST model for returning a list of resources without paging.
|
Modifier and Type | Class and Description |
---|---|
class |
RestListModel<T extends AbstractRestModel>
REST model for returning a list of resources without paging.
|
Modifier and Type | Class and Description |
---|---|
class |
RestRemoteAgentConfiguration
Rest model for configuration of remote agent support
|
Modifier and Type | Class and Description |
---|---|
class |
RestAuditLogConfiguration
Model used by audit log REST resource
|
Modifier and Type | Class and Description |
---|---|
class |
RestBuildConcurrency
Model for build concurrency settings
|
Modifier and Type | Class and Description |
---|---|
class |
RestGeneralConfiguration
Data model for general configuration
|
Modifier and Type | Class and Description |
---|---|
class |
RestElasticConfiguration
Model for elastic configuration
|
Modifier and Type | Class and Description |
---|---|
class |
RestGroup
Model for Group REST endpoint
|
Modifier and Type | Class and Description |
---|---|
class |
RestIMServerConfiguration
REST model object for instant messenger server configuration
|
Modifier and Type | Class and Description |
---|---|
class |
RestMailConfiguration
Data model for mail configuration
|
Modifier and Type | Class and Description |
---|---|
class |
RestGlobalPermission
Model for user/group permission REST endpoint
|
Modifier and Type | Class and Description |
---|---|
class |
RestQuarantineConfig
Model class for quarantine REST resource.
|
Modifier and Type | Class and Description |
---|---|
class |
RestScheduledJob
Model of a Scheduled Job used for REST resources to allow serialization/deserialization to/from JSON and XML.
|
Modifier and Type | Class and Description |
---|---|
class |
RestSharedCredential
Rest model for a shared credential.
|
Modifier and Type | Class and Description |
---|---|
class |
RestTrustedKey
Rest model for a ssh host keys.
|
Modifier and Type | Class and Description |
---|---|
class |
RestArtifactHandler
Model class to represent an artifact handler.
|
Modifier and Type | Class and Description |
---|---|
class |
RestPageModel<T>
REST model representing a page resource.
|
Modifier and Type | Class and Description |
---|---|
class |
RestPlanConfig |
Modifier and Type | Class and Description |
---|---|
class |
RestStage |
Modifier and Type | Class and Description |
---|---|
class |
RestJob |
Modifier and Type | Class and Description |
---|---|
class |
RestArtifactSubscriptions |
Modifier and Type | Class and Description |
---|---|
class |
RestAgentDetails |
class |
RestAgentSummary |
class |
RestElasticImageDetails |
class |
RestRequirement |
Modifier and Type | Class and Description |
---|---|
class |
RestTask |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.