Gerrit Source Context Response
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
fun GerritSourceContextResponse(aliasContext: AliasContextResponse, gerritProject: String, hostUri: String, revisionId: String)