public class MatrixPlotAction extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
MatrixPlotAction(hudson.matrix.MatrixConfiguration project,
MatrixPlotPublisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
PlotReport |
getDynamic(String group) |
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 MatrixPlotAction(hudson.matrix.MatrixConfiguration project,
MatrixPlotPublisher publisher)
public hudson.model.AbstractProject<?,?> getProject()
public boolean hasPlots()
throws IOException
IOExceptionpublic PlotReport getDynamic(String group) throws IOException
IOExceptionpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic 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.ActionCopyright © 2016–2020. All rights reserved.