public interface AdminTasklistManager
AdminTasks.| Modifier and Type | Method and Description |
|---|---|
List<AdminTask> |
getAllTasks()
Will retrieve all
AdminTasks stored in Confluence. |
AdminTask |
markTaskComplete(String key)
Marks an
AdminTask as being completed. |
AdminTask |
markTaskComplete(String key,
com.atlassian.user.User user)
Marks an
AdminTask as being completed. |
List<AdminTask> getAllTasks()
AdminTasks stored in Confluence.AdminTasks stored in Confluence.AdminTask markTaskComplete(String key)
AdminTask as being completed.key - The unique identifier for the task you want to mark as completeAdminTask. The time at which the task was completed will be recorded.AdminTask markTaskComplete(String key, com.atlassian.user.User user)
AdminTask as being completed.key - The unique identifier for the task you want to mark as completeuser - The remote user who triggered the completion of the task.AdminTask. The user and time at which the task was completed will be recorded.Copyright © 2003–2023 Atlassian. All rights reserved.