public class MatrixPlotPublisher extends AbstractPlotPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
MatrixPlotPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static MatrixPlotPublisher.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
MatrixPlotPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlot(Plot plot)
Adds the new plot to the plot data structures managed by this object.
|
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor()
Called by Jenkins.
|
List<String> |
getOriginalGroups(hudson.matrix.MatrixConfiguration configuration)
Returns all group names as the original user specified strings.
|
List<Plot> |
getPlots() |
List<Plot> |
getPlots(hudson.matrix.MatrixConfiguration configuration)
Returns the entire list of plots managed by this object.
|
List<Plot> |
getPlots(String urlGroup,
hudson.matrix.MatrixConfiguration configuration)
Returns the list of plots with the given group name.
|
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project)
Called by Jenkins.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
void |
setPlots(List<Plot> plots)
Reset Configuration and set plots settings for matrixConfiguration
|
String |
urlGroupToOriginalGroup(String urlGroup,
hudson.matrix.MatrixConfiguration c) |
getRequiredMonitorService, originalGroupToUrlEncodedGroup, originalGroupToUrlGroup@Extension public static final MatrixPlotPublisher.DescriptorImpl DESCRIPTOR
public String urlGroupToOriginalGroup(String urlGroup, hudson.matrix.MatrixConfiguration c)
public List<String> getOriginalGroups(hudson.matrix.MatrixConfiguration configuration)
public void setPlots(List<Plot> plots)
plots - the new list of plotspublic void addPlot(Plot plot)
plot - the new plotpublic List<Plot> getPlots(hudson.matrix.MatrixConfiguration configuration)
public List<Plot> getPlots(String urlGroup, hudson.matrix.MatrixConfiguration configuration)
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.RecorderCopyright © 2004-2015. All Rights Reserved.