Uses of Enum Class
org.jenkinsci.plugins.DependencyCheck.tools.Platform
Packages that use Platform
-
Uses of Platform in org.jenkinsci.plugins.DependencyCheck.tools
Methods in org.jenkinsci.plugins.DependencyCheck.tools that return PlatformModifier and TypeMethodDescriptionstatic Platform
Platform.current()
static Platform
Determines the platform of the given node.static Platform
Returns the enum constant of this class with the specified name.static Platform[]
Platform.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jenkinsci.plugins.DependencyCheck.tools with parameters of type PlatformModifierConstructorDescriptionprotected
DependencyCheckInstallation
(String name, String home, List<? extends ToolProperty<?>> properties, Platform platform)