1.0.0

org.eclipse.soda.dk.testmanager.action
Interface Action

All Known Implementing Classes:
AbstractAction, ConfigurationAction, CreateOrUpdateRequest, CreateRequest, DeleteRequest, ParallelTestAction, SequentialTestAction, TestAction, UpdateRequest

public interface Action

Since:
1.0
Version:
1.2.0

Method Summary
 void addCounts(TestStatisticsService testStatistics)
          Add counts with the specified test script parameter.
 void execute(TestScriptService testScript)
          Execute with the specified test script parameter.
 java.lang.String getDescription()
          Gets the description (String) value.
 java.lang.String getId()
          Gets the ID (String) value.
 Action getParentAction()
          Gets the parent action (Action) value.
 void setParentAction(Action parentAction)
          Sets the parent action value.
 

Method Detail

addCounts

void addCounts(TestStatisticsService testStatistics)
Add counts with the specified test script parameter.

Parameters:
testStatistics - The test statistics (TestStatisticsService) parameter.

execute

void execute(TestScriptService testScript)
             throws java.lang.InterruptedException
Execute with the specified test script parameter.

Parameters:
testScript - The test script (TestScriptService) parameter.
Throws:
java.lang.InterruptedException - Interrupted Exception.

getDescription

java.lang.String getDescription()
Gets the description (String) value.

Returns:
The description (String) value.

getId

java.lang.String getId()
Gets the ID (String) value.

Returns:
The id (String) value.

getParentAction

Action getParentAction()
Gets the parent action (Action) value.

Returns:
The parent action (Action) value.
See Also:
setParentAction(Action)

setParentAction

void setParentAction(Action parentAction)
Sets the parent action value.

Parameters:
parentAction - The parent action (Action) parameter.
See Also:
getParentAction()

1.0.0

Copyright (c) 2007, 2009 IBM