Class PlanStatusHistoryAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.plan.PlanStatusHistoryAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

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 org.json.JSONObject getJsonObject() throws org.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:
      org.json.JSONException
      See Also:
    • 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(org.apache.struts2.text.TextProvider textProvider)
    • setResultsSummaryManager

      public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)