Uses of Class
com.vectorcast.plugins.vectorcastcoverage.Rule
-
Packages that use Rule Package Description com.vectorcast.plugins.vectorcastcoverage com.vectorcast.plugins.vectorcastcoverage.rules -
-
Uses of Rule in com.vectorcast.plugins.vectorcastcoverage
Fields in com.vectorcast.plugins.vectorcastcoverage declared as Rule Modifier and Type Field Description Rule
VectorCASTPublisher. rule
/** Rule to be enforced.Methods in com.vectorcast.plugins.vectorcastcoverage with parameters of type Rule 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)
Constructors in com.vectorcast.plugins.vectorcastcoverage with parameters of type Rule Constructor Description VectorCASTBuildAction(Run<?,?> owner, Rule rule, Ratio StatementCoverage, Ratio BranchCoverage, Ratio BasisPathCoverage, Ratio MCDCCoverage, Ratio FunctionCoverage, Ratio FunctionCallCoverage, Ratio Complexity, VectorCASTHealthReportThresholds thresholds)
-
Uses of Rule in com.vectorcast.plugins.vectorcastcoverage.rules
Subclasses of Rule in com.vectorcast.plugins.vectorcastcoverage.rules Modifier and Type Class Description class
StatementCoveragePerSourceFileRule
Flags a failure if the Statement coverage of a source file goes below a certain threshold.
-