public class StartServerAction extends AbstractTestAction
Server
instance.description
Constructor and Description |
---|
StartServerAction()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
Server |
getServer() |
List<Server> |
getServerList() |
StartServerAction |
setServer(Server server) |
StartServerAction |
setServerList(List<Server> serverList) |
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public StartServerAction setServer(Server server)
server
- the server to setpublic StartServerAction setServerList(List<Server> serverList)
serverList
- the servers to setpublic Server getServer()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.