Class AbstractStepDescriptorImpl

java.lang.Object
hudson.model.Descriptor<Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster

@Deprecated public abstract class AbstractStepDescriptorImpl extends StepDescriptor
Deprecated.
Directly extend StepDescriptor and avoid Guice.
Author:
Kohsuke Kawaguchi