Uses of Class
com.checkmarx.jenkins.tools.Platform
-
Packages that use Platform Package Description com.checkmarx.jenkins.tools com.checkmarx.jenkins.tools.internal -
-
Uses of Platform in com.checkmarx.jenkins.tools
Methods in com.checkmarx.jenkins.tools that return Platform Modifier and Type Method Description static @NonNull 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 com.checkmarx.jenkins.tools.internal
Methods in com.checkmarx.jenkins.tools.internal with parameters of type Platform Modifier and Type Method Description static String
DownloadService. buildFileName(String tagName, Platform platform)
static URL
DownloadService. getDownloadUrlForCli(@NonNull String version, @NonNull Platform platform)
-