Class CommentValidationFailure
java.lang.Object
com.google.gerrit.extensions.validators.CommentValidationFailure
A comment or review message was rejected by a
CommentValidator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CommentForValidationReturns the offending comment.abstract StringA friendly message set by theCommentValidator.
-
Constructor Details
-
CommentValidationFailure
public CommentValidationFailure()
-
-
Method Details
-
getComment
Returns the offending comment. -
getMessage
A friendly message set by theCommentValidator.
-