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.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic hudson.model.AbstractProject<?,?> getProject()
AbstractProjectpublic boolean isTrendVisibleOnProjectDashboard()
public void doSummarizerGraphMainMetric(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionpublic void doSummarizerGraphForMetric(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.