hudson.plugins.cppncss
Class CppNCSSPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.plugins.helpers.AbstractPublisherImpl
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 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 |
| 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)
|
| 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 |
DESCRIPTOR
public static final CppNCSSPublisher.DescriptorImpl DESCRIPTOR
CppNCSSPublisher
@DataBoundConstructor
public CppNCSSPublisher(java.lang.String reportFilenamePattern,
java.lang.Integer functionCcnViolationThreshold,
java.lang.Integer functionNcssViolationThreshold,
CppNCSSHealthTarget[] targets)
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.