Modifier and Type | Class and Description |
---|---|
class |
RemoteAgentConfigurationConversionFunction
Function to create a
RestRemoteAgentConfiguration from a Boolean that indicates whether remote agents support
is enabled |
Modifier and Type | Class and Description |
---|---|
class |
RestArtifactHandlerConversionFunction
|
Modifier and Type | Class and Description |
---|---|
class |
AuditLogConversionFunction
Function to convert
auditLoggingEnabled to RestAuditLogConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
BuildConcurrencyConversionFunction
Convert
ConcurrentBuildConfig to RestBuildConcurrency |
Modifier and Type | Class and Description |
---|---|
class |
GeneralConfigurationConversionFunction |
Modifier and Type | Class and Description |
---|---|
class |
ElasticConfigurationConversionFunction |
Modifier and Type | Class and Description |
---|---|
class |
GroupConversionFunction |
Modifier and Type | Class and Description |
---|---|
class |
IMServerConfigurationConversionFunction
Function to convert
InstantMessagingServerDefinition to
RestIMServerConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
MailConfigurationConversionFunction
Function to convert
SMTPMailServer to RestMailConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
GlobalPermissionConversionFunction
Function to convert a
Permission to RestGlobalPermission |
Modifier and Type | Class and Description |
---|---|
class |
QuarantineConfigConversionFunction
Function to convert
QuarantineConfiguration to RestQuarantineConfig |
Modifier and Type | Class and Description |
---|---|
class |
SharedCredentialConversionFunction
Convert a
CredentialsData to RestSharedCredential |
Modifier and Type | Class and Description |
---|---|
class |
TrustedKeyConversionFunction |
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)
Deprecated.
since 6.2 use
toFunction(Expansion, UriInfo) . |
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
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) |
<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. |
<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(Stream<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(Stream<W> input,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestConversionFunction<? super W,T> transformer) |
<W,T extends AbstractRestModel> |
PaginationService.getPage(Stream<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. |
<W,T extends AbstractRestModel> |
PaginationServiceImpl.getPage(Stream<W> input,
PageRequest pageRequest,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestConversionFunction<? super W,T> transformer,
String pageLocation) |
Modifier and Type | Class and Description |
---|---|
class |
PlanConversionFunction |
Modifier and Type | Class and Description |
---|---|
class |
StageConversionFunction |
Modifier and Type | Class and Description |
---|---|
class |
JobConversionFunction |
Modifier and Type | Class and Description |
---|---|
class |
TaskConversionFunction |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.