Class GerritTriggerInformationAction

  • All Implemented Interfaces:
    Action, ModelObject

    public class GerritTriggerInformationAction
    extends Object
    implements Action
    Action for setting information about the GerritTrigger on the project page.
    Author:
    Tomas Westling <tomas.westling@sonymobile.com>
    • Constructor Detail

      • GerritTriggerInformationAction

        public GerritTriggerInformationAction()
    • Method Detail

      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
        Setter for the errorMessage.
        Parameters:
        errorMessage - the error message.
      • getErrorMessage

        public String getErrorMessage()
        Getter for the errorMessage.
        Returns:
        the error message.
      • hasErrorMessage

        public boolean hasErrorMessage()
        Convenience method for the view.
        Returns:
        true if there is an error message.