GerritSourceContextArgs

data class GerritSourceContextArgs(val aliasContext: Output<AliasContextArgs>? = null, val gerritProject: Output<String>? = null, val hostUri: Output<String>? = null, val revisionId: Output<String>? = null) : ConvertibleToJava<GerritSourceContextArgs>

A SourceContext referring to a Gerrit project.

Constructors

Link copied to clipboard
constructor(aliasContext: Output<AliasContextArgs>? = null, gerritProject: Output<String>? = null, hostUri: Output<String>? = null, revisionId: Output<String>? = null)

Properties

Link copied to clipboard
val aliasContext: Output<AliasContextArgs>? = null

An alias, which may be a branch or tag.

Link copied to clipboard
val gerritProject: Output<String>? = null

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
val hostUri: Output<String>? = null

The URI of a running Gerrit instance.

Link copied to clipboard
val revisionId: Output<String>? = null

A revision (commit) ID.

Functions

Link copied to clipboard
open override fun toJava(): GerritSourceContextArgs