public sealed class GitSourceContext : IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessageA GitSourceContext denotes a particular revision in a third party Git repository (e.g., GitHub).
Implements
IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
GitSourceContext()
public GitSourceContext()GitSourceContext(GitSourceContext)
public GitSourceContext(GitSourceContext other)| Parameter | |
|---|---|
| Name | Description |
other |
GitSourceContext |
Properties
RevisionId
public string RevisionId { get; set; }Git commit hash.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Url
public string Url { get; set; }Git repository URL.
| Property Value | |
|---|---|
| Type | Description |
String |
|