Uses of Enum Class
io.snyk.jenkins.tools.PlatformItem
Packages that use PlatformItem
-
Uses of PlatformItem in io.snyk.jenkins.tools
Methods in io.snyk.jenkins.tools that return PlatformItemModifier and TypeMethodDescriptionSnykInstaller.getPlatform()
static PlatformItem
Returns the enum constant of this class with the specified name.static PlatformItem[]
PlatformItem.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.snyk.jenkins.tools with parameters of type PlatformItemModifier and TypeMethodDescriptionstatic Platform
PlatformItem.convert
(PlatformItem platformItem) Constructors in io.snyk.jenkins.tools with parameters of type PlatformItemModifierConstructorDescriptionSnykInstaller
(String label, String version, Long updatePolicyIntervalHours, PlatformItem platform)