Package io.github.bonigarcia.wdm.online
Class GoodVersions
- java.lang.Object
-
- io.github.bonigarcia.wdm.online.GoodVersions
-
public class GoodVersions extends Object
POJO to parse the Chrome for Testing (CfT) JSON endpoints (https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json).- Since:
- 5.4.0
- Author:
- Boni Garcia
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GoodVersions.Downloads
class
GoodVersions.PlatformUrl
class
GoodVersions.Versions
-
Field Summary
Fields Modifier and Type Field Description String
timestamp
List<GoodVersions.Versions>
versions
-
Constructor Summary
Constructors Constructor Description GoodVersions()
-
-
-
Field Detail
-
timestamp
public String timestamp
-
versions
public List<GoodVersions.Versions> versions
-
-