| 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() |
| 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)
Finds a single page of @{link Task tasks} belonging to this pull request depending on the
request passed in. |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.create(TaskCreateRequest request)
Create a task.
|
Task |
TaskService.getById(long taskId)
Get a task by its ID.
|
Task |
TaskUpdateRequest.getTask() |
Task |
TaskService.update(TaskUpdateRequest request)
Update a task.
|
| Constructor and Description |
|---|
Builder(Task task) |
Copyright © 2019 Atlassian. All rights reserved.