Uses of Class
com.ibm.dbb.build.report.ParseException
-
Packages that use ParseException Package Description com.ibm.dbb.build.report.records -
-
Uses of ParseException in com.ibm.dbb.build.report.records
Methods in com.ibm.dbb.build.report.records that throw ParseException Modifier and Type Method Description BuildResultRecord
BuildResultRecord. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.ExecuteRecord
ExecuteRecord. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.UnixRecord
UnixRecord. parse(com.google.gson.JsonObject jsonObject)
Create a UnixRecord from JSON.void
BuildResultRecord. setStoreType(java.lang.String type)
Set the build result metadata store type
-