hudson.plugins.clover
Class CloverPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.clover.CloverPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class CloverPublisher
- extends hudson.tasks.Recorder
Clover Publisher.
- Author:
- Stephen Connolly
| 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 |
| Methods inherited from class hudson.tasks.Publisher |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectActions, 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 |
getProjectActions, prebuild |
DESCRIPTOR
@Extension
public static final CloverPublisher.DescriptorImpl DESCRIPTOR
- Descriptor should be singleton.
CloverPublisher
@DataBoundConstructor
public CloverPublisher(String cloverReportDir,
String cloverReportFileName)
- Parameters:
cloverReportDir - cloverReportFileName -
getCloverReportDir
public String getCloverReportDir()
getCloverReportFileName
public String getCloverReportFileName()
getHealthyTarget
public CoverageTarget getHealthyTarget()
- Getter for property 'healthyTarget'.
- Returns:
- Value for property 'healthyTarget'.
setHealthyTarget
public void setHealthyTarget(CoverageTarget healthyTarget)
- Setter for property 'healthyTarget'.
- Parameters:
healthyTarget - Value to set for property 'healthyTarget'.
getUnhealthyTarget
public CoverageTarget getUnhealthyTarget()
- Getter for property 'unhealthyTarget'.
- Returns:
- Value for property 'unhealthyTarget'.
setUnhealthyTarget
public void setUnhealthyTarget(CoverageTarget unhealthyTarget)
- Setter for property 'unhealthyTarget'.
- Parameters:
unhealthyTarget - Value to set for property 'unhealthyTarget'.
getFailingTarget
public CoverageTarget getFailingTarget()
- Getter for property 'failingTarget'.
- Returns:
- Value for property 'failingTarget'.
setFailingTarget
public void setFailingTarget(CoverageTarget failingTarget)
- Setter for property 'failingTarget'.
- Parameters:
failingTarget - Value to set for property 'failingTarget'.
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
- Specified by:
perform in interface hudson.tasks.BuildStep- Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
- Throws:
InterruptedException
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
getDescriptor
public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>- Overrides:
getDescriptor in class hudson.tasks.Recorder
getRequiredMonitorService
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2012 Hudson. All Rights Reserved.