Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStepDescriptorImpl
Deprecated.
Directly extend
StepDescriptor and avoid Guice. |
Modifier and Type | Method and Description |
---|---|
static StepDescriptor |
StepDescriptor.byFunctionName(String name)
Obtains a
StepDescriptor by its function name, or null if not found. |
StepDescriptor |
Step.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<StepDescriptor> |
StepDescriptor.all() |
static Iterable<StepDescriptor> |
StepDescriptor.allMeta()
Convenience method to iterate all meta step descriptors.
|
List<StepDescriptor> |
MissingContextVariableException.getProviders()
Returns
StepDescriptor 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.
|
Copyright © 2016–2017. All rights reserved.