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, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionpublic 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.MatrixAggregatablepublic boolean isSetForMatrix()
Copyright © 2004-2014. All Rights Reserved.