Uses of Class
com.atlassian.bamboo.plugins.github.dto.GithubPullRequestDto
-
Packages that use GithubPullRequestDto Package Description com.atlassian.bamboo.plugins.git com.atlassian.bamboo.plugins.github -
-
Uses of GithubPullRequestDto in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return types with arguments of type GithubPullRequestDto Modifier and Type Method Description List<GithubPullRequestDto>
GitHubAccessor. getPullRequests(VcsRepositoryData repositoryData)
-
Uses of GithubPullRequestDto in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type GithubPullRequestDto Modifier and Type Method Description protected List<GithubPullRequestDto>
GithubPullRequestDetector. getPullRequestsByRepository(@NotNull VcsRepositoryData repositoryData, @NotNull GitHubAccessor gitHubAccessor)
-