Interface ConfluenceRestClientLongRunningTaskApi


@Generated("io.github.primelib.primecodegen") public interface ConfluenceRestClientLongRunningTaskApi
ConfluenceRestClientLongRunningTaskApi
  • Method Details

    • GetLongtaskV1

      LongTaskStatusArray GetLongtaskV1(@Nullable @Nullable String key, @Nullable @Nullable Integer start, @Nullable @Nullable Integer limit)
      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:
      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

      LongTaskStatusWithLinks GetLongtaskByIDV1(@NotNull @NotNull String id)
      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:
      id - The ID of the task.