Uses of Enum Class
hudson.Platform

Packages that use Platform
Package
Description
 
  • Uses of Platform in hudson

    Methods in hudson that return Platform
    Modifier and Type
    Method
    Description
    static Platform
    Platform.current()
     
    EnvVars.getPlatform()
    Gets the platform for which these env vars targeted.
    static Platform
    Platform.valueOf(String name)
    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.
    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.