*/api/json fails for a new Jenkins plugin

2017-08-10 Thread Daniel Mercier
nsci.plugins.benchmark.BenchmarkProjectAction.getCore() for url=/core/... 16. java.lang.Object.getClass() for url=/class/... If anyone faced the same issue, any help will be greatly appreciated. Best regards, Daniel Mercier -- You received this message because you are subscribed to the

Re: */api/json fails for a new Jenkins plugin

2017-08-10 Thread Daniel Mercier
Thank you very much. Daniel Mercier On Thursday, 10 August 2017 15:49:52 UTC-4, Markus Winter wrote: > > you need a method getApi() that returns an Api [1] > > public Api getApi() { > return new Api(this); > } > > > [1] http://javadoc.jenkins.io/h

Compare boolean & numerical test results over builds in a table

2017-05-10 Thread Daniel Mercier
the owner is willing or building a new one. Let me know, Thank you, Daniel Mercier -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: Compare boolean & numerical test results over builds in a table

2017-05-10 Thread Daniel Mercier
condensed information for our QA team. Daniel Mercier On Wednesday, May 10, 2017 at 2:18:01 PM UTC-4, JordanGS wrote: > > Off the top of my head, i wouldn't even bother writing a new plugin or > updating one. Write a script in any language to collect all the information > fro