Package | Description |
---|---|
com.ca.apm.jenkins.core.helper |
Modifier and Type | Method and Description |
---|---|
static BuildPerformanceData |
MetricDataHelper.getMetricData(String agentSpecifier,
String metricSpecifier,
String strategyName,
BuildInfo build)
This method return all the performance metrics for a given metric name
for given agent specifier, metric specifier and the time range selected
|
Modifier and Type | Method and Description |
---|---|
static void |
FormulaHelper.convertBytesIntoMegaBytes(BuildPerformanceData buildPerformanceData) |
static Map<String,Double> |
FormulaHelper.getAverageValues(BuildPerformanceData buildPerformanceData)
Get the average values of each metric path of the given build's performance data
|
static Map<String,Double> |
FormulaHelper.getMaxValues(BuildPerformanceData buildPerformanceData)
Get the maximum values of each metric path of the given build's performance data
|
static Map<String,Double> |
FormulaHelper.getMinValues(BuildPerformanceData buildPerformanceData)
Get the minimum values of each metric path of the given build's performance data
|
static Map<String,List<TimeSliceValue>> |
FormulaHelper.getTimeSliceGroupByMetricPath(BuildPerformanceData buildPerformanceData)
Get the Time Slices group by metric path, this is useful to pass the value to output-handler
|
Copyright © 2016–2019. All rights reserved.