GerritSourceContextResponse

data class GerritSourceContextResponse(val aliasContext: AliasContextResponse, val gerritProject: String, val hostUri: String, val revisionId: String)

A SourceContext referring to a Gerrit project.

Constructors

Link copied to clipboard
constructor(aliasContext: AliasContextResponse, gerritProject: String, hostUri: String, revisionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An alias, which may be a branch or tag.

Link copied to clipboard

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.

Link copied to clipboard

The URI of a running Gerrit instance.

Link copied to clipboard

A revision (commit) ID.