Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStepImpl
Deprecated.
Directly extend
Step and avoid Guice. |
Modifier and Type | Method and Description |
---|---|
Step |
StepDescriptor.newInstance(Map<String,Object> arguments)
Used when a
Step is instantiated programmatically. |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
StepDescriptor.defineArguments(Step step)
Deprecated.
|
protected static com.google.inject.Injector |
AbstractStepImpl.prepareInjector(StepContext context,
Step step)
Deprecated.
|
org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable |
StepDescriptor.uninstantiate(Step step)
Determine which arguments went into the configuration of a step configured through a form submission.
|
Copyright © 2016–2017. All rights reserved.