@Component @Provider public class ListOfTestRunsWriter extends BasicMessageBodyWriter<ListOfTestRuns>
| Constructor and Description |
|---|
ListOfTestRunsWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeJson(ListOfTestRuns testRuns,
org.codehaus.jettison.json.JSONWriter writer) |
protected void |
writeJson(com.xebialabs.xltest.domain.TestRun testRun,
org.codehaus.jettison.json.JSONWriter writer) |
getSize, isWriteable, writeToprotected void writeJson(ListOfTestRuns testRuns, org.codehaus.jettison.json.JSONWriter writer) throws org.codehaus.jettison.json.JSONException
writeJson in class BasicMessageBodyWriter<ListOfTestRuns>org.codehaus.jettison.json.JSONExceptionprotected void writeJson(com.xebialabs.xltest.domain.TestRun testRun,
org.codehaus.jettison.json.JSONWriter writer)
throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException