hudson.plugins.descriptionsetter
Class DescriptionSetterPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.descriptionsetter.DescriptionSetterPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.matrix.MatrixAggregatable, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class DescriptionSetterPublisher
- extends hudson.tasks.Recorder
- implements hudson.matrix.MatrixAggregatable
| Nested classes/interfaces inherited from class hudson.tasks.Publisher |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Constructor Summary |
DescriptionSetterPublisher(java.lang.String regexp,
java.lang.String regexpForFailed,
java.lang.String description,
java.lang.String descriptionForFailed,
boolean setForMatrix)
|
| Methods inherited from class hudson.tasks.Publisher |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, perform, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
getProjectAction, prebuild |
DescriptionSetterPublisher
@DataBoundConstructor
public DescriptionSetterPublisher(java.lang.String regexp,
java.lang.String regexpForFailed,
java.lang.String description,
java.lang.String descriptionForFailed,
boolean setForMatrix)
getRequiredMonitorService
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
- Specified by:
getRequiredMonitorService in interface hudson.tasks.BuildStep
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException
- Specified by:
perform in interface hudson.tasks.BuildStep- Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
- Throws:
java.lang.InterruptedException
getDescriptor
public DescriptionSetterPublisher.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>- Overrides:
getDescriptor in class hudson.tasks.Recorder
isExplicitNotRegexp
@Deprecated
public boolean isExplicitNotRegexp()
- Deprecated.
getRegexp
public java.lang.String getRegexp()
isSetForFailed
@Deprecated
public boolean isSetForFailed()
- Deprecated.
getRegexpForFailed
public java.lang.String getRegexpForFailed()
getDescription
public java.lang.String getDescription()
getDescriptionForFailed
public java.lang.String getDescriptionForFailed()
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
- Specified by:
createAggregator in interface hudson.matrix.MatrixAggregatable
isSetForMatrix
public boolean isSetForMatrix()
Copyright © 2009. All Rights Reserved.