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 PlatformPlatform.current()static PlatformDetermines the platform of the given node.static PlatformReturns 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 PlatformModifierConstructorDescriptionprotectedDependencyCheckInstallation(String name, String home, List<? extends ToolProperty<?>> properties, Platform platform)