Class ViewPlanUpdates

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, TabSelectionAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewPlanUpdates extends StarterAction
Returns JSON data
See Also:
  • Constructor Details

    • ViewPlanUpdates

      public ViewPlanUpdates()
  • Method Details

    • getJsonObject

      @NotNull public @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject() throws com.opensymphony.webwork.dispatcher.json.JSONException
      Description copied from class: BambooActionSupport
      This is default property read by webwork for webwork's result type "json".
      Overrides:
      getJsonObject in class BambooActionSupport
      Returns:
      Throws:
      com.opensymphony.webwork.dispatcher.json.JSONException
      See Also:
      • JSON Result

        If descending classes need to add anything to JSON response these should override #buildJsonObject() method.

    • getSinceSystemTime

      public long getSinceSystemTime()
    • setSinceSystemTime

      public void setSinceSystemTime(long sinceSystemTime)
    • setPlanExecutionManager

      public void setPlanExecutionManager(PlanExecutionManager planExecutionManager)
      Overrides:
      setPlanExecutionManager in class BambooActionSupport
    • setLastProject

      public void setLastProject(String lastProject)
      Overrides:
      setLastProject in class StarterAction
    • setIds

      public void setIds(List<Long> ids)