Package nz.org.riskscape.wizard
Class EmptyQuestionSet
java.lang.Object
nz.org.riskscape.wizard.BaseQuestionSet
nz.org.riskscape.wizard.EmptyQuestionSet
- All Implemented Interfaces:
QuestionSet
-
Field Summary
Fields inherited from class nz.org.riskscape.wizard.BaseQuestionSet
discriminator, id, name, survey
Fields inherited from interface nz.org.riskscape.wizard.QuestionSet
FINAL_QUESTION, SKIP, UNASSIGNED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPhase()
getPipelineChange
(IncrementalBuildState buildState, Answer answer) Returns aPipelineChange
that is created by applying an answer a build state.Methods inherited from class nz.org.riskscape.wizard.BaseQuestionSet
canEqual, equals, getDescription, getId, getName, getSurvey, getTitle, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nz.org.riskscape.wizard.QuestionSet
getQuestions
-
Constructor Details
-
EmptyQuestionSet
-
-
Method Details
-
getPhase
- Returns:
- the phase this QuestionSet belongs to
-
getPipelineChange
Description copied from interface:QuestionSet
Returns a
PipelineChange
that is created by applying an answer a build state.- Parameters:
buildState
- the build state to get a change to.answer
- the answer to apply. This answer must be for a question that came back from#getNextQuestions(IncrementalBuildState)
using the given build state, or weird things might happen
-