Class VoteOrWatchIssue

All Implemented Interfaces:
ErrorCollection, I18nHelper, IssueSummaryAware, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class VoteOrWatchIssue extends AbstractIssueSelectAction
Action to add or remove votes and watches to a particular issue.
Since:
v4.1
See Also:
  • Constructor Details

  • Method Details

    • doExecute

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

      public String getVote()
    • getWatch

      public String getWatch()
    • setVote

      public void setVote(String vote)
    • setWatch

      public void setWatch(String watch)