Class AggregationApi
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.restapi.AggregationApi
-
@ExportedBean public class AggregationApi extends Object
Remote API to list all available analysis results.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description AggregationApi(List<ToolApi> results)
Creates a newAggregationApi
.
-
-
-
Constructor Detail
-
AggregationApi
public AggregationApi(List<ToolApi> results)
Creates a newAggregationApi
.- Parameters:
results
- the results to collect
-
-