BuildRequest.prototype.getPlatforms = function () {
    var platforms = [];
    this._builds.forEach(function (build) {
        platforms.push(build.getPlatform())
    });