Uses of Class
org.jenkinsci.plugins.pipeline.github.client.Review
-
Packages that use Review Package Description org.jenkinsci.plugins.pipeline.github.client -
-
Uses of Review in org.jenkinsci.plugins.pipeline.github.client
Methods in org.jenkinsci.plugins.pipeline.github.client that return Review Modifier and Type Method Description Review
Review. setBody(String body)
Review
Review. setCommitId(String commitId)
Review
Review. setId(long id)
Review
Review. setState(String state)
Review
Review. setUser(org.eclipse.egit.github.core.User user)
Methods in org.jenkinsci.plugins.pipeline.github.client that return types with arguments of type Review Modifier and Type Method Description org.eclipse.egit.github.core.client.PageIterator<Review>
ExtendedPullRequestService. pageReviews(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id)
-