Class ExportedPipelineFunction
java.lang.Object
io.blueocean.rest.pipeline.editor.ExportedDescribableModel
io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
- Direct Known Subclasses:
ExportedPipelineStep
-
Field Summary
FieldsFields inherited from class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
model, symbol
-
Constructor Summary
ConstructorsConstructorDescriptionExportedPipelineFunction
(org.jenkinsci.plugins.structs.describable.DescribableModel<?> model, String functionName) -
Method Summary
Modifier and TypeMethodDescriptionIdentifier used for the 'function' name in the pipeline step, used in the pipeline fileboolean
Indicates this step wraps a block of other stepsMethods inherited from class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
getDisplayName, getHasSingleRequiredParameter, getHelp, getParameters, getSymbol, getType
-
Field Details
-
functionName
-
-
Constructor Details
-
ExportedPipelineFunction
public ExportedPipelineFunction(org.jenkinsci.plugins.structs.describable.DescribableModel<?> model, String functionName)
-
-
Method Details
-
getFunctionName
Identifier used for the 'function' name in the pipeline step, used in the pipeline file -
getIsBlockContainer
@Exported public boolean getIsBlockContainer()Indicates this step wraps a block of other steps
-