summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/checkstyle006.xml
blob: 88d807d73e4143e8f08d17ae9f504a679a931d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.plugins.checkstyle.CheckStylePublisher plugin="checkstyle">
      <healthy>0</healthy>
      <unHealthy>100</unHealthy>
      <thresholdLimit>high</thresholdLimit>
      <pluginName>[CHECKSTYLE] </pluginName>
      <defaultEncoding>utf-8</defaultEncoding>
      <canRunOnFailed>true</canRunOnFailed>
      <useStableBuildAsReference>true</useStableBuildAsReference>
      <usePreviousBuildAsReference>false</usePreviousBuildAsReference>
      <useDeltaValues>true</useDeltaValues>
      <thresholds>
        <unstableTotalAll>90</unstableTotalAll>
        <unstableTotalHigh>80</unstableTotalHigh>
        <unstableTotalNormal>70</unstableTotalNormal>
        <unstableTotalLow>60</unstableTotalLow>
        <unstableNewAll>50</unstableNewAll>
        <unstableNewHigh>40</unstableNewHigh>
        <unstableNewNormal>30</unstableNewNormal>
        <unstableNewLow>20</unstableNewLow>
        <failedTotalAll>91</failedTotalAll>
        <failedTotalHigh>81</failedTotalHigh>
        <failedTotalNormal>71</failedTotalNormal>
        <failedTotalLow>61</failedTotalLow>
        <failedNewAll>51</failedNewAll>
        <failedNewHigh>41</failedNewHigh>
        <failedNewNormal>31</failedNewNormal>
        <failedNewLow>21</failedNewLow>
      </thresholds>
      <shouldDetectModules>true</shouldDetectModules>
      <dontComputeNew>false</dontComputeNew>
      <doNotResolveRelativePaths>true</doNotResolveRelativePaths>
      <pattern>**/checkstyle-result.xml</pattern>
    </hudson.plugins.checkstyle.CheckStylePublisher>
  </publishers>
</project>