|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.action.AbstractAction
public abstract class AbstractAction
| Constructor Summary | |
|---|---|
protected |
AbstractAction(java.lang.String id)
Constructs an instance of this class from the specified id parameter. |
| Method Summary | |
|---|---|
static void |
execute(TestScriptService testScript,
Action action)
Execute with the specified test script and action parameters. |
java.lang.String |
getId()
Gets the ID (String) value. |
Action |
getParentAction()
Gets the parent action (Action) value. |
protected void |
handleScriptActionError(TestScriptService testScript,
java.lang.String detail)
Handle script action error |
void |
setParentAction(Action parentAction)
Sets the parent action value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.testmanager.action.Action |
|---|
addCounts, execute, getDescription |
| Constructor Detail |
|---|
protected AbstractAction(java.lang.String id)
id - The ID (String) parameter.| Method Detail |
|---|
public static void execute(TestScriptService testScript,
Action action)
throws java.lang.InterruptedException
testScript - The test script (TestScriptService) parameter.action - The action (Action) parameter.
java.lang.InterruptedException - Interrupted Exception.public java.lang.String getId()
getId in interface ActionString) value.public Action getParentAction()
getParentAction in interface ActionAction) value.setParentAction(Action)
protected void handleScriptActionError(TestScriptService testScript,
java.lang.String detail)
testScript - The test script (TestScriptService) parameter.detail - The detail (String) parameter.public void setParentAction(Action parentAction)
setParentAction in interface ActionparentAction - The parent action (Action) parameter.getParentAction()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||