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