|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITestPlugin
Perform a plugin execution based on a condition.
| Method Summary | |
|---|---|
Boolean |
getCondition()
Get the plugin execution condition. |
IModel<Boolean> |
getConditionModel()
Get the plugin execution condition model. |
void |
setCondition(Boolean condition)
Set plugin condition. |
void |
setConditionModel(IModel<Boolean> model)
Set plugin condition model. |
| Methods inherited from interface org.specrunner.plugins.IPlugin |
|---|
copy, doEnd, doStart, getParent, initialize, setParent |
| Methods inherited from interface org.specrunner.parameters.IParameterHolder |
|---|
getParameters, setParameters |
| Methods inherited from interface org.specrunner.plugins.IActionType |
|---|
getActionType |
| Method Detail |
|---|
Boolean getCondition()
void setCondition(Boolean condition)
condition - The plugin condition.IModel<Boolean> getConditionModel()
void setConditionModel(IModel<Boolean> model)
model - The plugin condition model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||