| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.ast | |
| org.jenkinsci.plugins.pipeline.modeldefinition.validator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelASTCodeBlock
Represents the special step which are executed without validation against the declarative subset.
|
class |
ModelASTScriptBlock
Represents the special step for
ScriptStep, which are executed without validation against the declarative subset. |
class |
ModelASTTreeStep
Represents the special case of a step that has a sub-block of further steps within it.
|
class |
ModelASTWhenExpression
Code expression
ModelASTStage will be executed or not. |
| Modifier and Type | Method and Description |
|---|---|
List<ModelASTStep> |
ModelASTTreeStep.getChildren() |
List<ModelASTStep> |
ModelASTBranch.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelASTTreeStep.setChildren(List<ModelASTStep> children) |
void |
ModelASTBranch.setSteps(List<ModelASTStep> steps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractModelValidator.validateElement(ModelASTStep step) |
boolean |
ModelValidator.validateElement(ModelASTStep step) |
Copyright © 2016–2021. All rights reserved.