API Reference
Class
GitHubContribData
Contribution summary for the dashboard window.
Inheritance
- Object
- GitHubContribData
Constructors
public GitHubContribData(Int32 totalContributions = 0, Int32 totalCommits = 0, Int32 totalIssues = 0, Int32 totalPrs = 0, Int32 totalReviews = 0, IReadOnlyList<GitHubDailyContrib> dailyContributions = null) #Initializes contribution data.
Parameters
- totalContributions System.Int32 = 0
- totalCommits System.Int32 = 0
- totalIssues System.Int32 = 0
- totalPrs System.Int32 = 0
- totalReviews System.Int32 = 0
- dailyContributions System.Collections.Generic.IReadOnlyList{IntelligenceX.Telemetry.GitHub.GitHubDailyContrib} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 TotalContributions { get; } #Gets total contributions in the dashboard window.
public Int32 TotalCommits { get; } #Gets total commit contributions in the dashboard window.
public Int32 TotalIssues { get; } #Gets total issue contributions in the dashboard window.
public Int32 TotalPRs { get; } #Gets total pull request contributions in the dashboard window.
public Int32 TotalReviews { get; } #Gets total review contributions in the dashboard window.
public IReadOnlyList<GitHubDailyContrib> DailyContributions { get; } #Gets daily contribution records for the dashboard window.