public class PlotAction extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
PlotAction(hudson.model.AbstractProject<?,?> project,
PlotPublisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
PlotReport |
getDynamic(String group,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getIconFileName() |
List<String> |
getOriginalGroups() |
hudson.model.AbstractProject<?,?> |
getProject() |
Object |
getTarget()
If there's only one plot category, simply display that category of
reports on this view.
|
String |
getUrlGroup(String originalGroup) |
String |
getUrlName() |
boolean |
hasPlots() |
public PlotAction(hudson.model.AbstractProject<?,?> project,
PlotPublisher publisher)
public hudson.model.AbstractProject<?,?> getProject()
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 boolean hasPlots()
throws IOException
IOExceptionpublic PlotReport getDynamic(String group, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOExceptionpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxyCopyright © 2004-2015. All Rights Reserved.