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, toJSON
getSourceLocation, setSourceLocation
public ModelASTPostBuild(Object sourceLocation)
public String getName()
getName
in class ModelASTBuildConditionsContainer
public String toString()
ModelASTElement
toString
in class ModelASTBuildConditionsContainer
public void validate(ModelValidator validator)
ModelASTElement
validate
in class ModelASTBuildConditionsContainer
validator
- A ModelValidator
to use for more complicated validation.Copyright © 2016–2017. All rights reserved.