Klasse CoverageAggregationRule
java.lang.Object
io.jenkins.plugins.coverage.targets.CoverageAggregationRule
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Map
<CoverageElement, Ratio> aggregate
(CoverageElement source, CoverageElement input, Ratio inputResult, Map<CoverageElement, Ratio> runningTotal) static Ratio
combine
(CoverageElement element, Ratio existingResult, Ratio additionalResult)
-
Konstruktordetails
-
CoverageAggregationRule
public CoverageAggregationRule()
-
-
Methodendetails
-
aggregate
public static Map<CoverageElement,Ratio> aggregate(CoverageElement source, CoverageElement input, Ratio inputResult, Map<CoverageElement, Ratio> runningTotal) -
combine
-