Package se.bjurr.violations.lib.parsers
Class JacocoParserSettings
- java.lang.Object
-
- se.bjurr.violations.lib.parsers.JacocoParserSettings
-
public class JacocoParserSettings extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_MIN_COVERAGEstatic intDEFAULT_MIN_LINE_COUNT
-
Constructor Summary
Constructors Constructor Description JacocoParserSettings()JacocoParserSettings(int minLineCount, double minCoverage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMinCoverage()intgetMinLineCount()
-
-
-
Field Detail
-
DEFAULT_MIN_LINE_COUNT
public static final int DEFAULT_MIN_LINE_COUNT
- See Also:
- Constant Field Values
-
DEFAULT_MIN_COVERAGE
public static final double DEFAULT_MIN_COVERAGE
- See Also:
- Constant Field Values
-
-