Uses of Class
com.atlassian.bamboo.rest.model.AbstractRestModel
Package
Description
-
Uses of AbstractRestModel in com.atlassian.bamboo.plugins.rest.common
Modifier and TypeInterfaceDescriptioninterface
RestConversionFunction<F,
T extends AbstractRestModel> 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 AbstractRestModel in com.atlassian.bamboo.plugins.rest.link
Modifier and TypeMethodDescriptionvoid
LinkService.addLinks
(@NotNull AbstractRestModel resource, @NotNull javax.ws.rs.core.UriInfo uriInfo) Add links to the resource.void
LinkService.addLinks
(@NotNull AbstractRestModel resource, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull String resourceLocation) Add links to the resource.void
LinkServiceImpl.addLinks
(@NotNull AbstractRestModel resource, @NotNull javax.ws.rs.core.UriInfo uriInfo) void
LinkServiceImpl.addLinks
(@NotNull AbstractRestModel resource, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull String resourceLocation) -
Uses of AbstractRestModel in com.atlassian.bamboo.plugins.rest.model.expiry
-
Uses of AbstractRestModel in com.atlassian.bamboo.plugins.rest.pagination
Modifier and TypeMethodDescription<T extends AbstractRestModel>
@NotNull RestPageModel<T>PaginationService.getExpandablePage
(@NotNull PageRequest pageRequest, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull String pageLocation) Constructs aRestPageModel
which is an empty page with a self link.<T extends AbstractRestModel>
@NotNull RestPageModel<T>PaginationServiceImpl.getExpandablePage
(@NotNull PageRequest pageRequest, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull String pageLocation) <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 AbstractRestModel in com.atlassian.bamboo.rest.model
Modifier and TypeClassDescriptionclass
RestListModel<T extends AbstractRestModel>
REST model for returning a list of resources without paging.Modifier and TypeClassDescriptionclass
RestListModel<T extends AbstractRestModel>
REST model for returning a list of resources without paging. -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.agent
Modifier and TypeClassDescriptionclass
Rest model for configuration of remote agent support -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.alias
Modifier and TypeClassDescriptionclass
Model for user repository alias REST endpoint -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.auditlog
Modifier and TypeClassDescriptionclass
Model used by audit log REST resource -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.concurrentbuild
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.configuration
Modifier and TypeClassDescriptionclass
Data model for general configuration -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.elasticconfiguration
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.group
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.imserver
Modifier and TypeClassDescriptionclass
REST model object for instant messenger server configuration -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.mail
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.permission
Modifier and TypeClassDescriptionclass
Model for user/group permission REST endpoint -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.quarantine
Modifier and TypeClassDescriptionclass
Model class for quarantine REST resource. -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.role
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.scheduler
Modifier and TypeClassDescriptionclass
Model of a Scheduled Job used for REST resources to allow serialization/deserialization to/from JSON and XML. -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.ssh
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.user
Modifier and TypeClassDescriptionclass
class
Model for adding new user in Bamboo.class
Model representing a user in Bamboo.class
Model representing a user, with information about directory -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.agent
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.agent.ephemeral
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.artifacthandler
Modifier and TypeClassDescriptionclass
Model class to represent an artifact handler.class
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.pagination
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.permission
Modifier and TypeClassDescriptionclass
Model for group permission REST endpointclass
Model for user/group permission REST endpointclass
Model for role permission REST endpointclass
Model for user permission REST endpoint -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job.artifact
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job.requirement
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job.task
RestConversionFunction.toFunction(Expansion, UriInfo)
.