public class DbChartAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
DbChartAction(hudson.model.AbstractProject<?,?> project,
DbChartPublisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
doTrend(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Display the trend graph.
|
void |
doTrendMap(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Display the trend map.
|
Chart |
getChartByName(String name) |
List<Chart> |
getCharts() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public DbChartAction(hudson.model.AbstractProject<?,?> project,
DbChartPublisher publisher)
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 void doTrendMap(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
ClassNotFoundException,
SQLException,
InstantiationException,
IllegalAccessException
ResultAction.request - Stapler requestresponse - Stapler responseIOException - in case of an errorSQLExceptionClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionpublic void doTrend(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
InstantiationException,
IllegalAccessException
ResultAction.request - Stapler requestresponse - Stapler responseIOException - in case of an error in
ResultAction#doGraph(StaplerRequest, StaplerResponse, int)InstantiationExceptionIllegalAccessExceptionCopyright © 2004-2013. All Rights Reserved.