Uses of Enum Class
hudson.Platform
Packages that use Platform
-
Uses of Platform in hudson
Modifier and TypeMethodDescriptionstatic PlatformPlatform.current()EnvVars.getPlatform()Gets the platform for which these env vars targeted.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.Modifier and TypeMethodDescriptionvoidEnvVars.setPlatform(Platform platform) Sets the platform for which these env vars target.