Class ReviewerUpdateInfo
java.lang.Object
com.google.gerrit.extensions.common.ReviewerUpdateInfo
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionReviewerUpdateInfo
(Instant updated, AccountInfo updatedBy, AccountInfo reviewer, ReviewerState state) -
Method Summary
-
Field Details
-
updated
-
updatedBy
-
reviewer
-
state
-
-
Constructor Details
-
ReviewerUpdateInfo
public ReviewerUpdateInfo() -
ReviewerUpdateInfo
public ReviewerUpdateInfo(Instant updated, AccountInfo updatedBy, AccountInfo reviewer, ReviewerState state)
-
-
Method Details