|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.step.Step
com.pmease.quickbuild.step.CompositeStep
com.pmease.quickbuild.step.SerialStep
A composite step to execute all included memebers serially.
Field Summary |
Fields inherited from class com.pmease.quickbuild.step.Step |
DEFAULT_NAME |
Constructor Summary | |
SerialStep()
|
Method Summary | |
java.util.List |
getMembers()
When the containing step runs, it will trigger selected steps one by one serially. |
protected void |
triggerMembers(Build build)
|
Methods inherited from class com.pmease.quickbuild.step.CompositeStep |
getMembersSelectionModel, getStepSuccessCondition, getStepSuccessConditionChoices, isAnyChildStepFailed, isAnyChildStepSuccessful, run, setMembers, setStepSuccessCondition |
Methods inherited from class com.pmease.quickbuild.step.Step |
equals, getEditor, getName, getNameChoices, getParent, getStatus, getStepNecessaryCondition, getStepNecessaryConditionChoices, hashCode, isFailed, isIdle, isRunning, isSuccessful, setEditor, setName, setStatus, setStepNecessaryCondition, trigger, validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerialStep()
Method Detail |
protected void triggerMembers(Build build)
triggerMembers
in class CompositeStep
public java.util.List getMembers()
getMembers
in class CompositeStep
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |