GitRepositoryStats Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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