Package | Description |
---|---|
com.atlassian.bitbucket.comment | |
com.atlassian.bitbucket.event.task | |
com.atlassian.bitbucket.pull | |
com.atlassian.bitbucket.task |
Modifier and Type | Method and Description |
---|---|
List<Task> |
Comment.getTasks()
Deprecated.
in 7.0 for removal in 8.0. Use
Comment.getComments() instead; CommentSeverity.BLOCKER
comments are treated as tasks. |
Modifier and Type | Method and Description |
---|---|
Task |
TaskEvent.getTask() |
Constructor and Description |
---|
TaskCreatedEvent(Object source,
Task task) |
TaskDeletedEvent(Object source,
Task task) |
TaskEvent(Object source,
Task task)
Constructs a new
TaskEvent . |
TaskUpdatedEvent(Object source,
Task task,
TaskState previousState,
String previousText) |
Modifier and Type | Method and Description |
---|---|
Page<Task> |
PullRequestService.searchTasks(PullRequestTaskSearchRequest searchRequest,
PageRequest pageRequest)
Deprecated.
in 7.0 for removal in 8.0. Tasks are now managed using
comments with
BLOCKER severity. App developers should use CommentService to
create, retrieve and update BLOCKER comments. |
Modifier and Type | Method and Description |
---|---|
Task |
TaskService.create(TaskCreateRequest request)
Deprecated.
Create a task.
|
Task |
TaskService.getById(long taskId)
Deprecated.
Get a task by its ID.
|
Task |
TaskUpdateRequest.getTask()
Deprecated.
|
Task |
TaskService.update(TaskUpdateRequest request)
Deprecated.
Update a task.
|
Constructor and Description |
---|
Builder(Task task) |
Copyright © 2021 Atlassian. All rights reserved.