Class: Platform
Constructors
Constructor
new Platform(
name,buildConfigurationKey,nodeName):Platform
Parameters
name
string
buildConfigurationKey
string
nodeName
Platform
Returns
Platform
Properties
buildConfigurationKey
buildConfigurationKey:
string
name
name:
string
nodeName
nodeName:
Platform
LINUX
staticLINUX:Platform
MAC
staticMAC:Platform
WINDOWS
staticWINDOWS:Platform
Methods
createTarget()
createTarget(
type?, ...archs):Map<Platform,Map<Arch,string[]>>
Parameters
type?
string | string[] | null
archs
...Arch[]
Returns
Map<Platform, Map<Arch, string[]>>
toString()
toString():
string
Returns
string
current()
staticcurrent():Platform
Returns
Platform
fromString()
staticfromString(name):Platform
Parameters
name
string
Returns
Platform