@Controller
public class HostController
extends java.lang.Object
| Constructor and Description |
|---|
HostController(com.xebialabs.deployit.repository.RepositoryService repositoryService,
TestTools testTools,
com.xebialabs.xltest.repository.TestRunsRepository testRunsRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.jettison.json.JSONArray |
createHostTree(java.util.List<com.xebialabs.deployit.plugin.overthere.Host> allHosts,
java.util.List<BaseTestSpecification> allTestSpecifications) |
protected org.codehaus.jettison.json.JSONArray |
createTestSpecificationList(java.util.List<BaseTestSpecification> testSpecifications) |
java.lang.String |
treeForHost() |
@Autowired
public HostController(com.xebialabs.deployit.repository.RepositoryService repositoryService,
TestTools testTools,
com.xebialabs.xltest.repository.TestRunsRepository testRunsRepository)
public java.lang.String treeForHost()
throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionprotected org.codehaus.jettison.json.JSONArray createHostTree(java.util.List<com.xebialabs.deployit.plugin.overthere.Host> allHosts,
java.util.List<BaseTestSpecification> allTestSpecifications)
throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionprotected org.codehaus.jettison.json.JSONArray createTestSpecificationList(java.util.List<BaseTestSpecification> testSpecifications) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException