Class ListPullRequestsResponse
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.rest.entity.GenericList
-
- com.atlassian.bamboo.plugins.bitbucket.rest.entity.ListPullRequestsResponse
-
public class ListPullRequestsResponse extends GenericList
-
-
Constructor Summary
Constructors Constructor Description ListPullRequestsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<PullRequest>
getPullRequests()
-
Methods inherited from class com.atlassian.bamboo.plugins.bitbucket.rest.entity.GenericList
getNextPageLink, getPage, getPagelen, getSize
-
-
-
-
Method Detail
-
getPullRequests
@NotNull public @NotNull List<PullRequest> getPullRequests()
-
-