Class PlanStatusHistoryAction

    • Constructor Detail

      • PlanStatusHistoryAction

        public PlanStatusHistoryAction()
    • Method Detail

      • 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.

      • findLastBuildResultBefore

        @Nullable
        public @Nullable ResultsSummary findLastBuildResultBefore​(@NotNull
                                                                  @NotNull String buildKey,
                                                                  int buildNumber)
      • 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)