Uses of Class
io.snyk.jenkins.tools.PlatformItem
-
Packages that use PlatformItem Package Description io.snyk.jenkins.tools -
-
Uses of PlatformItem in io.snyk.jenkins.tools
Methods in io.snyk.jenkins.tools that return PlatformItem Modifier and Type Method Description PlatformItem
SnykInstaller. getPlatform()
static PlatformItem
PlatformItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlatformItem[]
PlatformItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.snyk.jenkins.tools with parameters of type PlatformItem Modifier and Type Method Description static Platform
PlatformItem. convert(PlatformItem platformItem)
Constructors in io.snyk.jenkins.tools with parameters of type PlatformItem Constructor Description SnykInstaller(String label, String version, Long updatePolicyIntervalHours, PlatformItem platform)
-