Class ExportedPipelineStep
java.lang.Object
io.blueocean.rest.pipeline.editor.ExportedDescribableModel
io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
io.blueocean.rest.pipeline.editor.ExportedPipelineStep
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.jenkinsci.plugins.workflow.steps.StepDescriptor
Fields inherited from class io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
functionName
Fields inherited from class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
model, symbol
-
Constructor Summary
ConstructorDescriptionExportedPipelineStep
(org.jenkinsci.plugins.structs.describable.DescribableModel<? extends org.jenkinsci.plugins.workflow.steps.Step> model, String functionName, org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionRelative descriptor URL for this stepboolean
Indicates this step wraps a block of other stepsThe Java class names that this pipeline step exports into contextThe Java class names that this pipeline requires to be in contextMethods inherited from class io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
getFunctionName
Methods inherited from class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
getDisplayName, getHasSingleRequiredParameter, getHelp, getParameters, getSymbol, getType
-
Field Details
-
descriptor
protected final org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptor
-
-
Constructor Details
-
ExportedPipelineStep
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)
-
-
Method Details
-
getProvidedContext
The Java class names that this pipeline step exports into context -
getRequiredContext
The Java class names that this pipeline requires to be in context -
getIsBlockContainer
@Exported public boolean getIsBlockContainer()Indicates this step wraps a block of other steps- Overrides:
getIsBlockContainer
in classExportedPipelineFunction
-
getDescriptorUrl
Relative descriptor URL for this step
-