Uses of Class
org.jenkinsci.plugins.workflow.steps.StepDescriptor
Packages that use StepDescriptor
-
Uses of StepDescriptor in org.jenkinsci.plugins.workflow.steps
Subclasses of StepDescriptor in org.jenkinsci.plugins.workflow.stepsMethods in org.jenkinsci.plugins.workflow.steps that return StepDescriptorModifier and TypeMethodDescriptionstatic StepDescriptor
StepDescriptor.byFunctionName
(String name) Obtains aStepDescriptor
by its function name, or null if not found.Step.getDescriptor()
Methods in org.jenkinsci.plugins.workflow.steps that return types with arguments of type StepDescriptorModifier and TypeMethodDescriptionstatic ExtensionList<StepDescriptor>
StepDescriptor.all()
static Iterable<StepDescriptor>
StepDescriptor.allMeta()
Convenience method to iterate all meta step descriptors.MissingContextVariableException.getProviders()
ReturnsStepDescriptor
s with body that can provide a context of this type, so that the error message can diagnose what steps were likely missing.static List<StepDescriptor>
StepDescriptor.metaStepsOf
(String symbol) Given a symbol, attempt to find all the meta-steps that can consume this symbol.Constructors in org.jenkinsci.plugins.workflow.steps with parameters of type StepDescriptor
StepDescriptor
and avoid Guice.