public class PlotAction extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
PlotAction(hudson.model.AbstractProject<?,?> project,
PlotPublisher publisher) |
PlotAction(hudson.model.Job<?,?> job,
List<Plot> plots) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
PlotReport |
getDynamic(String group,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getIconFileName() |
hudson.model.Job<?,?> |
getJob() |
List<String> |
getOriginalGroups() |
hudson.model.AbstractProject<?,?> |
getProject()
Deprecated.
|
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 String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic boolean hasPlots()
throws IOException
IOException@Deprecated public hudson.model.AbstractProject<?,?> getProject()
public hudson.model.Job<?,?> getJob()
public 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 © 2016–2017. All rights reserved.