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
FieldsModifier and TypeFieldDescriptionprotected final org.jenkinsci.plugins.workflow.steps.StepDescriptorFields inherited from class ExportedPipelineFunction
functionNameFields inherited from class ExportedDescribableModel
model, symbol -
Constructor Summary
ConstructorsConstructorDescriptionExportedPipelineStep(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 stepbooleanIndicates 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 ExportedPipelineFunction
getFunctionNameMethods inherited from class 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
-
getRequiredContext
-
getIsBlockContainer
@Exported public boolean getIsBlockContainer()Indicates this step wraps a block of other steps- Overrides:
getIsBlockContainerin classExportedPipelineFunction
-
getDescriptorUrl
Relative descriptor URL for this step
-