Uses of Class
io.snyk.jenkins.tools.Platform
-
Packages that use Platform Package Description io.snyk.jenkins.tools io.snyk.jenkins.tools.internal -
-
Uses of Platform in io.snyk.jenkins.tools
Methods in io.snyk.jenkins.tools that return Platform Modifier and Type Method Description static Platform
PlatformItem. convert(PlatformItem platformItem)
static Platform
Platform. current()
static Platform
Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static Platform[]
Platform. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Platform in io.snyk.jenkins.tools.internal
Methods in io.snyk.jenkins.tools.internal with parameters of type Platform Modifier and Type Method Description static URL
DownloadService. constructDownloadUrlForSnyk(String urlTemplate, String product, String version, Platform platform)
-