BuildQueue.prototype.getSupportedPlatforms = function () {
    var platforms = [];
    this._targets.forEach(function (target) {
        platforms.push(target.getPlatform());
    });