Method Load
Load(string)
Load the report from a JSON file.
Declaration
public static MobileBuildReport Load(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to the JSON file that contains the report data. |
Returns
Type | Description |
---|---|
MobileBuildReport | An instance of the MobileBuildReport class that contains information about the build. |