Package nz.org.riskscape.wizard.bld.dsl
Class BasicBuildPoint
java.lang.Object
nz.org.riskscape.wizard.bld.dsl.BasicBuildPoint
- All Implemented Interfaces:
BuildPoint
A BuildPoint
that triggers after a single question is answered, even if empty.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the question that this build point applies aftergetChange
(IncrementalBuildState buildState, Answer justGivenAnswer) A bit of code that can make changes to a pipeline in response to answered questions.toString()
-
Constructor Details
-
BasicBuildPoint
-
-
Method Details
-
getChange
- Specified by:
getChange
in interfaceBuildPoint
- Returns:
- a
PipelineChange
that can be applied to the given build state for the given answer, or empty if this build point doesn't apply here.
-
toString
-
getAfterQuestion
The name of the question that this build point applies after
-
getPipelineChanger
A bit of code that can make changes to a pipeline in response to answered questions.
-