|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

The existing publisher can just implement SimpleBuildStep.
I do not know much about MavenReporter, and anyway it seems to be unused in findbugs-plugin. If there is a BuildStep registered as an extension and it happens to implement SimpleBuildStep, it will be usable from a workflow, otherwise not.
https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#build-steps-and-post-build-actions
Sure, you should not need to change the name of the class.