Class JacocoHealthReportDeltaThresholds


  • public class JacocoHealthReportDeltaThresholds
    extends Object
    This class encapsulates delta thresholds configured by the user. The threshold values are interpreted as percentages
    • Constructor Detail

      • JacocoHealthReportDeltaThresholds

        public JacocoHealthReportDeltaThresholds()
      • JacocoHealthReportDeltaThresholds

        public JacocoHealthReportDeltaThresholds​(String deltaInstruction,
                                                 String deltaBranch,
                                                 String deltaComplexity,
                                                 String deltaLine,
                                                 String deltaMethod,
                                                 String deltaClass)
    • Method Detail

      • ensureValid

        public void ensureValid()
      • getDeltaInstruction

        public float getDeltaInstruction()
      • setDeltaInstruction

        public void setDeltaInstruction​(float deltaInstruction)
      • getDeltaBranch

        public float getDeltaBranch()
      • setDeltaBranch

        public void setDeltaBranch​(float deltaBranch)
      • getDeltaComplexity

        public float getDeltaComplexity()
      • setDeltaComplexity

        public void setDeltaComplexity​(float deltaComplexity)
      • getDeltaLine

        public float getDeltaLine()
      • setDeltaLine

        public void setDeltaLine​(float deltaLine)
      • getDeltaMethod

        public float getDeltaMethod()
      • setDeltaMethod

        public void setDeltaMethod​(float deltaMethod)
      • getDeltaClass

        public float getDeltaClass()
      • setDeltaClass

        public void setDeltaClass​(float deltaClass)