public class MatrixPlotPublisher extends AbstractPlotPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
MatrixPlotPublisher.DescriptorImpl |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherList| Modifier and Type | Field and Description |
|---|---|
static MatrixPlotPublisher.DescriptorImpl |
DESCRIPTOR |
BUILDERS, PUBLISHERS| 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.
|
BuildStepDescriptor<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.
|
Action |
getProjectAction(AbstractProject<?,?> project)
Called by Jenkins.
|
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
boolean |
prebuild(AbstractBuild<?,?> build,
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, originalGroupToUrlGroupall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform@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 Action getProjectAction(AbstractProject<?,?> project)
getProjectAction in interface BuildStepgetProjectAction in class BuildStepCompatibilityLayerpublic boolean prebuild(AbstractBuild<?,?> build, BuildListener listener)
prebuild in interface BuildStepprebuild in class BuildStepCompatibilityLayerpublic boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic BuildStepDescriptor<Publisher> getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class RecorderCopyright © 2016–2022. All rights reserved.