Uses of Interface
com.atlassian.bamboo.plugins.rest.common.RestConversionFunction
Package
Description
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.agent
Modifier and TypeClassDescriptionclass
Function to create aRestRemoteAgentConfiguration
from a Boolean that indicates whether remote agents support is enabled -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.artifacthandler
Modifier and TypeClassDescriptionclass
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.auditlog
Modifier and TypeClassDescriptionclass
Function to convertauditLoggingEnabled
toRestAuditLogConfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.concurrentbuild
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.configuration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.imserver
Modifier and TypeClassDescriptionclass
Function to convertInstantMessagingServerDefinition
toRestIMServerConfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.mail
Modifier and TypeClassDescriptionclass
Function to convertSMTPMailServer
toRestMailConfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.quarantine
Modifier and TypeClassDescriptionclass
Function to convertQuarantineConfiguration
toRestQuarantineConfig
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.ssh
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.common
Modifier and TypeMethodDescriptionstatic <F,
T extends AbstractRestModel>
@NotNull com.google.common.base.Function<F,T> RestConversionFunctionHelper.toFunction
(@NotNull RestConversionFunction<F, T> converter, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Deprecated. -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.pagination
Modifier and TypeMethodDescription<W,
T extends AbstractRestModel>
@NotNull RestPageModel<T>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 toAbstractRestModel
s and constructs aRestPageModel
from the result.<W,
T extends AbstractRestModel>
@NotNull RestPageModel<T>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 toAbstractRestModel
s and constructs aRestPageModel
from the result.<W,
T extends AbstractRestModel>
@NotNull RestPageModel<T>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 toAbstractRestModel
s and constructs aRestPageModel
from the result.<W,
T extends AbstractRestModel>
@NotNull RestPageModel<T>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 toAbstractRestModel
s and constructs aRestPageModel
from the result.<W,
T extends AbstractRestModel>
@NotNull RestPageModel<T>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>
@NotNull RestPageModel<T>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>
@NotNull RestPageModel<T>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>
@NotNull RestPageModel<T>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) <W,
T extends AbstractRestModel>
RestPageModel<T>PaginationService.transformPage
(@NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestConversionFunction<? super W, T> transformer, @NotNull Function<Integer, Collection<W>> daoFunction) Gets paginated set of objects from database and transforms toAbstractRestModel
s and constructs aRestPageModel
.<W,
T extends AbstractRestModel>
@NotNull RestPageModel<T>PaginationServiceImpl.transformPage
(@NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestConversionFunction<? super W, T> transformer, @NotNull Function<Integer, Collection<W>> daoFunction) -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage.job
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage.job.task
toFunction(Expansion, UriInfo)
.