2014-04-05 21:27:23 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
2016-09-15 16:00:37 +08:00
|
|
|
<hudson.plugins.checkstyle.CheckStylePublisher plugin="checkstyle">
|
2014-04-05 22:11:47 +02:00
|
|
|
<healthy>0</healthy>
|
2014-04-05 21:27:23 +02:00
|
|
|
<unHealthy>100</unHealthy>
|
|
|
|
<thresholdLimit>high</thresholdLimit>
|
|
|
|
<pluginName>[CHECKSTYLE] </pluginName>
|
|
|
|
<defaultEncoding>utf-8</defaultEncoding>
|
|
|
|
<canRunOnFailed>true</canRunOnFailed>
|
|
|
|
<useStableBuildAsReference>false</useStableBuildAsReference>
|
2015-05-02 19:22:46 +02:00
|
|
|
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
|
2014-04-05 21:27:23 +02:00
|
|
|
<useDeltaValues>false</useDeltaValues>
|
|
|
|
<thresholds>
|
|
|
|
<unstableTotalAll>90</unstableTotalAll>
|
|
|
|
<unstableTotalHigh>80</unstableTotalHigh>
|
|
|
|
<unstableTotalNormal>70</unstableTotalNormal>
|
|
|
|
<unstableTotalLow>60</unstableTotalLow>
|
|
|
|
<failedTotalAll>90</failedTotalAll>
|
|
|
|
<failedTotalHigh>80</failedTotalHigh>
|
|
|
|
<failedTotalNormal>70</failedTotalNormal>
|
|
|
|
<failedTotalLow>60</failedTotalLow>
|
|
|
|
</thresholds>
|
|
|
|
<shouldDetectModules>true</shouldDetectModules>
|
|
|
|
<dontComputeNew>true</dontComputeNew>
|
|
|
|
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
|
|
|
|
<pattern>**/checkstyle-result.xml</pattern>
|
|
|
|
</hudson.plugins.checkstyle.CheckStylePublisher>
|
|
|
|
</publishers>
|
|
|
|
</project>
|