@ExportedBean public class ExportedPipelineStep extends ExportedPipelineFunction
| Modifier and Type | Field and Description |
|---|---|
protected org.jenkinsci.plugins.workflow.steps.StepDescriptor |
descriptor |
functionNamemodel, symbol| Constructor and Description |
|---|
ExportedPipelineStep(org.jenkinsci.plugins.structs.describable.DescribableModel<? extends org.jenkinsci.plugins.workflow.steps.Step> model,
String functionName,
org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptorUrl()
Relative descriptor URL for this step
|
boolean |
getIsBlockContainer()
Indicates this step wraps a block of other steps
|
List<String> |
getProvidedContext()
The Java class names that this pipeline step exports into context
|
List<String> |
getRequiredContext()
The Java class names that this pipeline requires to be in context
|
getFunctionNamegetDisplayName, getHasSingleRequiredParameter, getHelp, getParameters, getSymbol, getTypeprotected final org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor
public ExportedPipelineStep(org.jenkinsci.plugins.structs.describable.DescribableModel<? extends org.jenkinsci.plugins.workflow.steps.Step> model,
String functionName,
org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor)
@Exported public List<String> getProvidedContext()
@Exported public List<String> getRequiredContext()
@Exported public boolean getIsBlockContainer()
getIsBlockContainer in class ExportedPipelineFunction@Exported public String getDescriptorUrl()
Copyright © 2016–2020. All rights reserved.