Edit

GitRepositoryStats Constructors

Definition

Overloads

GitRepositoryStats()

public GitRepositoryStats();
Public Sub New ()

Applies to

GitRepositoryStats(String, Int32, Int32, Int32)

public GitRepositoryStats(string repositoryId, int commitsCount, int branchesCount, int activePullRequestsCount);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitRepositoryStats : string * int * int * int -> Microsoft.TeamFoundation.SourceControl.WebApi.GitRepositoryStats
Public Sub New (repositoryId As String, commitsCount As Integer, branchesCount As Integer, activePullRequestsCount As Integer)

Parameters

repositoryId
String
commitsCount
Int32
branchesCount
Int32
activePullRequestsCount
Int32

Applies to