public class CloverPHPPublisher
extends hudson.tasks.Recorder
Publisher.| Modifier and Type | Class and Description |
|---|---|
static class |
CloverPHPPublisher.DescriptorImpl
Descriptor for
CloverPublisher. |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static CloverPHPPublisher.DescriptorImpl |
DESCRIPTOR
Descriptor should be singleton.
|
| Constructor and Description |
|---|
CloverPHPPublisher(String xmlLocation,
String publishHtmlReport,
String reportDir,
boolean disableArchiving) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
CoverageTarget |
getFailingTarget()
Getter for property 'failingTarget'.
|
CoverageTarget |
getHealthyTarget()
Getter for property 'healthyTarget'.
|
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
String |
getReportDir() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
CoverageTarget |
getUnhealthyTarget()
Getter for property 'unhealthyTarget'.
|
String |
getXmlLocation() |
boolean |
isDisableArchiving() |
boolean |
isPublishHtmlReport() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setFailingTarget(CoverageTarget failingTarget)
Setter for property 'failingTarget'.
|
void |
setHealthyTarget(CoverageTarget healthyTarget)
Setter for property 'healthyTarget'.
|
void |
setUnhealthyTarget(CoverageTarget unhealthyTarget)
Setter for property 'unhealthyTarget'.
|
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final CloverPHPPublisher.DescriptorImpl DESCRIPTOR
public boolean isPublishHtmlReport()
public String getReportDir()
public String getXmlLocation()
public boolean isDisableArchiving()
public CoverageTarget getHealthyTarget()
public void setHealthyTarget(CoverageTarget healthyTarget)
healthyTarget - Value to set for property 'healthyTarget'.public CoverageTarget getUnhealthyTarget()
public void setUnhealthyTarget(CoverageTarget unhealthyTarget)
unhealthyTarget - Value to set for property 'unhealthyTarget'.public CoverageTarget getFailingTarget()
public void setFailingTarget(CoverageTarget failingTarget)
failingTarget - Value to set for property 'failingTarget'.public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2021. All Rights Reserved.