org.squashtest.tm.plugin.testautomation.jenkins.internal
Class JsonParser
java.lang.Object
org.squashtest.tm.plugin.testautomation.jenkins.internal.JsonParser
public class JsonParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonParser
public JsonParser()
readJobListFromJson
public Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> readJobListFromJson(String json)
getQueuedListFromJson
public ItemList getQueuedListFromJson(String json)
getBuildListFromJson
public BuildList getBuildListFromJson(String json)
getTestListFromJson
public TestList getTestListFromJson(String json)
getBuildFromJson
public Build getBuildFromJson(String json)
toJson
public String toJson(Object object)
safeReadValue
protected <R> R safeReadValue(String json,
Class<R> clazz)
filterDisabledJobs
protected JobList filterDisabledJobs(JobList fullList)
toProjectList
protected Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> toProjectList(JobList jobList)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.