Class PlanStatusHistoryAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.plan.PlanStatusHistoryAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, 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 PlanStatusHistoryAction extends BambooActionSupport
See Also:
  • Constructor Details

    • PlanStatusHistoryAction

      public PlanStatusHistoryAction()
  • Method Details

    • getSecuredDomainObject

      @Nullable public @Nullable Object getSecuredDomainObject()
      Specified by:
      getSecuredDomainObject in interface DomainObjectSecurityAware
      Overrides:
      getSecuredDomainObject in class BambooActionSupport
    • list

      public String list()
    • 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.

    • getNavigableBuilds

      public List<Map<String,Object>> getNavigableBuilds()
    • findLastBuildResultBefore

      @Nullable public @Nullable ResultsSummary findLastBuildResultBefore(@NotNull @NotNull String buildKey, int buildNumber)
    • getPlan

      @Nullable public @Nullable ImmutableChain getPlan()
    • getPlanKey

      public PlanKey getPlanKey()
    • setPlanKey

      public void setPlanKey(PlanKey planKey)
    • getJobKey

      @Nullable public @Nullable PlanKey getJobKey()
    • setBuildKey

      public void setBuildKey(String buildKey)
    • getNavigableSummariesKey

      public String getNavigableSummariesKey()
    • getBuildNumber

      @Nullable public @Nullable Integer getBuildNumber()
    • setBuildNumber

      public void setBuildNumber(@Nullable @Nullable Integer buildNumber)
    • getScanDirection

      @Nullable public @Nullable String getScanDirection()
    • setScanDirection

      public void setScanDirection(@Nullable @Nullable String scanDirection)
    • setTextProvider

      public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
    • setResultsSummaryManager

      public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)