Class GerritTriggerInformationAction

java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.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 Details

    • GerritTriggerInformationAction

      public GerritTriggerInformationAction()
  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • 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.