public static class ChromeDriverBinaryHandler.ChromeStorageSources extends UrlStorageSource
fileName, nodeName, urlToLatestRelease| Constructor and Description |
|---|
ChromeStorageSources(String baseUrl) |
ChromeStorageSources(String baseUrl,
HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileNameRegexToDownload(String version)
This method should returns a regex that represents a file name of the release asset that should be downloaded.
|
String |
getFileNameRegexToDownload(String version,
Architecture architecture) |
protected ExternalBinary |
getLatestRelease(String charset) |
ExternalBinary |
getReleaseForVersion(String requiredVersion,
Architecture architecture) |
getLatestRelease, getReleaseForVersion, getVersionpublic ChromeStorageSources(String baseUrl)
public ChromeStorageSources(String baseUrl, HttpClient client)
public ExternalBinary getReleaseForVersion(String requiredVersion, Architecture architecture) throws Exception
getReleaseForVersion in interface ExternalBinarySourcegetReleaseForVersion in class UrlStorageSourceExceptionprotected ExternalBinary getLatestRelease(String charset) throws Exception
getLatestRelease in class UrlStorageSourceExceptionpublic String getFileNameRegexToDownload(String version)
ExternalBinarySourcepublic String getFileNameRegexToDownload(String version, Architecture architecture)
Copyright © 2023 JBoss by Red Hat. All rights reserved.