| Modifier and Type | Method and Description |
|---|---|
AnalysisConfiguration.AnalysisConfigurationBuilder |
AnalysisConfiguration.AnalysisConfigurationBuilder.setErrorImpact(int errorImpact)
Sets the number of points to increase or decrease the score if a warning with
Severity.ERROR has been detected. |
AnalysisConfiguration.AnalysisConfigurationBuilder |
AnalysisConfiguration.AnalysisConfigurationBuilder.setHighImpact(int highImpact)
Sets the number of points to increase or decrease the score if a warning with
Severity.WARNING_HIGH has been detected. |
AnalysisConfiguration.AnalysisConfigurationBuilder |
AnalysisConfiguration.AnalysisConfigurationBuilder.setLowImpact(int weightLow)
Sets the number of points to increase or decrease the score if a warning with
Severity.WARNING_LOW has been detected. |
AnalysisConfiguration.AnalysisConfigurationBuilder |
AnalysisConfiguration.AnalysisConfigurationBuilder.setMaxScore(int maxScore) |
AnalysisConfiguration.AnalysisConfigurationBuilder |
AnalysisConfiguration.AnalysisConfigurationBuilder.setNormalImpact(int normalImpact)
Sets the number of points to increase or decrease the score if a warning with
Severity.WARNING_NORMAL has been detected. |
Copyright © 2016–2020. All rights reserved.