ReportLimits

class ReportLimits(classLimit: Int, byteLimit: Long, maxGrowthPercentage: Double, minGrowthPointsPercentage: Double, safeList: Set<String>, watchList: Set<String>, doReportGrowCritical: Boolean, doReportGrowMinor: Boolean, doReportGrowSafe: Boolean, doReportGrowHickUps: Boolean, doReportShrinkAndGrow: Boolean, doReportShrinks: Boolean, doReportStable: Boolean)

Properties

byteLimit
Link copied to clipboard
val byteLimit: Long
classLimit
Link copied to clipboard
val classLimit: Int
doReportGrowCritical
Link copied to clipboard
val doReportGrowCritical: Boolean = true
doReportGrowHickUps
Link copied to clipboard
val doReportGrowHickUps: Boolean = false
doReportGrowMinor
Link copied to clipboard
val doReportGrowMinor: Boolean = true
doReportGrowSafe
Link copied to clipboard
val doReportGrowSafe: Boolean = true
doReportShrinkAndGrow
Link copied to clipboard
val doReportShrinkAndGrow: Boolean = false
doReportShrinks
Link copied to clipboard
val doReportShrinks: Boolean = false
doReportStable
Link copied to clipboard
val doReportStable: Boolean = false
maxGrowthPercentage
Link copied to clipboard
val maxGrowthPercentage: Double
minGrowthPointsPercentage
Link copied to clipboard
val minGrowthPointsPercentage: Double
safeList
Link copied to clipboard
val safeList: Set<String>
watchList
Link copied to clipboard
val watchList: Set<String>