getBuildScreenNames: function () {
            return this.getPromise().then(function () {
                return this._readDirAndFilter(this._getBuildPath());
            }.bind(this));
        },