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