Uses of Class
com.atlassian.bamboo.plugins.github.dto.GithubPullRequestDto
Packages that use GithubPullRequestDto
Package
Description
-
Uses of GithubPullRequestDto in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type GithubPullRequestDtoModifier and TypeMethodDescriptionprotected List<GithubPullRequestDto> GithubPullRequestDetector.getPullRequestsByRepository(@NotNull VcsRepositoryData repositoryData, @NotNull GitHubAccessor gitHubAccessor) -
Uses of GithubPullRequestDto in com.atlassian.bamboo.plugins.github.accessor
Methods in com.atlassian.bamboo.plugins.github.accessor that return types with arguments of type GithubPullRequestDtoModifier and TypeMethodDescriptionGitHubAccessor.getPullRequests(VcsRepositoryData repositoryData) Retrieves a list of pull requests for the specified repository.