Uses of Interface
com.atlassian.bamboo.plugins.rest.common.RestConversionFunction
Packages that use RestConversionFunction
Package
Description
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.agent
Classes in com.atlassian.bamboo.plugins.rest.admin.agent that implement RestConversionFunctionModifier and TypeClassDescriptionclassFunction to create aRestRemoteAgentConfigurationfrom a Boolean that indicates whether remote agents support is enabled -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.artifacthandler
Classes in com.atlassian.bamboo.plugins.rest.admin.artifacthandler that implement RestConversionFunctionModifier and TypeClassDescriptionclass -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.auditlog
Classes in com.atlassian.bamboo.plugins.rest.admin.auditlog that implement RestConversionFunctionModifier and TypeClassDescriptionclassFunction to convertauditLoggingEnabledtoRestAuditLogConfiguration -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.concurrentbuild
Classes in com.atlassian.bamboo.plugins.rest.admin.concurrentbuild that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.configuration
Classes in com.atlassian.bamboo.plugins.rest.admin.configuration that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
Classes in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.imserver
Classes in com.atlassian.bamboo.plugins.rest.admin.imserver that implement RestConversionFunctionModifier and TypeClassDescriptionclassFunction to convertInstantMessagingServerDefinitiontoRestIMServerConfiguration -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.mail
Classes in com.atlassian.bamboo.plugins.rest.admin.mail that implement RestConversionFunctionModifier and TypeClassDescriptionclassFunction to convertSMTPMailServertoRestMailConfiguration -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.quarantine
Classes in com.atlassian.bamboo.plugins.rest.admin.quarantine that implement RestConversionFunctionModifier and TypeClassDescriptionclassFunction to convertQuarantineConfigurationtoRestQuarantineConfig -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.ssh
Classes in com.atlassian.bamboo.plugins.rest.admin.ssh that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type RestConversionFunctionModifier 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 jakarta.ws.rs.core.UriInfo uriInfo) Deprecated. -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.pagination
Methods in com.atlassian.bamboo.plugins.rest.pagination with parameters of type RestConversionFunctionModifier and TypeMethodDescription<W,T extends AbstractRestModel>
@NotNull RestPageModel<T> PaginationService.getPage(@NotNull Iterable<W> input, @NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo, @NotNull RestConversionFunction<? super W, T> transformer) Transforms a list of domain objects toAbstractRestModels and constructs aRestPageModelfrom the result.<W,T extends AbstractRestModel>
@NotNull RestPageModel<T> PaginationService.getPage(@NotNull Iterable<W> input, @NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo, @NotNull RestConversionFunction<? super W, T> transformer, @NotNull String pageLocation) Transforms a list of domain objects toAbstractRestModels and constructs aRestPageModelfrom the result.<W,T extends AbstractRestModel>
@NotNull RestPageModel<T> PaginationService.getPage(@NotNull Stream<W> input, @NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo, @NotNull RestConversionFunction<? super W, T> transformer) Transforms a list of domain objects toAbstractRestModels and constructs aRestPageModelfrom the result.<W,T extends AbstractRestModel>
@NotNull RestPageModel<T> PaginationService.getPage(@NotNull Stream<W> input, @NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo, @NotNull RestConversionFunction<? super W, T> transformer, @NotNull String pageLocation) Transforms a list of domain objects toAbstractRestModels and constructs aRestPageModelfrom the result.<W,T extends AbstractRestModel>
@NotNull RestPageModel<T> PaginationServiceImpl.getPage(@NotNull Iterable<W> input, @NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 toAbstractRestModels and constructs aRestPageModel.<W,T extends AbstractRestModel>
@NotNull RestPageModel<T> PaginationServiceImpl.transformPage(@NotNull PageRequest pageRequest, @NotNull Expansion expansion, @NotNull jakarta.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
Classes in com.atlassian.bamboo.plugins.rest.plan that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage
Classes in com.atlassian.bamboo.plugins.rest.plan.stage that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage.job
Classes in com.atlassian.bamboo.plugins.rest.plan.stage.job that implement RestConversionFunction -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage.job.task
Classes in com.atlassian.bamboo.plugins.rest.plan.stage.job.task that implement RestConversionFunction
toFunction(Expansion, UriInfo).