Package io.snyk.jenkins.tools.internal
Class DownloadService
- java.lang.Object
-
- io.snyk.jenkins.tools.internal.DownloadService
-
public class DownloadService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
SNYK_CLI_DOWNLOAD_URLS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URL
constructDownloadUrlForSnyk(String urlTemplate, String product, String version, Platform platform)
-
-
-
Method Detail
-
constructDownloadUrlForSnyk
public static URL constructDownloadUrlForSnyk(@Nonnull String urlTemplate, @Nonnull String product, @Nonnull String version, @Nonnull Platform platform) throws IOException
- Throws:
IOException
-
-