Runtime

public enum Runtime : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case nodejs = "nodejs"
  • Undocumented

    Declaration

    Swift

    case nodejs43 = "nodejs4.3"
  • Undocumented

    Declaration

    Swift

    case nodejs610 = "nodejs6.10"
  • Undocumented

    Declaration

    Swift

    case nodejs810 = "nodejs8.10"
  • Undocumented

    Declaration

    Swift

    case nodejs10X = "nodejs10.x"
  • Undocumented

    Declaration

    Swift

    case nodejs12X = "nodejs12.x"
  • Undocumented

    Declaration

    Swift

    case java8 = "java8"
  • Undocumented

    Declaration

    Swift

    case java8Al2 = "java8.al2"
  • Undocumented

    Declaration

    Swift

    case java11 = "java11"
  • Undocumented

    Declaration

    Swift

    case python27 = "python2.7"
  • Undocumented

    Declaration

    Swift

    case python36 = "python3.6"
  • Undocumented

    Declaration

    Swift

    case python37 = "python3.7"
  • Undocumented

    Declaration

    Swift

    case python38 = "python3.8"
  • Undocumented

    Declaration

    Swift

    case dotnetcore10 = "dotnetcore1.0"
  • Undocumented

    Declaration

    Swift

    case dotnetcore20 = "dotnetcore2.0"
  • Undocumented

    Declaration

    Swift

    case dotnetcore21 = "dotnetcore2.1"
  • Undocumented

    Declaration

    Swift

    case dotnetcore31 = "dotnetcore3.1"
  • Undocumented

    Declaration

    Swift

    case nodejs43Edge = "nodejs4.3-edge"
  • Undocumented

    Declaration

    Swift

    case go1X = "go1.x"
  • Undocumented

    Declaration

    Swift

    case ruby25 = "ruby2.5"
  • Undocumented

    Declaration

    Swift

    case ruby27 = "ruby2.7"
  • Undocumented

    Declaration

    Swift

    case provided = "provided"
  • Undocumented

    Declaration

    Swift

    case providedAl2 = "provided.al2"
  • Declaration

    Swift

    public var description: String { get }