Interface Config

interface Config {
    apiBaseUrl: string;
    branch: string;
    buildName: null | string;
    commit: string;
    jobId: null | string;
    owner: null | string;
    parallel: boolean;
    parallelNonce: null | string;
    parallelTotal: null | number;
    prHeadCommit: null | string;
    prNumber: null | number;
    referenceBranch: null | string;
    referenceCommit: null | string;
    repository: null | string;
    runId: null | string;
    token: null | string;
}

Properties

apiBaseUrl: string
branch: string
buildName: null | string
commit: string
jobId: null | string
owner: null | string
parallel: boolean
parallelNonce: null | string
parallelTotal: null | number
prHeadCommit: null | string
prNumber: null | number
referenceBranch: null | string
referenceCommit: null | string
repository: null | string
runId: null | string
token: null | string

Generated using TypeDoc