[HEADS UP] getTestResultAction removed in 1.577

2014-08-26 Thread Jesse Glick
For proper stratification I needed to deprecate AbstractBuild.getTestResultAction (and .getAggregatedTestResultAction) in Jenkins core 1.577, allowing the JUnit test result publisher and associated APIs to be split into junit-plugin. Plugins calling these methods will generally not work in 1.577+.

Re: [HEADS UP] getTestResultAction removed in 1.577

2014-08-26 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Subject: [HEADS UP] getTestResultAction removed in 1.577 For proper stratification I needed to deprecate AbstractBuild.getTestResultAction (and .getAggregatedTestResultAction) in Jenkins core 1.577, allowing the JUnit test result publisher and associated APIs to be split into junit-plugin

Re: [HEADS UP] getTestResultAction removed in 1.577

2014-08-26 Thread Jesse Glick
On Tue, Aug 26, 2014 at 6:51 PM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: IIRC the tap-plugin also utilizes these methods. I do not think so—it calls TestObject.getTestResultAction, but that is fine. Only the methods on AbstractBuild are affected. --