Source Context Response
data class SourceContextResponse(val cloudRepo: CloudRepoSourceContextResponse, val gerrit: GerritSourceContextResponse, val git: GitSourceContextResponse, val labels: Map<String, String>)
A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.
Constructors
Link copied to clipboard
constructor(cloudRepo: CloudRepoSourceContextResponse, gerrit: GerritSourceContextResponse, git: GitSourceContextResponse, labels: Map<String, String>)