ConfigurationInfo

Bundles information about a build configuration.

Constructors

this
this(string name, BuildSettingsTemplate build_settings)
Undocumented in source.

Members

Functions

matchesPlatform
bool matchesPlatform(BuildPlatform platform)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJson
void parseJson(Json json, TargetType default_target_type)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
Json toJson()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buildSettings
BuildSettingsTemplate buildSettings;
Undocumented in source.
name
string name;
Undocumented in source.
platforms
string[] platforms;
Undocumented in source.

Meta