Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.model.StepsBlock
Packages that use StepsBlock
Package
Description
-
Uses of StepsBlock in org.jenkinsci.plugins.pipeline.modeldefinition
Methods in org.jenkinsci.plugins.pipeline.modeldefinition that return StepsBlockModifier and TypeMethodDescriptionstatic StepsBlock
Utils.createStepsBlock
(groovy.lang.Closure c) -
Uses of StepsBlock in org.jenkinsci.plugins.pipeline.modeldefinition.model
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.model that return StepsBlockMethods in org.jenkinsci.plugins.pipeline.modeldefinition.model with parameters of type StepsBlockConstructors in org.jenkinsci.plugins.pipeline.modeldefinition.model with parameters of type StepsBlockModifierConstructorDescriptionStage
(String name, StepsBlock steps, Agent agent, PostStage post, StageConditionals when, Tools tools, Environment environment, boolean failFast, StageOptions options, StageInput input, Stages stages, Parallel parallel, Environment matrixCellEnvironment) Stage
(String name, StepsBlock steps, Agent agent, PostStage post, StageConditionals when, Tools tools, Environment environment, Stages parallel, boolean failFast) Deprecated.Stage
(String name, StepsBlock steps, Agent agent, PostStage post, StageConditionals when, Tools tools, Environment environment, Stages parallel, boolean failFast, StageOptions options, StageInput input) Deprecated.Constructor parameters in org.jenkinsci.plugins.pipeline.modeldefinition.model with type arguments of type StepsBlockModifierConstructorDescriptionPostBuild
(Map<String, StepsBlock> m) PostStage
(Map<String, StepsBlock> m)