Uses of Enum
org.jenkinsci.plugins.DependencyCheck.tools.Platform
-
Uses of Platform in org.jenkinsci.plugins.DependencyCheck.tools
Modifier and TypeMethodDescriptionstatic Platform
Platform.current()
static Platform
Determines the platform of the given node.static Platform
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.ModifierConstructorDescriptionprotected
DependencyCheckInstallation
(String name, String home, List<? extends ToolProperty<?>> properties, Platform platform)