public class CloverBuildAction extends AbstractPackageAggregatedMetrics implements hudson.model.HealthReportingAction, org.kohsuke.stapler.StaplerProxy, jenkins.model.RunAction2, jenkins.tasks.SimpleBuildStep.LastBuildAction
| Modifier and Type | Method and Description |
|---|---|
ClassCoverage |
findClassCoverage(String name) |
FileCoverage |
findFileCoverage(String name) |
PackageCoverage |
findPackageCoverage(String name) |
hudson.model.HealthReport |
getBuildHealth() |
int |
getClasses() |
Ratio |
getConditionalCoverage() |
int |
getConditionals()
Getter for property 'conditionals'.
|
int |
getCoveredconditionals()
Getter for property 'coveredconditionals'.
|
int |
getCoveredelements()
Getter for property 'coveredelements'.
|
int |
getCoveredmethods()
Getter for property 'coveredmethods'.
|
int |
getCoveredstatements()
Getter for property 'coveredstatements'.
|
String |
getDisplayName() |
Ratio |
getElementCoverage() |
int |
getElements()
Getter for property 'elements'.
|
int |
getFiles() |
String |
getIconFileName() |
int |
getLoc() |
Ratio |
getMethodCoverage() |
int |
getMethods()
Getter for property 'methods'.
|
int |
getNcloc() |
int |
getPackages() |
CloverBuildAction |
getPreviousResult() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
ProjectCoverage |
getResult()
Obtains the detailed
ProjectCoverage instance. |
Ratio |
getStatementCoverage() |
int |
getStatements()
Getter for property 'statements'.
|
Object |
getTarget() |
String |
getUrlName() |
static CloverBuildAction |
load(String workspacePath,
ProjectCoverage result,
CoverageTarget healthyTarget,
CoverageTarget unhealthyTarget) |
void |
onAttached(hudson.model.Run<?,?> build) |
void |
onLoad(hudson.model.Run<?,?> r) |
setPackagessetFilessetClasses, setLoc, setNclocgetName, getOwner, getPreviousCloverBuildAction, getTrendGraph, setConditionals, setCoveredconditionals, setCoveredelements, setCoveredmethods, setCoveredstatements, setElements, setMethods, setName, setOwner, setStatementspublic hudson.model.HealthReport getBuildHealth()
getBuildHealth in interface hudson.model.HealthReportingActionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic CloverBuildAction getPreviousResult()
getPreviousResult in class AbstractCloverMetricspublic void onAttached(hudson.model.Run<?,?> build)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2public ProjectCoverage getResult()
ProjectCoverage instance.public PackageCoverage findPackageCoverage(String name)
findPackageCoverage in class AbstractPackageAggregatedMetricspublic FileCoverage findFileCoverage(String name)
findFileCoverage in class AbstractFileAggregatedMetricspublic ClassCoverage findClassCoverage(String name)
findClassCoverage in class AbstractClassAggregatedMetricspublic int getPackages()
getPackages in class AbstractPackageAggregatedMetricspublic int getFiles()
getFiles in class AbstractFileAggregatedMetricspublic int getClasses()
getClasses in class AbstractClassAggregatedMetricspublic int getLoc()
getLoc in class AbstractClassAggregatedMetricspublic int getNcloc()
getNcloc in class AbstractClassAggregatedMetricspublic Ratio getMethodCoverage()
getMethodCoverage in class AbstractCloverMetricspublic Ratio getStatementCoverage()
getStatementCoverage in class AbstractCloverMetricspublic Ratio getConditionalCoverage()
getConditionalCoverage in class AbstractCloverMetricspublic Ratio getElementCoverage()
getElementCoverage in class AbstractCloverMetricspublic int getConditionals()
getConditionals in class AbstractCloverMetricspublic int getMethods()
getMethods in class AbstractCloverMetricspublic int getCoveredstatements()
getCoveredstatements in class AbstractCloverMetricspublic int getCoveredmethods()
getCoveredmethods in class AbstractCloverMetricspublic int getCoveredconditionals()
getCoveredconditionals in class AbstractCloverMetricspublic int getStatements()
getStatements in class AbstractCloverMetricspublic int getCoveredelements()
getCoveredelements in class AbstractCloverMetricspublic int getElements()
getElements in class AbstractCloverMetricspublic Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionpublic static CloverBuildAction load(String workspacePath, ProjectCoverage result, CoverageTarget healthyTarget, CoverageTarget unhealthyTarget)
Copyright © 2004-2021. All Rights Reserved.