Uses of Class
hudson.Platform
-
Packages that use Platform Package Description hudson -
-
Uses of Platform in hudson
Methods in hudson that return Platform Modifier and Type Method Description static Platform
Platform. current()
Platform
EnvVars. getPlatform()
Gets the platform for which these env vars targeted.static Platform
Platform. valueOf(String name)
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.Methods in hudson with parameters of type Platform Modifier and Type Method Description void
EnvVars. setPlatform(Platform platform)
Sets the platform for which these env vars target.
-