Uses of Enum Class
org.azd.enums.PullRequestStatus
Packages that use PullRequestStatus
-
Uses of PullRequestStatus in org.azd.enums
Methods in org.azd.enums that return PullRequestStatusModifier and TypeMethodDescriptionstatic PullRequestStatusReturns the enum constant of this class with the specified name.static PullRequestStatus[]PullRequestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PullRequestStatus in org.azd.git
Methods in org.azd.git with parameters of type PullRequestStatusModifier and TypeMethodDescriptionGitApi.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 PullRequestStatus in org.azd.git.types
Methods in org.azd.git.types that return PullRequestStatusMethods in org.azd.git.types with parameters of type PullRequestStatus -
Uses of PullRequestStatus in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type PullRequestStatusModifier and TypeMethodDescriptionGitDetails.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)