UpsertMergeRequestNoteParams
Defined in: src/ci/gitlab.ts:89
Properties
Section titled “Properties”apiUrl
Section titled “apiUrl”apiUrl: string;Defined in: src/ci/gitlab.ts:90
body: string;Defined in: src/ci/gitlab.ts:91
fetchImpl?
Section titled “fetchImpl?”optional fetchImpl?: { (input, init?): Promise<Response>; (input, init?): Promise<Response>;};Defined in: src/ci/gitlab.ts:93
Fetch implementation to use — injectable for tests; defaults to the global fetch.
Call Signature
Section titled “Call Signature”(input, init?): Promise<Response>;Parameters
Section titled “Parameters”URL | RequestInfo
RequestInit
Returns
Section titled “Returns”Promise<Response>
Call Signature
Section titled “Call Signature”(input, init?): Promise<Response>;Parameters
Section titled “Parameters”string | URL | Request
RequestInit
Returns
Section titled “Returns”Promise<Response>
marker
Section titled “marker”marker: string;Defined in: src/ci/gitlab.ts:94
mergeRequestIid
Section titled “mergeRequestIid”mergeRequestIid: number;Defined in: src/ci/gitlab.ts:95
projectId
Section titled “projectId”projectId: string;Defined in: src/ci/gitlab.ts:96
token: string;Defined in: src/ci/gitlab.ts:97