hudson.plugins.crap4j
Class Crap4JPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.plugins.crap4j.Crap4JPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class Crap4JPublisher
extends hudson.tasks.Publisher


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static Crap4JPluginDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
Crap4JPublisher(java.lang.String reportPattern, java.lang.String healthThreshold)
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
           
 java.lang.String getHealthThreshold()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
           
 java.lang.String getReportPattern()
           
 boolean perform(hudson.model.Build<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Publisher
getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
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
perform, prebuild
 

Field Detail

DESCRIPTOR

public static final Crap4JPluginDescriptor DESCRIPTOR
Constructor Detail

Crap4JPublisher

public Crap4JPublisher(java.lang.String reportPattern,
                       java.lang.String healthThreshold)
Parameters:
reportPattern -
Method Detail

getDescriptor

public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
Specified by:
getProjectAction in interface hudson.tasks.BuildStep
Overrides:
getProjectAction in class hudson.tasks.BuildStepCompatibilityLayer

perform

public boolean perform(hudson.model.Build<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
java.lang.InterruptedException
java.io.IOException

getReportPattern

public java.lang.String getReportPattern()

getHealthThreshold

public java.lang.String getHealthThreshold()


Copyright © 2008. All Rights Reserved.