Edit

GitBranchStats Constructors

Definition

Overloads

GitBranchStats()

public GitBranchStats();
Public Sub New ()

Applies to

GitBranchStats(GitCommit, String)

public GitBranchStats(Microsoft.TeamFoundation.SourceControl.WebApi.GitCommit commit, string name);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats : Microsoft.TeamFoundation.SourceControl.WebApi.GitCommit * string -> Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats
Public Sub New (commit As GitCommit, name As String)

Parameters

commit
GitCommit
name
String

Applies to

GitBranchStats(GitCommitRef, String, ISecuredObject)

public GitBranchStats(Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef commit, string name, Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats : Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef * string * Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats
Public Sub New (commit As GitCommitRef, name As String, securedObject As ISecuredObject)

Parameters

commit
GitCommitRef
name
String
securedObject
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to

GitBranchStats(GitCommitRef, String, Int32, Int32)

public GitBranchStats(Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef commit, string name, int aheadCount, int behindCount);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats : Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef * string * int * int -> Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats
Public Sub New (commit As GitCommitRef, name As String, aheadCount As Integer, behindCount As Integer)

Parameters

commit
GitCommitRef
name
String
aheadCount
Int32
behindCount
Int32

Applies to

GitBranchStats(GitCommitRef, String, Int32, Int32, ISecuredObject)

public GitBranchStats(Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef commit, string name, int aheadCount, int behindCount, Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats : Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef * string * int * int * Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats
Public Sub New (commit As GitCommitRef, name As String, aheadCount As Integer, behindCount As Integer, securedObject As ISecuredObject)

Parameters

commit
GitCommitRef
name
String
aheadCount
Int32
behindCount
Int32
securedObject
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to