1.0.0

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

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

public interface Action

Version:
1.0.0

Method Summary
 void execute(TestScriptService testScript)
          Execute with the specified test script parameter.
 java.lang.String getDescription()
          Gets the description (String) value.
 

Method Detail

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.

1.0.0

Copyright (c) 2007 IBM