Re: Export of cppcheck charts

2012-12-22 Thread Grégory Boissinot
You are able to gather Cppcheck result information for a specific buid
with the following URL
http://jenkins_server/job/job_name/build_number/cppcheckResult/api/xml

Getting Cppcheck statistic for all builds seems to be no sense.
Maybe you want to access the cppcheck result from the last budild,
accessing with the following URL
http://jenkins_server/job/job_name//lastBuild/cppcheckResult/api/xml


On Mon, Dec 17, 2012 at 4:17 PM, neiduebbeln
stefan.sta...@de.trumpf.com wrote:
 Hallo everybody,

 i Want to get the cpp check statistic for all builds. Is it possible to
 export the complete data for a cppcheck graph for all the builds using the
 rest API or do I have first to get all builds numbers and than iterate on
 the single builds to get the data?

 Thank's.


Export of cppcheck charts

2012-12-17 Thread neiduebbeln
Hallo everybody,
 
i Want to get the cpp check statistic for all builds. Is it possible to 
export the complete data for a cppcheck graph for all the builds using the 
rest API or do I have first to get all builds numbers and than iterate on 
the single builds to get the data?
 
Thank's.


Re: Export of cppcheck charts

2012-12-17 Thread neiduebbeln

Am Montag, 17. Dezember 2012 16:17:51 UTC+1 schrieb neiduebbeln: 

 Hallo everybody,
  
 i want to get the cpp check statistic for all builds. Is it possible to 
 export the complete data for a cppcheck graph for all the builds using the 
 rest API or do I have first to get all builds numbers and than iterate on 
 the single builds to get the data?
  
 Thank's.