Package nz.org.riskscape.wizard.bld.dsl
Interface BuildPoint
- All Known Implementing Classes:
BasicBuildPoint
public interface BuildPoint
Part of the DefaultQuestionSet2
API for defining how PipelineChange
s get produced.
A BuildPoint
is a point during incremental pipeline construction that matches on a set of already
answered questions to say whether or not it should be applied to the pipeline that is being incrementally built
from a user's answers to a wizard process.
-
Method Summary
Modifier and TypeMethodDescriptiongetChange
(IncrementalBuildState buildState, Answer justGivenAnswer)
-
Method Details
-
getChange
- 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.
-