Table of Contents

Class GitInfo

Namespace
Phoesion.Glow.SDK.HologramDescriptors
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class GitInfo
Inheritance
object
GitInfo

Properties

Branch

[Key("Branch")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Branch { get; set; }

Property Value

string

CommitId

[Key("CommitId")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string CommitId { get; set; }

Property Value

string

Origin

[Key("Origin")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Origin { get; set; }

Property Value

string

RepositoryName

[Key("RepositoryName")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string RepositoryName { get; set; }

Property Value

string