| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.ast | |
| org.jenkinsci.plugins.pipeline.modeldefinition.validator |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelASTParallel
Represents the collection of
Stages to be executed in the build in parallel. |
| Modifier and Type | Method and Description |
|---|---|
ModelASTStages |
ModelASTMatrix.getStages() |
ModelASTStages |
ModelASTPipelineDef.getStages() |
ModelASTStages |
ModelASTStage.getStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelASTMatrix.setStages(ModelASTStages stages) |
void |
ModelASTPipelineDef.setStages(ModelASTStages stages) |
void |
ModelASTStage.setStages(ModelASTStages stages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractModelValidator.validateElement(ModelASTStages stages) |
boolean |
ModelValidator.validateElement(ModelASTStages stages) |
Copyright © 2016–2021. All rights reserved.