Class AcknowledgeTask

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

public class AcknowledgeTask extends JiraWebActionSupport
Simply cleans up a task and then redirects to a given url
Since:
v3.13
See Also:
  • Constructor Details

  • Method Details

    • doExecute

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

      public Long getTaskId()
    • setTaskId

      public void setTaskId(Long taskId)
    • getDestinationURL

      public String getDestinationURL()
    • setDestinationURL

      public void setDestinationURL(String destinationURL)