public class AppDynamicsProjectAction extends Object implements hudson.model.Action
Action
that will be executed from your project and fetch the AppDynamics performance
data and display after a build.
The Project Action will show the graph for overall performance from all builds.Constructor and Description |
---|
AppDynamicsProjectAction(hudson.model.AbstractProject project,
String mainMetricKey,
String[] allMetricKeys) |
Modifier and Type | Method and Description |
---|---|
void |
doSummarizerGraphForMetric(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Graph of metric points over time, metric to plot set as request parameter.
|
void |
doSummarizerGraphMainMetric(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Graph of metric points over time.
|
List<String> |
getAvailableMetricKeys() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractProject<?,?> |
getProject()
Method necessary to get the side-panel included in the Jelly file
|
String |
getUrlName() |
boolean |
isTrendVisibleOnProjectDashboard() |
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public hudson.model.AbstractProject<?,?> getProject()
AbstractProject
public boolean isTrendVisibleOnProjectDashboard()
public void doSummarizerGraphMainMetric(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException
IOException
public void doSummarizerGraphForMetric(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException
IOException
Copyright © 2016–2019. All rights reserved.