hudson.plugins.cppncss
Class CppNCSSPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.plugins.helpers.AbstractPublisherImpl
              extended by hudson.plugins.cppncss.CppNCSSPublisher
All Implemented Interfaces:
hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class CppNCSSPublisher
extends AbstractPublisherImpl

TODO javadoc.

Since:
08-Jan-2008 21:24:06
Author:
Stephen Connolly

Nested Class Summary
static class CppNCSSPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static CppNCSSPublisher.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
CppNCSSPublisher(java.lang.String reportFilenamePattern, java.lang.Integer functionCcnViolationThreshold, java.lang.Integer functionNcssViolationThreshold, CppNCSSHealthTarget[] targets)
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
          
 java.lang.Integer getFunctionCcnViolationThreshold()
           
 java.lang.Integer getFunctionNcssViolationThreshold()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
          
 java.lang.String getReportFilenamePattern()
           
 CppNCSSHealthTarget[] getTargets()
           
 boolean needsToRunAfterFinalized()
          
protected  Ghostwriter newGhostwriter()
          Creates the configured Ghostwriter.
 
Methods inherited from class hudson.plugins.helpers.AbstractPublisherImpl
perform, prebuild
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final CppNCSSPublisher.DescriptorImpl DESCRIPTOR
Constructor Detail

CppNCSSPublisher

@DataBoundConstructor
public CppNCSSPublisher(java.lang.String reportFilenamePattern,
                                             java.lang.Integer functionCcnViolationThreshold,
                                             java.lang.Integer functionNcssViolationThreshold,
                                             CppNCSSHealthTarget[] targets)
Method Detail

getReportFilenamePattern

public java.lang.String getReportFilenamePattern()

getFunctionCcnViolationThreshold

public java.lang.Integer getFunctionCcnViolationThreshold()

getFunctionNcssViolationThreshold

public java.lang.Integer getFunctionNcssViolationThreshold()

getTargets

public CppNCSSHealthTarget[] getTargets()

needsToRunAfterFinalized

public boolean needsToRunAfterFinalized()

Overrides:
needsToRunAfterFinalized in class hudson.tasks.Publisher

getDescriptor

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

Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.tasks.Publisher

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

newGhostwriter

protected Ghostwriter newGhostwriter()
Description copied from class: AbstractPublisherImpl
Creates the configured Ghostwriter.

Specified by:
newGhostwriter in class AbstractPublisherImpl
Returns:
returns the configured Ghostwriter.


Copyright © 2009. All Rights Reserved.