Class FailureTriageBuildAction
java.lang.Object
org.jenkinsci.plugins.vmanager.charts.FailureTriageBuildAction
- All Implemented Interfaces:
Action,ModelObject,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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
FailureTriageBuildAction
-
FailureTriageBuildAction
-
-
Method Details
-
getChartTitle
-
getGroupByAttributeId
-
getCounts
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-