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
-
Method Summary
Modifier and TypeMethodDescriptiongetApi()
Gets the remote API for this action.Collection
<? extends Action> getTools()
void
onAttached
(Run<?, ?> r) void
-
Constructor Details
-
AggregationAction
public AggregationAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in 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:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-