| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
InvisibleGlobalWhenCondition
Special case of a
ModelASTWhenCondition generated for a globally defined when condition. |
class |
ModelASTWhenCondition |
class |
ModelASTWhenExpression
Code expression
ModelASTStage will be executed or not. |
| Modifier and Type | Method and Description |
|---|---|
List<ModelASTWhenContent> |
ModelASTWhenCondition.getChildren() |
List<ModelASTWhenContent> |
ModelASTWhen.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelASTWhenCondition.setChildren(List<ModelASTWhenContent> c) |
void |
ModelASTWhen.setConditions(List<ModelASTWhenContent> conditions) |
Copyright © 2016–2021. All rights reserved.