Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestTaskSearchRequest |
PullRequestTaskSearchRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
TaskCount |
PullRequestService.countTasks(PullRequestTaskSearchRequest searchRequest)
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. |
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. |
Copyright © 2021 Atlassian. All rights reserved.