Class CombinedStatus
CombinedStatus holds the combined state of several statuses for a single commit
Inheritance
System.Object
CombinedStatus
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 CombinedStatus
Properties
| Improve this Doc View SourceCommit_url
Declaration
public string Commit_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Repository
Declaration
public Repository Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Repository |
Sha
Declaration
public string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Statuses
Declaration
public ICollection<CommitStatus> Statuses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<CommitStatus> |
Total_count
Declaration
public long? Total_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |