public final class ModelASTPostBuild extends ModelASTBuildConditionsContainer
BuildCondition and StepsBlock pairs to be called, depending on whether the build
condition is satisfied, at the end of the build, but before the Notifications. Corresponds to PostBuild.| Constructor and Description |
|---|
ModelASTPostBuild(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 ModelASTPostBuild(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.