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> |
ModelASTWhen.getConditions() |
List<ModelASTStep> |
ModelASTBranch.getSteps() |
Modifier and Type | Method and Description |
---|---|
void |
ModelASTTreeStep.setChildren(List<ModelASTStep> children) |
void |
ModelASTWhen.setConditions(List<ModelASTStep> conditions) |
void |
ModelASTBranch.setSteps(List<ModelASTStep> steps) |
Modifier and Type | Method and Description |
---|---|
boolean |
ModelValidator.validateElement(ModelASTStep step) |
boolean |
ModelValidator.validateWhenCondition(ModelASTStep condition) |
Copyright © 2016–2017. All rights reserved.