| 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(@NotNull RestConversionFunction<F,T> converter,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
since 6.2 use
RestConversionFunction.toFunction(Expansion, UriInfo). |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkServiceImpl.addLinks(@NotNull AbstractRestModel resource,
@NotNull javax.ws.rs.core.UriInfo uriInfo) |
void |
LinkService.addLinks(@NotNull AbstractRestModel resource,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
Add links to the resource.
|
void |
LinkServiceImpl.addLinks(@NotNull AbstractRestModel resource,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull String resourceLocation) |
void |
LinkService.addLinks(@NotNull AbstractRestModel resource,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull String resourceLocation)
Add links to the resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlanWithCustomExpirySettings |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRestModel> |
PaginationService.getExpandablePage(@NotNull PageRequest pageRequest,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull String pageLocation)
Constructs a
RestPageModel which is an empty page with a self link. |
<T extends AbstractRestModel> |
PaginationServiceImpl.getExpandablePage(@NotNull PageRequest pageRequest,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull String pageLocation) |
<W,T extends AbstractRestModel> |
PaginationService.getPage(@NotNull Iterable<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull 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(@NotNull Iterable<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull RestConversionFunction<? super W,T> transformer) |
<W,T extends AbstractRestModel> |
PaginationService.getPage(@NotNull Iterable<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull RestConversionFunction<? super W,T> transformer,
@NotNull String pageLocation)
Transforms a list of domain objects to
AbstractRestModels and constructs a RestPageModel from the
result. |
<W,T extends AbstractRestModel> |
PaginationServiceImpl.getPage(@NotNull Iterable<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull RestConversionFunction<? super W,T> transformer,
@NotNull String pageLocation) |
<W,T extends AbstractRestModel> |
PaginationService.getPage(@NotNull Stream<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull 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(@NotNull Stream<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull RestConversionFunction<? super W,T> transformer) |
<W,T extends AbstractRestModel> |
PaginationService.getPage(@NotNull Stream<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull RestConversionFunction<? super W,T> transformer,
@NotNull String pageLocation)
Transforms a list of domain objects to
AbstractRestModels and constructs a RestPageModel from the
result. |
<W,T extends AbstractRestModel> |
PaginationServiceImpl.getPage(@NotNull Stream<W> input,
@NotNull PageRequest pageRequest,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull RestConversionFunction<? super W,T> transformer,
@NotNull String pageLocation) |
| 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 |
RestUserAlias
Model for user repository alias REST endpoint
|
| 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 |
RestRole
Model for role permission REST endpoint
|
| 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 |
RestTrustedKey
Rest model for a ssh host keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestAccessToken |
class |
RestNewUser
Model for adding new user in Bamboo.
|
class |
RestUser
Model representing a user in Bamboo.
|
class |
RestUserDetails
Model representing a user, with information about directory
|
| 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 |
RestGroupPermission
Model for group permission REST endpoint
|
class |
RestPermission
Model for user/group permission REST endpoint
|
class |
RestRolePermission
Model for role permission REST endpoint
|
class |
RestUserPermission
Model for user permission REST endpoint
|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
RestSharedCredential
Rest model for a shared credential.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.