Class FailureTriageBuildAction

java.lang.Object
org.jenkinsci.plugins.vmanager.charts.FailureTriageBuildAction
All Implemented Interfaces:
Action, ModelObject, Serializable

public class FailureTriageBuildAction extends Object implements Action, Serializable
Per-build action that records the result of one grouped-runs heat-map REST query. One instance is stored on the build per configured GroupedRunsChartDefinition, distinguished by getChartTitle().

The counts map preserves the server's DESCENDING-by-count order. Hidden from the sidebar (null icon/display/url); consumed by VManagerChartsAction.

This class is still named FailureTriageBuildAction for backward compatibility with build XMLs written by earlier versions of the plugin that only supported a single hard-coded "Failure Triage" heat-map. The chartTitle field defaults to an empty string when reading legacy data.

See Also: