Uses of Class
com.atlassian.bamboo.rest.model.AbstractRestModel
Packages that use AbstractRestModel
Package
Description
-
Uses of AbstractRestModel in com.atlassian.bamboo.plugins.rest.common
Classes in com.atlassian.bamboo.plugins.rest.common with type parameters of type AbstractRestModelModifier and TypeInterfaceDescriptioninterface
RestConversionFunction<F,
T extends AbstractRestModel> Methods in com.atlassian.bamboo.plugins.rest.common with type parameters of type AbstractRestModelModifier 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
Methods in com.atlassian.bamboo.plugins.rest.link with parameters of type AbstractRestModelModifier 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.plugins.rest.model.expiry -
Uses of AbstractRestModel in com.atlassian.bamboo.plugins.rest.pagination
Methods in com.atlassian.bamboo.plugins.rest.pagination with type parameters of type AbstractRestModelModifier 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
Classes in com.atlassian.bamboo.rest.model with type parameters of type AbstractRestModelModifier and TypeClassDescriptionclass
RestListModel<T extends AbstractRestModel>
REST model for returning a list of resources without paging.Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.modelModifier 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.agentModifier and TypeClassDescriptionclass
Rest model for configuration of remote agent support -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.alias
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.aliasModifier and TypeClassDescriptionclass
Model for user repository alias REST endpoint -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.auditlog
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.auditlogModifier and TypeClassDescriptionclass
Model used by audit log REST resource -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.concurrentbuild
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.concurrentbuild -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.configuration
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.configurationModifier 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.group -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.imserver
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.imserverModifier and TypeClassDescriptionclass
REST model object for instant messenger server configuration -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.mail
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.mail -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.permission
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.permissionModifier and TypeClassDescriptionclass
Model for user/group permission REST endpoint -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.quarantine
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.quarantineModifier and TypeClassDescriptionclass
Model class for quarantine REST resource. -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.role
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.role -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.scheduler
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.schedulerModifier 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.ssh -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.user
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.admin.userModifier 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.agent -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.agent.ephemeral
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.agent.ephemeral -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.artifacthandler
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.artifacthandlerModifier and TypeClassDescriptionclass
Model class to represent an artifact handler.class
-
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.pagination
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.pagination -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.permission
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.permissionModifier 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job -
Uses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job.artifact
Subclasses 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
Subclasses of AbstractRestModel in com.atlassian.bamboo.rest.model.plan.stage.job.task
RestConversionFunction.toFunction(Expansion, UriInfo)
.