Class PayloadCommit
PayloadCommit represents a commit
Inheritance
System.Object
PayloadCommit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class PayloadCommit
Properties
| Improve this Doc View SourceAdded
Declaration
public ICollection<string> Added { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Author
Declaration
public PayloadUser Author { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadUser |
Committer
Declaration
public PayloadUser Committer { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadUser |
Id
sha1 hash of the commit
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Modified
Declaration
public ICollection<string> Modified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Removed
Declaration
public ICollection<string> Removed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Timestamp
Declaration
public DateTimeOffset? Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Verification
Declaration
public PayloadCommitVerification Verification { get; set; }
Property Value
| Type | Description |
|---|---|
| PayloadCommitVerification |