public class JsonParser extends Object
| Constructor and Description |
|---|
JsonParser() |
| Modifier and Type | Method and Description |
|---|---|
protected JobList |
filterDisabledJobs(JobList fullList) |
Build |
getBuildFromJson(String json) |
BuildList |
getBuildListFromJson(String json) |
ItemList |
getQueuedListFromJson(String json) |
TestListElement |
getTestListFromJson(String json) |
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
readJobListFromJson(String json) |
protected <R> R |
safeReadValue(String json,
Class<R> clazz) |
String |
toJson(Object object) |
protected Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
toProjectList(JobList jobList) |
public Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> readJobListFromJson(String json)
public TestListElement getTestListFromJson(String json)
protected Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> toProjectList(JobList jobList)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.