UNPKG

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

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 291 B
import { JobsAction } from "../JobsAction"; import { RequestMethod } from "../../AbstractRequest"; export class GetSyncBackDetailsGlobal extends JobsAction { constructor() { super(); this.customPath = "/sync-back/global"; this.method = RequestMethod.GET; } }