Class GitInfo
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class GitInfo
- Inheritance
-
objectGitInfo
Properties
Branch
[Key("Branch")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Branch { get; set; }
Property Value
CommitId
[Key("CommitId")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string CommitId { get; set; }
Property Value
Origin
[Key("Origin")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Origin { get; set; }
Property Value
RepositoryName
[Key("RepositoryName")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string RepositoryName { get; set; }