UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

15 lines (14 loc) 572 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetGenerateBranches = void 0; const MappingAction_1 = require("./MappingAction"); const AbstractRequest_1 = require("../../AbstractRequest"); class GetGenerateBranches extends MappingAction_1.MappingAction { constructor(context, repository) { super(context, repository); this.customPath = "/generate"; this.method = AbstractRequest_1.RequestMethod.GET; this.params = { context, repository }; } } exports.GetGenerateBranches = GetGenerateBranches;