Uses of Class
org.azd.git.types.PullRequests
Packages that use PullRequests
-
Uses of PullRequests in org.azd.git
Methods in org.azd.git that return PullRequestsModifier and TypeMethodDescriptionGitApi.getPullRequests(String repositoryName) Retrieve all pull requests from a repositoryGitApi.getPullRequestsByProject()Gets all pull requests from a project.GitApi.getPullRequestsByProject(int top) Gets all pull requests from a project.GitApi.getPullRequestsByProject(int skip, int top, String creatorId, boolean includeLinks, String repositoryId, String reviewerId, String sourceRefName, String sourceRepositoryId, PullRequestStatus status, String targetRefName) Gets all pull requests from a project.GitApi.getPullRequestsByProject(PullRequestStatus status) Gets all pull requests from a project. -
Uses of PullRequests in org.azd.interfaces
Methods in org.azd.interfaces that return PullRequestsModifier and TypeMethodDescriptionGitDetails.getPullRequests(String repositoryName) GitDetails.getPullRequestsByProject()GitDetails.getPullRequestsByProject(int top) GitDetails.getPullRequestsByProject(int skip, int top, String creatorId, boolean includeLinks, String repositoryId, String reviewerId, String sourceRefName, String sourceRepositoryId, PullRequestStatus status, String targetRefName) GitDetails.getPullRequestsByProject(PullRequestStatus status)