Uses of Class
org.azd.git.types.IdentityRefWithVote
Packages that use IdentityRefWithVote
-
Uses of IdentityRefWithVote in org.azd.git
Methods in org.azd.git that return IdentityRefWithVoteModifier and TypeMethodDescriptionGitApi.createPullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId, int vote, boolean isRequired) Add a reviewer to a pull request or cast a vote.GitApi.getPullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId) Retrieve information about a particular reviewer on a pull requestGitApi.updatePullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId, boolean isFlagged, boolean hasDeclined) Edit a reviewer entry. -
Uses of IdentityRefWithVote in org.azd.git.types
Methods in org.azd.git.types that return types with arguments of type IdentityRefWithVoteModifier and TypeMethodDescriptionPullRequestReviewers.getPullRequestReviewers()GitPullRequest.getReviewers()IdentityRefWithVote.getVotedFor()Method parameters in org.azd.git.types with type arguments of type IdentityRefWithVoteModifier and TypeMethodDescriptionvoidPullRequestReviewers.setPullRequestReviewers(List<IdentityRefWithVote> pullRequestReviewers) voidGitPullRequest.setReviewers(List<IdentityRefWithVote> reviewers) voidIdentityRefWithVote.setVotedFor(List<IdentityRefWithVote> votedFor) -
Uses of IdentityRefWithVote in org.azd.interfaces
Methods in org.azd.interfaces that return IdentityRefWithVoteModifier and TypeMethodDescriptionGitDetails.createPullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId, int vote, boolean isRequired) GitDetails.getPullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId) GitDetails.updatePullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId, boolean isFlagged, boolean hasDeclined)