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 CommentForValidation
Returns the offending comment.abstract String
A friendly message set by theCommentValidator
.
-
Constructor Details
-
CommentValidationFailure
public CommentValidationFailure()
-
-
Method Details
-
getComment
Returns the offending comment. -
getMessage
A friendly message set by theCommentValidator
.
-