All Downloads are FREE. Search and download functionalities are using the official Maven repository.

util.thresholds.properties Maven / Gradle / Ivy

The newest version!
description.useDeltaValues=If set then the number of new warnings is calculated by subtracting the total number of warnings \
                   of the current build from the reference build. This may lead to wrong results if you have both fixed and \
                   new warnings in a build. If the checkbox is not set, then the number of new warnings is calculated by an \
                   asymmetric set difference of the warnings in the current and reference build. This will find all new warnings \
                   even if the number of total warnings is decreasing. However, sometimes false positives will be reported due to \
                   minor changes in a warning (refactoring of variable of method names, etc.)
description.status.total=If the number of total warnings is greater than one of these thresholds then a build is \
                   considered as unstable or failed, respectively. I.e., a value of 0 means that the build status is
                   changed if there is at least one warning found. \
                   Leave this field empty if the state of the build should not depend on the number of warnings.
title.status.total=Status thresholds (Totals)
description.status.total=If the number of new warnings is greater than one of these thresholds then a build is \
                   considered as unstable or failed, respectively. I.e., a value of 0 means that the build status is
                   changed if there is at least one new warning found. \
                   Leave this field empty if the state of the build should not depend on the number of warnings.
description.status.new=If the specified number of new warnings exceeds one of these thresholds then a build is \
                   considered as unstable or failed, respectively.
title.status.new=Status thresholds (New warnings)

description.unstableTotal=If the total number of warnings exceeds a threshold then a build is \
                   considered as unstable.
description.failedTotal=If the total number of warnings exceeds a threshold then a build is \
                   considered as failed.
description.unstableNew=If the number of new warnings exceeds a threshold then a build is \
                   considered as unstable.
description.failedNew=If the number of new warnings exceeds a threshold then a build is \
                   considered as failed.
description.onlyUseStableBuildsAsReference=The number of new warnings will be calculated based on the last \
                   stable build, allowing reverts of unstable builds where the number of warnings was decreased.

compute.new.title=Compute new warnings (based on reference build)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy