Uses of Class
org.jenkinsci.plugins.workflow.steps.StepDescriptor
-
Uses of StepDescriptor in org.jenkinsci.plugins.workflow.steps
Modifier and TypeMethodDescriptionstatic StepDescriptor
StepDescriptor.byFunctionName
(String name) Obtains aStepDescriptor
by its function name, or null if not found.Step.getDescriptor()
Modifier 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.
StepDescriptor
and avoid Guice.