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.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
public 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 errorSQLException
ClassNotFoundException
InstantiationException
IllegalAccessException
public 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)
InstantiationException
IllegalAccessException
Copyright © 2004-2013. All Rights Reserved.