hudson.plugins.descriptionsetter
Class DescriptionSetterPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by 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 Class Summary
static class DescriptionSetterPublisher.DescriptorImpl
           
 
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
 
Field Summary
 
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)
           
 
Method Summary
 hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 java.lang.String getDescription()
           
 java.lang.String getDescriptionForFailed()
           
 DescriptionSetterPublisher.DescriptorImpl getDescriptor()
           
 java.lang.String getRegexp()
           
 java.lang.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)
           
 
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
 

Constructor Detail

DescriptionSetterPublisher

@DataBoundConstructor
public DescriptionSetterPublisher(java.lang.String regexp,
                                                       java.lang.String regexpForFailed,
                                                       java.lang.String description,
                                                       java.lang.String descriptionForFailed,
                                                       boolean setForMatrix)
Method Detail

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.