| Interface | Description |
|---|---|
| Task |
A task on a pull request.
|
| TaskAnchor |
The anchor of a task, such as a pull request's comment.
|
| TaskAnchorVisitor<T> |
A visitor for
task anchors |
| TaskCount |
Maps
TaskStates to their counts for typing and null-safety. |
| TaskOperations |
The permitted operations allowed on a task by the current user.
|
| TaskService |
Service to manage
Tasks. |
| Class | Description |
|---|---|
| TaskCreateRequest |
Allows the creation of a
task. |
| TaskCreateRequest.Builder | |
| TaskUpdateRequest |
Allows the update of a
task. |
| TaskUpdateRequest.Builder |
| Enum | Description |
|---|---|
| TaskAnchorType |
The type of
task anchor |
| TaskState |
Enumerates the possible
states a task can be in. |
| Exception | Description |
|---|---|
| IllegalTaskStateException |
Thrown to indicate the task's
state does not allow performing the requested operation. |
| NoSuchTaskException |
Indicates the requested task does not exist.
|
Copyright © 2019 Atlassian. All rights reserved.