Class ConfluenceRestClientLongRunningTaskConsumerApi
java.lang.Object
io.github.primelib.confluence4j.rest.v1.client.ConfluenceRestClientLongRunningTaskConsumerApi
@Generated("io.github.primelib.primecodegen")
public class ConfluenceRestClientLongRunningTaskConsumerApi
extends Object
ConfluenceRestClientLongRunningTaskConsumerApi
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGetLongtaskByIDV1 Get long-running task Returns information about an active long-running task (e.g.GetLongtaskV1 Get long-running tasks Returns information about all active long-running tasks (e.g.
-
Constructor Details
-
ConfluenceRestClientLongRunningTaskConsumerApi
-
-
Method Details
-
GetLongtaskV1
GetLongtaskV1 Get long-running tasks Returns information about all active long-running tasks (e.g. space export), such as how long each task has been running and the percentage of each task that has completed. **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**: Permission to access the Confluence site ('Can use' global permission).- Parameters:
spec- a consumer that creates the payload for this operation. Supports the following properties:- key: The key of the tasks.
- start: The starting index of the returned tasks.
- limit: The maximum number of tasks to return per page. Note, this may be restricted by fixed system limits.
-
GetLongtaskByIDV1
GetLongtaskByIDV1 Get long-running task Returns information about an active long-running task (e.g. space export), such as how long it has been running and the percentage of the task that has completed. **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**: Permission to access the Confluence site ('Can use' global permission).- Parameters:
spec- a consumer that creates the payload for this operation. Supports the following properties:- id: The ID of the task.
-