Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GerritSourceContext

import type { GerritSourceContext } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

A SourceContext referring to a Gerrit project.

interface GerritSourceContext {
aliasContext?: AliasContext;
gerritProject?: string;
hostUri?: string;
revisionId?: string;
}

§Properties

§
aliasContext?: AliasContext
[src]

An alias, which may be a branch or tag.

§
gerritProject?: string
[src]

The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.

§
hostUri?: string
[src]

The URI of a running Gerrit instance.

§
revisionId?: string
[src]

A revision (commit) ID.