Class AggregationAction
java.lang.Object
io.jenkins.plugins.analysis.core.model.AggregationAction
- All Implemented Interfaces:
Action,ModelObject,RunAction2,SimpleBuildStep.LastBuildAction
public class AggregationAction
extends Object
implements RunAction2, SimpleBuildStep.LastBuildAction
Aggregates the results of all analysis results. Provides an entry point for the remote API. Currently, the aggregated
results are only visualized in the associated trend chart but not in a detail view.
- Author:
- Ullrich Hafner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApi()Gets the remote API for this action.Collection<? extends Action>getTools()voidonAttached(Run<?, ?> r) void
-
Constructor Details
-
AggregationAction
public AggregationAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getApi
Gets the remote API for this action. Depending on the path, a different result is selected.- Returns:
- the remote API
-
getTools
-
getProjectActions
- Specified by:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-