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