Uses of Interface
com.atlassian.confluence.api.service.longtasks.LongTaskService
-
Packages that use LongTaskService Package Description com.atlassian.confluence.api.impl.service.longtasks com.atlassian.confluence.plugins.restapi.resources -
-
Uses of LongTaskService in com.atlassian.confluence.api.impl.service.longtasks
Classes in com.atlassian.confluence.api.impl.service.longtasks that implement LongTaskService Modifier and Type Class Description class
LongTaskServiceImpl
Default implementation ofLongTaskService
, a shallow wrapper forLongRunningTaskManager
. -
Uses of LongTaskService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type LongTaskService Constructor Description LongTaskResource(LongTaskService longTaskService)
-