@Component public class JobConversionFunction extends Object implements RestConversionFunction<ImmutableJob,RestJob>
| Constructor and Description |
|---|
JobConversionFunction(BambooPermissionManager bambooPermissionManager,
ExecutableAgentsHelper executableAgentsHelper,
FeatureManager featureManager,
LinkService linkService,
PaginationService paginationService,
StageConversionFunction stageConversionFunction,
TaskConversionFunction taskConversionFunction,
TaskService taskService) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RestJob |
apply(@NotNull ImmutableJob job,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
Transforms a domain object to a
AbstractRestModel. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoFunction@Autowired public JobConversionFunction(BambooPermissionManager bambooPermissionManager, ExecutableAgentsHelper executableAgentsHelper, FeatureManager featureManager, LinkService linkService, PaginationService paginationService, StageConversionFunction stageConversionFunction, TaskConversionFunction taskConversionFunction, TaskService taskService)
@NotNull public @NotNull RestJob apply(@NotNull @NotNull ImmutableJob job, @NotNull @NotNull Expansion expansion, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo)
RestConversionFunctionAbstractRestModel. The resource will include links.apply in interface RestConversionFunction<ImmutableJob,RestJob>job - The domain object to transformexpansion - The expansion to use when transforming the objecturiInfo - URI info from the requestCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.