public class AppDynamicsDataCollector extends Object
AppDynamicsDataCollector will eventually fetch the performance statistics from the
AppDynamics REST interface and parse them into a AppDynamicsReport.| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_METRIC_PATH |
| Constructor and Description |
|---|
AppDynamicsDataCollector(RestConnection connection,
hudson.model.AbstractBuild<?,?> build,
String customMetricPath,
int minimumDurationInMinutes) |
| Modifier and Type | Method and Description |
|---|---|
AppDynamicsReport |
createReportFromMeasurements()
Parses the specified reports into
AppDynamicsReports. |
static String[] |
getAvailableMetricPaths() |
static String[] |
getMergedMetricPaths(String customMetricPath) |
public static final String CUSTOM_METRIC_PATH
public AppDynamicsDataCollector(RestConnection connection, hudson.model.AbstractBuild<?,?> build, String customMetricPath, int minimumDurationInMinutes)
public static String[] getAvailableMetricPaths()
public AppDynamicsReport createReportFromMeasurements()
AppDynamicsReports.Copyright © 2016. All rights reserved.