public class CAAPMBuildAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
CAAPMBuildAction(hudson.model.AbstractBuild<?,?> build,
CAAPMPerformanceReport report,
String webviewHost,
String webviewPort) |
| Modifier and Type | Method and Description |
|---|---|
String |
constructWebviewURL(MetricDataCollectionHelper.MetricData metricData) |
void |
doRenderMetricGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
CAAPMPerformanceReport |
getReport() |
String |
getUrlName() |
public CAAPMBuildAction(hudson.model.AbstractBuild<?,?> build,
CAAPMPerformanceReport report,
String webviewHost,
String webviewPort)
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.AbstractBuild<?,?> getBuild()
public CAAPMPerformanceReport getReport()
public String constructWebviewURL(MetricDataCollectionHelper.MetricData metricData)
public void doRenderMetricGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.