| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.ast | |
| org.jenkinsci.plugins.pipeline.modeldefinition.validator |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelASTMatrix
Represents the collection of
Stages to be executed in the build in parallel. |
class |
ModelASTStage
Represents an individual Stage and the
ModelASTBranchs it may contain. |
| Modifier and Type | Method and Description |
|---|---|
ModelASTStageBase |
InvisibleGlobalWhenCondition.getStage() |
| Constructor and Description |
|---|
InvisibleGlobalWhenCondition(String stageName,
ModelASTStageBase stage)
Used to create invisible when conditions with a base stage for comparison and querying.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractModelValidator.validateElement(ModelASTStageBase stage) |
boolean |
ModelValidator.validateElement(ModelASTStageBase stages) |
Copyright © 2016–2021. All rights reserved.