Uses of Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.PullRequest
-
Packages that use PullRequest Package Description com.atlassian.bamboo.plugins.bitbucket.rest.entity com.atlassian.bamboo.plugins.bitbucket.v2 -
-
Uses of PullRequest in com.atlassian.bamboo.plugins.bitbucket.rest.entity
Methods in com.atlassian.bamboo.plugins.bitbucket.rest.entity that return types with arguments of type PullRequest Modifier and Type Method Description @NotNull List<PullRequest>
ListPullRequestsResponse. getPullRequests()
-
Uses of PullRequest in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type PullRequest Modifier and Type Method Description protected List<PullRequest>
BitbucketCloudPullRequestDetector. getPullRequestsByRepository(@NotNull VcsRepositoryData repositoryData, @Nullable String username, @Nullable String password)
-