1.0.0

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

Packages that use Action
org.eclipse.soda.dk.testmanager This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.action This package is part of the org.eclipse.soda.dk.testmanager project. 
 

Uses of Action in org.eclipse.soda.dk.testmanager
 

Methods in org.eclipse.soda.dk.testmanager with parameters of type Action
 void TestScript.add(Action action)
          Add with the specified action parameter.
 void ActionContainer.add(Action action)
          Add with the specified action parameter.
 

Uses of Action in org.eclipse.soda.dk.testmanager.action
 

Classes in org.eclipse.soda.dk.testmanager.action that implement Action
 class AbstractAction
           
 class ConfigurationAction
           
 class CreateOrUpdateRequest
           
 class CreateRequest
           
 class DeleteRequest
           
 class ParallelTestAction
           
 class SequentialTestAction
           
 class TestAction
           
 class UpdateRequest
           
 

Methods in org.eclipse.soda.dk.testmanager.action that return Action
 Action Action.getParentAction()
          Gets the parent action (Action) value.
 Action AbstractAction.getParentAction()
          Gets the parent action (Action) value.
 

Methods in org.eclipse.soda.dk.testmanager.action with parameters of type Action
 void TestAction.add(Action action)
          Add with the specified action parameter.
static void AbstractAction.execute(TestScriptService testScript, Action action)
          Execute with the specified test script and action parameters.
 void Action.setParentAction(Action parentAction)
          Sets the parent action value.
 void AbstractAction.setParentAction(Action parentAction)
          Sets the parent action value.
 

Constructors in org.eclipse.soda.dk.testmanager.action with parameters of type Action
TestTemplate(Action parentAction, java.lang.String runId, java.lang.String controllerId, java.lang.String filter, java.lang.String className, java.lang.String match, java.util.Dictionary properties)
          Constructs an instance of this class from the specified run id, filter, class name, match and properties parameters.
 


1.0.0

Copyright (c) 2007, 2009 IBM