1
0
Fork 0

config.xml: some updates

This commit is contained in:
Chl 2020-03-14 02:41:59 +01:00
parent a49d066b55
commit 525c41bc88
2 changed files with 589 additions and 426 deletions

View file

@ -1,6 +1,8 @@
<?xml version='1.1' encoding='UTF-8'?> <?xml version='1.1' encoding='UTF-8'?>
<hudson> <hudson>
<disabledAdministrativeMonitors/> <disabledAdministrativeMonitors>
<string>jenkins.security.QueueItemAuthenticatorMonitor</string>
</disabledAdministrativeMonitors>
<version>{{ current_jenkins_version }}</version> <version>{{ current_jenkins_version }}</version>
<installStateName>RUNNING</installStateName> <installStateName>RUNNING</installStateName>
<numExecutors>1</numExecutors> <numExecutors>1</numExecutors>
@ -48,7 +50,7 @@
<projectNamingStrategy class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/> <projectNamingStrategy class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<workspaceDir>${JENKINS_HOME}/workspace/${ITEM_FULL_NAME}</workspaceDir> <workspaceDir>${JENKINS_HOME}/workspace/${ITEM_FULL_NAME}</workspaceDir>
<buildsDir>${ITEM_ROOTDIR}/builds</buildsDir> <buildsDir>${ITEM_ROOTDIR}/builds</buildsDir>
<markupFormatter class="hudson.markup.RawHtmlMarkupFormatter"> <markupFormatter class="hudson.markup.RawHtmlMarkupFormatter" plugin="antisamy-markup-formatter@1.8">
<disableSyntaxHighlighting>false</disableSyntaxHighlighting> <disableSyntaxHighlighting>false</disableSyntaxHighlighting>
</markupFormatter> </markupFormatter>
<jdks/> <jdks/>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?><project> <?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/> <actions/>
<description>&lt;img type=&quot;image/svg+xml&quot; height=&quot;300&quot; src=&quot;ws/build/pdepend/overview-pyramid.svg&quot; width=&quot;500&quot;&gt;&lt;/img&gt;&#xd; <description>&lt;img type=&quot;image/svg+xml&quot; height=&quot;300&quot; src=&quot;ws/build/pdepend/overview-pyramid.svg&quot; width=&quot;500&quot;&gt;&lt;/img&gt;&#xd;
&lt;img type=&quot;image/svg+xml&quot; height=&quot;300&quot; src=&quot;ws/build/pdepend/dependencies.svg&quot; width=&quot;500&quot;&gt;&lt;/img&gt;</description> &lt;img type=&quot;image/svg+xml&quot; height=&quot;300&quot; src=&quot;ws/build/pdepend/dependencies.svg&quot; width=&quot;500&quot;&gt;&lt;/img&gt;</description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties/> <properties/>
<scm class="hudson.plugins.git.GitSCM" plugin="git@4.0.0"> <scm class="hudson.plugins.git.GitSCM" plugin="git@4.1.1">
<configVersion>2</configVersion> <configVersion>2</configVersion>
<userRemoteConfigs> <userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig> <hudson.plugins.git.UserRemoteConfig>
@ -33,42 +34,46 @@
</triggers> </triggers>
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders> <builders>
<hudson.tasks.Ant> <hudson.tasks.Ant plugin="ant@1.11">
<targets/> <targets></targets>
</hudson.tasks.Ant> </hudson.tasks.Ant>
</builders> </builders>
<publishers> <publishers>
<hudson.plugins.warnings.WarningsPublisher> <hudson.plugins.warnings.WarningsPublisher plugin="warnings@5.0.1">
<healthy/> <healthy></healthy>
<unHealthy/> <unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit> <thresholdLimit>low</thresholdLimit>
<pluginName>[WARNINGS] </pluginName> <pluginName>[WARNINGS] </pluginName>
<defaultEncoding/> <defaultEncoding></defaultEncoding>
<canRunOnFailed>true</canRunOnFailed> <canRunOnFailed>true</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference> <usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference> <useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues> <useDeltaValues>false</useDeltaValues>
<thresholds> <thresholds plugin="analysis-core@1.96">
<unstableTotalAll/> <unstableTotalAll></unstableTotalAll>
<unstableTotalHigh/> <unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal/> <unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow/> <unstableTotalLow></unstableTotalLow>
<unstableNewAll/> <unstableNewAll></unstableNewAll>
<unstableNewHigh/> <unstableNewHigh></unstableNewHigh>
<unstableNewNormal/> <unstableNewNormal></unstableNewNormal>
<unstableNewLow/> <unstableNewLow></unstableNewLow>
<failedTotalAll/> <failedTotalAll></failedTotalAll>
<failedTotalHigh/> <failedTotalHigh></failedTotalHigh>
<failedTotalNormal/> <failedTotalNormal></failedTotalNormal>
<failedTotalLow/> <failedTotalLow></failedTotalLow>
<failedNewAll/> <failedNewAll></failedNewAll>
<failedNewHigh/> <failedNewHigh></failedNewHigh>
<failedNewNormal/> <failedNewNormal></failedNewNormal>
<failedNewLow/> <failedNewLow></failedNewLow>
</thresholds> </thresholds>
<shouldDetectModules>false</shouldDetectModules> <shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>false</dontComputeNew> <dontComputeNew>false</dontComputeNew>
<doNotResolveRelativePaths>true</doNotResolveRelativePaths> <doNotResolveRelativePaths>true</doNotResolveRelativePaths>
<includePattern></includePattern>
<excludePattern></excludePattern>
<messagesPattern></messagesPattern>
<categoriesPattern></categoriesPattern>
<parserConfigurations/> <parserConfigurations/>
<consoleParsers> <consoleParsers>
<hudson.plugins.warnings.ConsoleParser> <hudson.plugins.warnings.ConsoleParser>
@ -76,96 +81,108 @@
</hudson.plugins.warnings.ConsoleParser> </hudson.plugins.warnings.ConsoleParser>
</consoleParsers> </consoleParsers>
</hudson.plugins.warnings.WarningsPublisher> </hudson.plugins.warnings.WarningsPublisher>
<hudson.plugins.checkstyle.CheckStylePublisher> <hudson.plugins.checkstyle.CheckStylePublisher plugin="checkstyle@4.0.0">
<healthy/> <healthy></healthy>
<unHealthy/> <unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit> <thresholdLimit>low</thresholdLimit>
<pluginName>[CHECKSTYLE] </pluginName> <pluginName>[CHECKSTYLE] </pluginName>
<defaultEncoding/> <defaultEncoding></defaultEncoding>
<canRunOnFailed>true</canRunOnFailed> <canRunOnFailed>true</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues> <useDeltaValues>false</useDeltaValues>
<thresholds> <thresholds plugin="analysis-core@1.96">
<unstableTotalAll/> <unstableTotalAll></unstableTotalAll>
<unstableTotalHigh/> <unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal/> <unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow/> <unstableTotalLow></unstableTotalLow>
<unstableNewAll/> <unstableNewAll></unstableNewAll>
<unstableNewHigh/> <unstableNewHigh></unstableNewHigh>
<unstableNewNormal/> <unstableNewNormal></unstableNewNormal>
<unstableNewLow/> <unstableNewLow></unstableNewLow>
<failedTotalAll/> <failedTotalAll></failedTotalAll>
<failedTotalHigh/> <failedTotalHigh></failedTotalHigh>
<failedTotalNormal/> <failedTotalNormal></failedTotalNormal>
<failedTotalLow/> <failedTotalLow></failedTotalLow>
<failedNewAll/> <failedNewAll></failedNewAll>
<failedNewHigh/> <failedNewHigh></failedNewHigh>
<failedNewNormal/> <failedNewNormal></failedNewNormal>
<failedNewLow/> <failedNewLow></failedNewLow>
</thresholds> </thresholds>
<shouldDetectModules>false</shouldDetectModules> <shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>false</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<pattern>build/logs/checkstyle.xml</pattern> <pattern>build/logs/checkstyle.xml</pattern>
</hudson.plugins.checkstyle.CheckStylePublisher> </hudson.plugins.checkstyle.CheckStylePublisher>
<hudson.plugins.pmd.PmdPublisher> <hudson.plugins.pmd.PmdPublisher plugin="pmd@4.0.0">
<healthy/> <healthy></healthy>
<unHealthy/> <unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit> <thresholdLimit>low</thresholdLimit>
<pluginName>[PMD] </pluginName> <pluginName>[PMD] </pluginName>
<defaultEncoding/> <defaultEncoding></defaultEncoding>
<canRunOnFailed>true</canRunOnFailed> <canRunOnFailed>true</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues> <useDeltaValues>false</useDeltaValues>
<thresholds> <thresholds plugin="analysis-core@1.96">
<unstableTotalAll/> <unstableTotalAll></unstableTotalAll>
<unstableTotalHigh/> <unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal/> <unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow/> <unstableTotalLow></unstableTotalLow>
<unstableNewAll/> <unstableNewAll></unstableNewAll>
<unstableNewHigh/> <unstableNewHigh></unstableNewHigh>
<unstableNewNormal/> <unstableNewNormal></unstableNewNormal>
<unstableNewLow/> <unstableNewLow></unstableNewLow>
<failedTotalAll/> <failedTotalAll></failedTotalAll>
<failedTotalHigh/> <failedTotalHigh></failedTotalHigh>
<failedTotalNormal/> <failedTotalNormal></failedTotalNormal>
<failedTotalLow/> <failedTotalLow></failedTotalLow>
<failedNewAll/> <failedNewAll></failedNewAll>
<failedNewHigh/> <failedNewHigh></failedNewHigh>
<failedNewNormal/> <failedNewNormal></failedNewNormal>
<failedNewLow/> <failedNewLow></failedNewLow>
</thresholds> </thresholds>
<shouldDetectModules>false</shouldDetectModules> <shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>false</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<pattern>build/logs/pmd.xml</pattern> <pattern>build/logs/pmd.xml</pattern>
</hudson.plugins.pmd.PmdPublisher> </hudson.plugins.pmd.PmdPublisher>
<hudson.plugins.dry.DryPublisher> <hudson.plugins.dry.DryPublisher plugin="dry@3.0.0">
<healthy/> <healthy></healthy>
<unHealthy/> <unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit> <thresholdLimit>low</thresholdLimit>
<pluginName>[DRY] </pluginName> <pluginName>[DRY] </pluginName>
<defaultEncoding/> <defaultEncoding></defaultEncoding>
<canRunOnFailed>true</canRunOnFailed> <canRunOnFailed>true</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues> <useDeltaValues>false</useDeltaValues>
<thresholds> <thresholds plugin="analysis-core@1.96">
<unstableTotalAll/> <unstableTotalAll></unstableTotalAll>
<unstableTotalHigh/> <unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal/> <unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow/> <unstableTotalLow></unstableTotalLow>
<unstableNewAll/> <unstableNewAll></unstableNewAll>
<unstableNewHigh/> <unstableNewHigh></unstableNewHigh>
<unstableNewNormal/> <unstableNewNormal></unstableNewNormal>
<unstableNewLow/> <unstableNewLow></unstableNewLow>
<failedTotalAll/> <failedTotalAll></failedTotalAll>
<failedTotalHigh/> <failedTotalHigh></failedTotalHigh>
<failedTotalNormal/> <failedTotalNormal></failedTotalNormal>
<failedTotalLow/> <failedTotalLow></failedTotalLow>
<failedNewAll/> <failedNewAll></failedNewAll>
<failedNewHigh/> <failedNewHigh></failedNewHigh>
<failedNewNormal/> <failedNewNormal></failedNewNormal>
<failedNewLow/> <failedNewLow></failedNewLow>
</thresholds> </thresholds>
<shouldDetectModules>false</shouldDetectModules> <shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>false</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<pattern>build/logs/pmd-cpd.xml</pattern> <pattern>build/logs/pmd-cpd.xml</pattern>
<highThreshold>50</highThreshold> <highThreshold>50</highThreshold>
<normalThreshold>25</normalThreshold> <normalThreshold>25</normalThreshold>
</hudson.plugins.dry.DryPublisher> </hudson.plugins.dry.DryPublisher>
<hudson.plugins.plot.PlotPublisher> <hudson.plugins.plot.PlotPublisher plugin="plot@2.1.4">
<plots> <plots>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>A - Lines of code</title> <title>A - Lines of code</title>
@ -173,19 +190,25 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string> Lines of Code (LOC)</string>
<string>Non-Comment Lines of Code (NCLOC)</string>
<string>Comment Lines of Code (CLOC)</string>
<string>Logical Lines of Code (LLOC) </string>
</strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues> Lines of Code (LOC),Comment Lines of Code (CLOC),Non-Comment Lines of Code (NCLOC),Logical Lines of Code (LLOC) </exclusionValues>
<exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string> Lines of Code (LOC)</string> <string> Lines of Code (LOC)</string>
<string>Comment Lines of Code (CLOC)</string> <string>Comment Lines of Code (CLOC)</string>
<string>Non-Comment Lines of Code (NCLOC)</string> <string>Non-Comment Lines of Code (NCLOC)</string>
<string>Logical Lines of Code (LLOC) </string> <string>Logical Lines of Code (LLOC) </string>
</strExclusionSet> </a>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> </exclusionValuesList>
<exclusionValues> <url></url>
Lines of Code (LOC),Comment Lines of Code (CLOC),Non-Comment Lines of Code (NCLOC),Logical Lines of Code (LLOC)
</exclusionValues>
<url/>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -195,6 +218,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>B - Structures Containers</title> <title>B - Structures Containers</title>
@ -202,16 +230,23 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Directories</string>
<string>Namespaces</string> <string>Namespaces</string>
<string>Files</string> <string>Files</string>
<string>Directories</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Directories,Files,Namespaces</exclusionValues> <exclusionValues>Directories,Files,Namespaces</exclusionValues>
<url/> <exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>Directories</string>
<string>Files</string>
<string>Namespaces</string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -221,6 +256,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>C - Average Length</title> <title>C - Average Length</title>
@ -228,18 +268,23 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string> Average Class Length (LLOC)</string>
<string>Average Function Length (LLOC) </string> <string>Average Function Length (LLOC) </string>
<string>Average Method Length (LLOC)</string> <string>Average Method Length (LLOC)</string>
<string>Average Class Length (LLOC)</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues> <exclusionValues> Average Class Length (LLOC),Average Method Length (LLOC),Average Function Length (LLOC) </exclusionValues>
Average Class Length (LLOC),Average Method Length (LLOC),Average Function Length (LLOC) <exclusionValuesList class="java.util.Arrays$ArrayList">
</exclusionValues> <a class="string-array">
<url/> <string> Average Class Length (LLOC)</string>
<string>Average Method Length (LLOC)</string>
<string>Average Function Length (LLOC) </string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -249,6 +294,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>D - Relative Cyclomatic Complexity</title> <title>D - Relative Cyclomatic Complexity</title>
@ -256,17 +306,21 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Cyclomatic Complexity / Lines of Code</string>
<string>Cyclomatic Complexity / Number of Methods </string> <string>Cyclomatic Complexity / Number of Methods </string>
<string> Cyclomatic Complexity / Lines of Code</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues> <exclusionValues> Cyclomatic Complexity / Lines of Code,Cyclomatic Complexity / Number of Methods </exclusionValues>
Cyclomatic Complexity / Lines of Code,Cyclomatic Complexity / Number of Methods <exclusionValuesList class="java.util.Arrays$ArrayList">
</exclusionValues> <a class="string-array">
<url/> <string> Cyclomatic Complexity / Lines of Code</string>
<string>Cyclomatic Complexity / Number of Methods </string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -276,6 +330,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>E - Types of Classes</title> <title>E - Types of Classes</title>
@ -283,7 +342,7 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Abstract Classes</string> <string>Abstract Classes</string>
@ -292,7 +351,14 @@
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Classes,Abstract Classes,Concrete Classes</exclusionValues> <exclusionValues>Classes,Abstract Classes,Concrete Classes</exclusionValues>
<url/> <exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>Classes</string>
<string>Abstract Classes</string>
<string>Concrete Classes</string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -302,6 +368,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>F - Types of Methods</title> <title>F - Types of Methods</title>
@ -309,20 +380,27 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Methods</string>
<string>Static Methods</string> <string>Static Methods</string>
<string> Methods</string>
<string>Non-Static Methods</string> <string>Non-Static Methods</string>
<string>Public Methods</string>
<string>Non-Public Methods </string> <string>Non-Public Methods </string>
<string>Public Methods</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues> <exclusionValues> Methods,Non-Static Methods,Static Methods,Public Methods,Non-Public Methods </exclusionValues>
Methods,Non-Static Methods,Static Methods,Public Methods,Non-Public Methods <exclusionValuesList class="java.util.Arrays$ArrayList">
</exclusionValues> <a class="string-array">
<url/> <string> Methods</string>
<string>Non-Static Methods</string>
<string>Static Methods</string>
<string>Public Methods</string>
<string>Non-Public Methods </string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -332,6 +410,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>G - Types of Constants</title> <title>G - Types of Constants</title>
@ -339,16 +422,23 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Class Constants</string> <string>Class Constants</string>
<string>Global Constants</string>
<string>Constants</string> <string>Constants</string>
<string>Global Constants</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Constants,Global Constants,Class Constants</exclusionValues> <exclusionValues>Constants,Global Constants,Class Constants</exclusionValues>
<url/> <exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>Constants</string>
<string>Global Constants</string>
<string>Class Constants</string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -358,6 +448,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>I - Testing</title> <title>I - Testing</title>
@ -365,15 +460,21 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Test Classes</string>
<string>Test Methods</string> <string>Test Methods</string>
<string>Test Classes</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Test Classes,Test Methods</exclusionValues> <exclusionValues>Test Classes,Test Methods</exclusionValues>
<url/> <exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>Test Classes</string>
<string>Test Methods</string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -383,6 +484,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>AB - Code Structure by Logical Lines of Code</title> <title>AB - Code Structure by Logical Lines of Code</title>
@ -390,19 +496,25 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Classes Length (LLOC)</string>
<string>LLOC outside functions or classes </string> <string>LLOC outside functions or classes </string>
<string>Functions Length (LLOC)</string> <string>Classes Length (LLOC)</string>
<string> Logical Lines of Code (LLOC)</string> <string> Logical Lines of Code (LLOC)</string>
<string>Functions Length (LLOC)</string>
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues> <exclusionValues> Logical Lines of Code (LLOC),Classes Length (LLOC),Functions Length (LLOC),LLOC outside functions or classes </exclusionValues>
Logical Lines of Code (LLOC),Classes Length (LLOC),Functions Length (LLOC),LLOC outside functions or classes <exclusionValuesList class="java.util.Arrays$ArrayList">
</exclusionValues> <a class="string-array">
<url/> <string> Logical Lines of Code (LLOC)</string>
<string>Classes Length (LLOC)</string>
<string>Functions Length (LLOC)</string>
<string>LLOC outside functions or classes </string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -412,6 +524,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>H - Types of Functions</title> <title>H - Types of Functions</title>
@ -419,7 +536,7 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Functions</string> <string>Functions</string>
@ -428,7 +545,14 @@
</strExclusionSet> </strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> <inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Functions,Named Functions,Anonymous Functions</exclusionValues> <exclusionValues>Functions,Named Functions,Anonymous Functions</exclusionValues>
<url/> <exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>Functions</string>
<string>Named Functions</string>
<string>Anonymous Functions</string>
</a>
</exclusionValuesList>
<url></url>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -438,6 +562,11 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot> <hudson.plugins.plot.Plot>
<title>BB - Structure Objects</title> <title>BB - Structure Objects</title>
@ -445,21 +574,29 @@
<series> <series>
<hudson.plugins.plot.CSVSeries> <hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file> <file>build/logs/phploc.csv</file>
<label/> <label></label>
<fileType>csv</fileType> <fileType>csv</fileType>
<strExclusionSet> <strExclusionSet>
<string>Constants </string>
<string>Functions</string> <string>Functions</string>
<string> Interfaces</string>
<string>Traits</string>
<string>Methods</string>
<string>Classes</string>
</strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues> Interfaces,Traits,Classes,Methods,Functions,Constants </exclusionValues>
<exclusionValuesList class="java.util.Arrays$ArrayList">
<a class="string-array">
<string> Interfaces</string>
<string>Traits</string> <string>Traits</string>
<string>Classes</string> <string>Classes</string>
<string>Methods</string> <string>Methods</string>
<string>Interfaces</string> <string>Functions</string>
<string>Constants </string> <string>Constants </string>
</strExclusionSet> </a>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag> </exclusionValuesList>
<exclusionValues> <url></url>
Interfaces,Traits,Classes,Methods,Functions,Constants
</exclusionValues>
<url/>
<displayTableFlag>false</displayTableFlag> <displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries> </hudson.plugins.plot.CSVSeries>
</series> </series>
@ -469,10 +606,15 @@
<csvLastModification>0</csvLastModification> <csvLastModification>0</csvLastModification>
<style>line</style> <style>line</style>
<useDescr>false</useDescr> <useDescr>false</useDescr>
<keepRecords>false</keepRecords>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<yaxisMinimum></yaxisMinimum>
<yaxisMaximum></yaxisMaximum>
</hudson.plugins.plot.Plot> </hudson.plugins.plot.Plot>
</plots> </plots>
</hudson.plugins.plot.PlotPublisher> </hudson.plugins.plot.PlotPublisher>
<org.jenkinsci.plugins.cloverphp.CloverPublisher> <org.jenkinsci.plugins.cloverphp.CloverPHPPublisher plugin="cloverphp@0.5">
<publishHtmlReport>true</publishHtmlReport> <publishHtmlReport>true</publishHtmlReport>
<reportDir>build/coverage</reportDir> <reportDir>build/coverage</reportDir>
<xmlLocation>build/logs/clover.xml</xmlLocation> <xmlLocation>build/logs/clover.xml</xmlLocation>
@ -483,27 +625,32 @@
</healthyTarget> </healthyTarget>
<unhealthyTarget/> <unhealthyTarget/>
<failingTarget/> <failingTarget/>
</org.jenkinsci.plugins.cloverphp.CloverPublisher> </org.jenkinsci.plugins.cloverphp.CloverPHPPublisher>
<hudson.plugins.crap4j.Crap4JPublisher> <hudson.plugins.crap4j.Crap4JPublisher plugin="crap4j@0.9">
<reportPattern>build/logs/crap4j.xml</reportPattern> <reportPattern>build/logs/crap4j.xml</reportPattern>
<healthThreshold/> <healthThreshold></healthThreshold>
</hudson.plugins.crap4j.Crap4JPublisher> </hudson.plugins.crap4j.Crap4JPublisher>
<htmlpublisher.HtmlPublisher> <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.21">
<reportTargets> <reportTargets>
<htmlpublisher.HtmlPublisherTarget> <htmlpublisher.HtmlPublisherTarget>
<reportName>API Documentation</reportName> <reportName>API Documentation</reportName>
<reportDir>build/api</reportDir> <reportDir>build/api</reportDir>
<reportFiles>index.html</reportFiles> <reportFiles>index.html</reportFiles>
<alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
<reportTitles></reportTitles>
<keepAll>true</keepAll> <keepAll>true</keepAll>
<wrapperName>htmlpublisher-wrapper.html</wrapperName> <allowMissing>false</allowMissing>
<includes>**/*</includes>
<escapeUnderscores>true</escapeUnderscores>
</htmlpublisher.HtmlPublisherTarget> </htmlpublisher.HtmlPublisherTarget>
</reportTargets> </reportTargets>
</htmlpublisher.HtmlPublisher> </htmlpublisher.HtmlPublisher>
<xunit> <xunit plugin="xunit@2.3.8">
<types> <types>
<PHPUnitJunitHudsonTestType> <PHPUnitJunitHudsonTestType>
<pattern>build/logs/junit.xml</pattern> <pattern>build/logs/junit.xml</pattern>
<faildedIfNotNew>true</faildedIfNotNew> <skipNoTestFiles>false</skipNoTestFiles>
<failIfNotNew>true</failIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles> <deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError> <stopProcessingIfError>true</stopProcessingIfError>
</PHPUnitJunitHudsonTestType> </PHPUnitJunitHudsonTestType>
@ -523,17 +670,20 @@
</org.jenkinsci.plugins.xunit.threshold.SkippedThreshold> </org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
</thresholds> </thresholds>
<thresholdMode>1</thresholdMode> <thresholdMode>1</thresholdMode>
<extraConfiguration>
<testTimeMargin>3000</testTimeMargin>
<sleepTime>10</sleepTime>
<reduceLog>true</reduceLog>
</extraConfiguration>
<testDataPublishers class="empty-set"/>
</xunit> </xunit>
<hudson.plugins.jdepend.JDependRecorder> <hudson.plugins.jdepend.JDependRecorder plugin="jdepend@1.3.0">
<configuredJDependFile>build/logs/jdepend.xml</configuredJDependFile> <configuredJDependFile>build/logs/jdepend.xml</configuredJDependFile>
</hudson.plugins.jdepend.JDependRecorder> </hudson.plugins.jdepend.JDependRecorder>
<hudson.plugins.violations.ViolationsPublisher> <hudson.plugins.violations.ViolationsPublisher plugin="violations@0.7.11">
<config> <config>
<suppressions class="tree-set"> <suppressions class="sorted-set"/>
<no-comparator/>
</suppressions>
<typeConfigs> <typeConfigs>
<no-comparator/>
<entry> <entry>
<string>checkstyle</string> <string>checkstyle</string>
<hudson.plugins.violations.TypeConfig> <hudson.plugins.violations.TypeConfig>
@ -553,7 +703,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -575,7 +725,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -586,7 +736,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -597,7 +747,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -608,7 +758,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -619,7 +769,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -630,7 +780,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -641,7 +791,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -652,7 +802,18 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>perlcritic</string>
<hudson.plugins.violations.TypeConfig>
<type>perlcritic</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -674,7 +835,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -685,7 +846,7 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
<entry> <entry>
@ -696,19 +857,19 @@
<max>999</max> <max>999</max>
<unstable>999</unstable> <unstable>999</unstable>
<usePattern>false</usePattern> <usePattern>false</usePattern>
<pattern/> <pattern></pattern>
</hudson.plugins.violations.TypeConfig> </hudson.plugins.violations.TypeConfig>
</entry> </entry>
</typeConfigs> </typeConfigs>
<limit>100</limit> <limit>100</limit>
<sourcePathPattern/> <sourcePathPattern></sourcePathPattern>
<fauxProjectPath/> <fauxProjectPath></fauxProjectPath>
<encoding>default</encoding> <encoding>default</encoding>
</config> </config>
</hudson.plugins.violations.ViolationsPublisher> </hudson.plugins.violations.ViolationsPublisher>
</publishers> </publishers>
<buildWrappers> <buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup> <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.38">
<deleteDirs>false</deleteDirs> <deleteDirs>false</deleteDirs>
<cleanupParameter></cleanupParameter> <cleanupParameter></cleanupParameter>
<externalDelete></externalDelete> <externalDelete></externalDelete>