nl.codecentric.jenkins.appd
Class AppDynamicsDataCollector

java.lang.Object
  extended by 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.


Constructor Summary
AppDynamicsDataCollector(RestConnection connection, hudson.model.AbstractBuild<?,?> build, int minimumDurationInMinutes)
           
 
Method Summary
 AppDynamicsReport createReportFromMeasurements()
          Parses the specified reports into AppDynamicsReports.
static String[] getAvailableMetricPaths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDynamicsDataCollector

public AppDynamicsDataCollector(RestConnection connection,
                                hudson.model.AbstractBuild<?,?> build,
                                int minimumDurationInMinutes)
Method Detail

getAvailableMetricPaths

public static String[] getAvailableMetricPaths()

createReportFromMeasurements

public AppDynamicsReport createReportFromMeasurements()
Parses the specified reports into AppDynamicsReports.



Copyright © 2004-2013. All Rights Reserved.