I tried adding the following to my Jenkins Pipeline - "step $class:'org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension'".
Maybe I'm missing something, but I'm getting the error below. I'm not sure I understand how the last commit did anything to integrate the Test Results plugin with the Pipeline plugin.
org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension
at org.kohsuke.stapler.ClassDescriptor.loadConstructorParamNames(ClassDescriptor.java:247)
Looks really easy using TransientActionFactory<Job>.