public final class ModelASTPostStage extends ModelASTBuildConditionsContainer
BuildCondition and StepsBlock pairs to be called, depending on whether the build
condition is satisfied, at the end of the stage.| Constructor and Description |
|---|
ModelASTPostStage(Object sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
void |
validate(ModelValidator validator)
Called to do whatever validation is necessary for this element.
|
equals, getConditions, hashCode, removeSourceLocation, setConditions, toGroovy, toJSONgetSourceLocation, setSourceLocationpublic ModelASTPostStage(Object sourceLocation)
public String getName()
getName in class ModelASTBuildConditionsContainerpublic String toString()
ModelASTElementtoString in class ModelASTBuildConditionsContainerpublic void validate(ModelValidator validator)
ModelASTElementvalidate in class ModelASTBuildConditionsContainervalidator - A ModelValidator to use for more complicated validation.Copyright © 2016–2017. All rights reserved.