Uses of Interface
com.atlassian.bamboo.plugins.rest.common.RestConversionFunction
-
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.agent
Classes in com.atlassian.bamboo.plugins.rest.admin.agent that implement RestConversionFunction Modifier and Type Class Description class
RemoteAgentConfigurationConversionFunction
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
Classes in com.atlassian.bamboo.plugins.rest.admin.artifacthandler that implement RestConversionFunction Modifier and Type Class Description class
RestArtifactHandlerConversionFunction
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.auditlog
Classes in com.atlassian.bamboo.plugins.rest.admin.auditlog that implement RestConversionFunction Modifier and Type Class Description class
AuditLogConversionFunction
Function to convertauditLoggingEnabled
toRestAuditLogConfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.concurrentbuild
Classes in com.atlassian.bamboo.plugins.rest.admin.concurrentbuild that implement RestConversionFunction Modifier and Type Class Description class
BuildConcurrencyConversionFunction
ConvertConcurrentBuildConfig
toRestBuildConcurrency
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.configuration
Classes in com.atlassian.bamboo.plugins.rest.admin.configuration that implement RestConversionFunction Modifier and Type Class Description class
GeneralConfigurationConversionFunction
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
Classes in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration that implement RestConversionFunction Modifier and Type Class Description class
ElasticConfigurationConversionFunction
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.imserver
Classes in com.atlassian.bamboo.plugins.rest.admin.imserver that implement RestConversionFunction Modifier and Type Class Description class
IMServerConfigurationConversionFunction
Function to convertInstantMessagingServerDefinition
toRestIMServerConfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.mail
Classes in com.atlassian.bamboo.plugins.rest.admin.mail that implement RestConversionFunction Modifier and Type Class Description class
MailConfigurationConversionFunction
Function to convertSMTPMailServer
toRestMailConfiguration
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.quarantine
Classes in com.atlassian.bamboo.plugins.rest.admin.quarantine that implement RestConversionFunction Modifier and Type Class Description class
QuarantineConfigConversionFunction
Function to convertQuarantineConfiguration
toRestQuarantineConfig
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.sharedcredentials
Classes in com.atlassian.bamboo.plugins.rest.admin.sharedcredentials that implement RestConversionFunction Modifier and Type Class Description class
SharedCredentialConversionFunction
Convert aCredentialsData
toRestSharedCredential
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.admin.ssh
Classes in com.atlassian.bamboo.plugins.rest.admin.ssh that implement RestConversionFunction Modifier and Type Class Description class
TrustedKeyConversionFunction
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type RestConversionFunction Modifier and Type Method Description static <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.since 6.2 usetoFunction(Expansion, UriInfo)
. -
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.pagination
Methods in com.atlassian.bamboo.plugins.rest.pagination with parameters of type RestConversionFunction Modifier and Type Method Description <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
Classes in com.atlassian.bamboo.plugins.rest.plan that implement RestConversionFunction Modifier and Type Class Description class
PlanConversionFunction
-
Uses of RestConversionFunction in com.atlassian.bamboo.plugins.rest.plan.stage
Classes in com.atlassian.bamboo.plugins.rest.plan.stage that implement RestConversionFunction Modifier and Type Class Description class
StageConversionFunction
-
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 Modifier and Type Class Description class
JobConversionFunction
-
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 Modifier and Type Class Description class
TaskConversionFunction
-