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 VectorCASTHealthReportThresholdsVectorCASTPublisher. healthReportsHealthReportthresholds to apply.VectorCASTHealthReportThresholdsVectorCASTPublisher. healthyTargetVectorCASTHealthReportThresholdsVectorCASTPublisher. unhealthyTargetMethods in com.vectorcast.plugins.vectorcastcoverage that return VectorCASTHealthReportThresholds Modifier and Type Method Description VectorCASTHealthReportThresholdsVectorCASTPublisher. getHealthReports()VectorCASTHealthReportThresholdsVectorCASTPublisher. getHealthyTarget()VectorCASTHealthReportThresholdsVectorCASTPublisher. getUnhealthReports()Methods in com.vectorcast.plugins.vectorcastcoverage with parameters of type VectorCASTHealthReportThresholds Modifier and Type Method Description static VectorCASTBuildActionVectorCASTBuildAction. load(AbstractBuild<?,?> owner, Rule rule, VectorCASTHealthReportThresholds thresholds, FilePath... files)Constructs the object from VectorCAST XML report files.static VectorCASTBuildActionVectorCASTBuildAction. load(AbstractBuild<?,?> owner, Rule rule, VectorCASTHealthReportThresholds thresholds, InputStream... streams)static VectorCASTBuildActionVectorCASTBuildAction. load(Run<?,?> owner, Rule rule, VectorCASTHealthReportThresholds thresholds, InputStream... streams)voidVectorCASTPublisher. setHealthReports(VectorCASTHealthReportThresholds healthReports)voidVectorCASTPublisher. setHealthyTarget(VectorCASTHealthReportThresholds healthyTarget)voidVectorCASTPublisher. 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)
-