Package org.citrusframework.actions
Class StartServerAction
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.StartServerAction
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Action starting a
Server instance.- Since:
- 2006
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(TestContext context) Subclasses may add custom execution logic here.Get the list of servers to start.Methods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
-
Constructor Details
-
StartServerAction
Default constructor.
-
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-
getServers
Get the list of servers to start.- Returns:
- the list of servers.
-