Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rigsbyt committed Mar 23, 2020
1 parent 9783f23 commit 73dccc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,18 @@ Returns the merge's SHA/commit id.
> void deleteComment(long commentId)
### Requested Reviewers
> Iterable<String> getRequestedReviewers<>()
> void createReviewRequests(List<String> reviewers)
> void createTeamReviewRequests(List<String> teams)
> Iterable<String> getRequestedTeamReviewers<>()
> void deleteReviewRequests(List<String> reviewers)
> void deleteTeamReviewRequests(List<String> teams)
### Delete Branch
> void deleteBranch()
Expand Down

0 comments on commit 73dccc4

Please sign in to comment.