Class ValidationMessage

  • Direct Known Subclasses:
    CommitValidationMessage

    public class ValidationMessage
    extends Object
    Message used as result of a validation that run during a git operation (for example git push. Intended to be shown to users.
    • Method Detail

      • getMessage

        public String getMessage()
        Returns the message to be shown to the user.
      • isError

        public boolean isError()
        Returns if this message is an error. Used to decide if the operation should be aborted.