Class TestReport
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.deployment.TestReport
-
public class TestReport extends Object
- Author:
- mortent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestReportfromJson(String report)StringtoJson()
-
-
-
Method Detail
-
toJson
public String toJson()
-
fromJson
public static TestReport fromJson(String report)
-
-