nl.codecentric.jenkins.appd
Class AppDynamicsDataCollector
java.lang.Object
nl.codecentric.jenkins.appd.AppDynamicsDataCollector
public class AppDynamicsDataCollector
- extends Object
The AppDynamicsDataCollector will eventually fetch the performance statistics from the
AppDynamics REST interface and parse them into a AppDynamicsReport.
Perhaps create separate Collectors again when this is more logical to create separate graphs. For
now this single collector should get all data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppDynamicsDataCollector
public AppDynamicsDataCollector(RestConnection connection,
hudson.model.AbstractBuild<?,?> build,
int minimumDurationInMinutes)
getAvailableMetricPaths
public static String[] getAvailableMetricPaths()
createReportFromMeasurements
public AppDynamicsReport createReportFromMeasurements()
- Parses the specified reports into
AppDynamicsReports.
Copyright © 2004-2013. All Rights Reserved.