The page asks to ---------------------------- ... Extend StepDescriptor. Pass the execution class to the super constructor. ... ------------------- This is misleading. "Super constructor" of org.jenkinsci.plugins.workflow.steps.StepDescriptor doesn't take any parameters. Sample implementations all use deprecated API (extends AbstractStepDescriptorImpl). Are there are any samples of directly implementing "StepDescriptor" and how to handle the 'Execution' class?
On Friday, February 17, 2017 at 12:35:01 PM UTC-5, Jesse Glick wrote: > > On Fri, Feb 17, 2017 at 11:53 AM, sohl <[email protected] <javascript:>> > wrote: > > Could you please elaborate on implementing 'Step'? > > > https://github.com/jenkinsci/workflow-step-api-plugin/#writing-pipeline-steps > -- 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 an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/97ca3e92-6d75-4bf2-a694-c5c4fffa154b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
