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 PlatformPlatform. current()static PlatformPlatform. 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 StringDownloadService. buildFileName(String tagName, Platform platform)static URLDownloadService. getDownloadUrlForCli(@NonNull String version, @NonNull Platform platform)
-