@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
14 lines (13 loc) • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetGlobalEndevorChangeMetadata = void 0;
const GlobalAction_1 = require("./GlobalAction");
const AbstractRequest_1 = require("../AbstractRequest");
class GetGlobalEndevorChangeMetadata extends GlobalAction_1.GlobalAction {
constructor() {
super();
this.customPath = "/endevorChange";
this.method = AbstractRequest_1.RequestMethod.GET;
}
}
exports.GetGlobalEndevorChangeMetadata = GetGlobalEndevorChangeMetadata;