public class DescriptionSetterPublisher
extends hudson.tasks.Recorder
implements hudson.matrix.MatrixAggregatable
Modifier and Type | Class and Description |
---|---|
static class |
DescriptionSetterPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
DescriptionSetterPublisher(String regexp,
String regexpForFailed,
String description,
String descriptionForFailed,
boolean setForMatrix) |
Modifier and Type | Method and Description |
---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
String |
getDescription() |
String |
getDescriptionForFailed() |
DescriptionSetterPublisher.DescriptorImpl |
getDescriptor() |
String |
getRegexp() |
String |
getRegexpForFailed() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isExplicitNotRegexp()
Deprecated.
|
boolean |
isSetForFailed()
Deprecated.
|
boolean |
isSetForMatrix() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
public DescriptionSetterPublisher.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
@Deprecated public boolean isExplicitNotRegexp()
public String getRegexp()
@Deprecated public boolean isSetForFailed()
public String getRegexpForFailed()
public String getDescription()
public String getDescriptionForFailed()
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
createAggregator
in interface hudson.matrix.MatrixAggregatable
public boolean isSetForMatrix()
Copyright © 2004-2015. All Rights Reserved.