|
|||||||||||
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
Implement common functionalities for composite steps such as parallel step and serial step.
Field Summary |
Fields inherited from class com.pmease.quickbuild.step.Step |
DEFAULT_NAME |
Constructor Summary | |
CompositeStep()
|
Method Summary | |
java.util.List |
getMembers()
Get members composite of this step. |
org.apache.tapestry.form.IPropertySelectionModel |
getMembersSelectionModel()
|
java.lang.String |
getStepSuccessCondition()
OGNL: An OGNL expression to determine whether or not this composite step is successful. |
java.util.Map |
getStepSuccessConditionChoices()
|
boolean |
isAnyChildStepFailed()
OGNL: Determines if there is any child step failed |
boolean |
isAnyChildStepSuccessful()
OGNL: Determines if there is any child step successful |
protected void |
run(Build build)
Run this step in specified build context. |
void |
setMembers(java.util.List members)
|
void |
setStepSuccessCondition(java.lang.String stepSuccessCondition)
|
protected abstract void |
triggerMembers(Build build)
|
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 CompositeStep()
Method Detail |
public java.lang.String getStepSuccessCondition()
public java.util.Map getStepSuccessConditionChoices()
public void setStepSuccessCondition(java.lang.String stepSuccessCondition)
public java.util.List getMembers()
public void setMembers(java.util.List members)
public org.apache.tapestry.form.IPropertySelectionModel getMembersSelectionModel()
public boolean isAnyChildStepSuccessful()
public boolean isAnyChildStepFailed()
protected final void run(Build build)
Step
run
in class Step
build
- protected abstract void triggerMembers(Build build)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |