Class GitSourceContext (2.4.0)

public sealed class GitSourceContext : IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessage

A GitSourceContext denotes a particular revision in a third party Git repository (e.g., GitHub).

Inheritance

Object > GitSourceContext

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

GitSourceContext()

public GitSourceContext()

GitSourceContext(GitSourceContext)

public GitSourceContext(GitSourceContext other)
Parameter
NameDescription
otherGitSourceContext

Properties

RevisionId

public string RevisionId { get; set; }

Git commit hash.

Property Value
TypeDescription
String

Url

public string Url { get; set; }

Git repository URL.

Property Value
TypeDescription
String