@groovy.transform.CompileStatic class VersionAndUri extends Object
Stores a version and a downloadable URI for a driver.
| Type | Name and description |
|---|---|
java.util.regex.Pattern |
exeMatcherA pattern that will match the executable in the downloaded package. |
URI |
uriURI from where to download. |
String |
versionVersion of the driver |
| Constructor and description |
|---|
VersionAndUri
(String version, URI uri, java.util.regex.Pattern matcher) |
Groovy Documentation