Class ContactAdministrators

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.user.ContactAdministrators
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ContactAdministrators extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)
    • getFrom

      public String getFrom()
    • setFrom

      public void setFrom(String from)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getDetails

      public String getDetails()
    • setDetails

      public void setDetails(String details)
    • getShouldDisplayForm

      public boolean getShouldDisplayForm()
    • getRenderedMessage

      public String getRenderedMessage()
    • hasCustomMessage

      public boolean hasCustomMessage()
    • getDataMap

      public Map<String,Object> getDataMap()
    • send

      public void send() throws com.atlassian.mail.MailException
      Throws:
      com.atlassian.mail.MailException
    • getFormat

      public String getFormat(ApplicationUser user)