Uses of Class
com.projectdarkstar.tools.dtc.domain.ServerAppConfig

Uses of ServerAppConfig in com.projectdarkstar.tools.dtc.domain
 

Methods in com.projectdarkstar.tools.dtc.domain that return ServerAppConfig
 ServerAppConfig TestExecutionResultServerLog.getOriginalServerAppConfig()
           
 ServerAppConfig TestSpec.getServerAppConfig()
          Returns the complete configuration required to run the server application to be used as the central process of this test.
 

Methods in com.projectdarkstar.tools.dtc.domain that return types with arguments of type ServerAppConfig
 List<ServerAppConfig> ServerApp.getConfigs()
          Returns a list of server application configurations that can be used to run this server application.
 

Methods in com.projectdarkstar.tools.dtc.domain with parameters of type ServerAppConfig
 void TestSpec.setServerAppConfig(ServerAppConfig serverAppConfig)
           
 

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type ServerAppConfig
 void ServerApp.setConfigs(List<ServerAppConfig> configs)
           
 

Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type ServerAppConfig
TestExecutionResultServerLog(HardwareResource resource, ServerAppConfig originalServerAppConfig, TestExecutionResult parentResult)
           
TestSpec(String name, String description, String testRunner, Long timeLimit, Long maxClients, ServerAppConfig serverAppConfig)
           
 



Copyright © 2013. All Rights Reserved.