Uses of Class
com.vectorcast.plugins.vectorcastcoverage.VectorCASTHealthReportThresholds
-
Packages that use VectorCASTHealthReportThresholds Package Description com.vectorcast.plugins.vectorcastcoverage -
-
Uses of VectorCASTHealthReportThresholds in com.vectorcast.plugins.vectorcastcoverage
Fields in com.vectorcast.plugins.vectorcastcoverage declared as VectorCASTHealthReportThresholds Modifier and Type Field Description VectorCASTHealthReportThresholds
VectorCASTPublisher. healthReports
HealthReport
thresholds to apply.VectorCASTHealthReportThresholds
VectorCASTPublisher. healthyTarget
VectorCASTHealthReportThresholds
VectorCASTPublisher. unhealthyTarget
Methods in com.vectorcast.plugins.vectorcastcoverage that return VectorCASTHealthReportThresholds Modifier and Type Method Description VectorCASTHealthReportThresholds
VectorCASTPublisher. getHealthReports()
VectorCASTHealthReportThresholds
VectorCASTPublisher. getHealthyTarget()
VectorCASTHealthReportThresholds
VectorCASTPublisher. getUnhealthReports()
Methods in com.vectorcast.plugins.vectorcastcoverage with parameters of type VectorCASTHealthReportThresholds Modifier and Type Method Description static VectorCASTBuildAction
VectorCASTBuildAction. load(AbstractBuild<?,?> owner, Rule rule, VectorCASTHealthReportThresholds thresholds, FilePath... files)
Constructs the object from VectorCAST XML report files.static VectorCASTBuildAction
VectorCASTBuildAction. load(AbstractBuild<?,?> owner, Rule rule, VectorCASTHealthReportThresholds thresholds, InputStream... streams)
static VectorCASTBuildAction
VectorCASTBuildAction. load(Run<?,?> owner, Rule rule, VectorCASTHealthReportThresholds thresholds, InputStream... streams)
void
VectorCASTPublisher. setHealthReports(VectorCASTHealthReportThresholds healthReports)
void
VectorCASTPublisher. setHealthyTarget(VectorCASTHealthReportThresholds healthyTarget)
void
VectorCASTPublisher. setUnhealthyTarget(VectorCASTHealthReportThresholds unhealthyTarget)
Constructors in com.vectorcast.plugins.vectorcastcoverage with parameters of type VectorCASTHealthReportThresholds Constructor Description VectorCASTBuildAction(Run<?,?> owner, Rule rule, Ratio StatementCoverage, Ratio BranchCoverage, Ratio BasisPathCoverage, Ratio MCDCCoverage, Ratio FunctionCoverage, Ratio FunctionCallCoverage, Ratio Complexity, VectorCASTHealthReportThresholds thresholds)
VectorCASTPublisher(String includes, Boolean useThreshold, VectorCASTHealthReportThresholds healthyTarget, VectorCASTHealthReportThresholds unhealthyTarget, Boolean useCoverageHistory, Integer maxHistory)
-