morning-builds-core
Version:
Core functionality for Morning Builds
13 lines • 456 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var report_1 = require("./report");
var rerun_1 = require("./rerun");
var Actions = /** @class */ (function () {
function Actions(store, clients, managers) {
this.report = new report_1.Report(store, clients, managers);
this.rerun = new rerun_1.Rerun(store, clients);
}
return Actions;
}());
exports.Actions = Actions;
//# sourceMappingURL=index.js.map