Class GerritReviewBuilder
java.lang.Object
org.jenkinsci.plugins.sonargerrit.gerrit.GerritReviewBuilder
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class GerritReviewBuilder
extends Object
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 28.11.2017 14:03
$Id$
-
Constructor Summary
ConstructorDescriptionGerritReviewBuilder
(com.google.common.collect.Multimap<String, Issue> finalIssuesToComment, com.google.common.collect.Multimap<String, Issue> finalIssuesToScore, ReviewConfig reviewConfig, ScoreConfig scoreConfig, NotificationConfig notificationConfig) -
Method Summary
Modifier and TypeMethodDescriptionme.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.ReviewInput
-
Constructor Details
-
GerritReviewBuilder
public GerritReviewBuilder(com.google.common.collect.Multimap<String, Issue> finalIssuesToComment, com.google.common.collect.Multimap<String, Issue> finalIssuesToScore, ReviewConfig reviewConfig, ScoreConfig scoreConfig, NotificationConfig notificationConfig)
-
-
Method Details
-
buildReview
public me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.ReviewInput buildReview()
-