java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch
All Implemented Interfaces:
ModelASTMarkerInterface

public final class ModelASTBranch extends ModelASTElement
Represents a branch of Pipeline steps to execute, either as part of a parallel block, or on its own.
Author:
Kohsuke Kawaguchi, Andrew Bayer
See Also:
  • ModelASTStage.branches