C# Class Mercurial.Extensions.Churn.ChurnGroup

This class is returned by the ChurnCommand.
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
ChurnGroup ( string groupName, int addedChangesets )

Initializes a new instance of the ChurnGroup class.

ChurnGroup ( string groupName, int addedLines, int removedLines )

Initializes a new instance of the ChurnGroup class.

Method Details

ChurnGroup() public method

Initializes a new instance of the ChurnGroup class.
public ChurnGroup ( string groupName, int addedChangesets )
groupName string /// The name of the group we're reporting for. ///
addedChangesets int /// The number of changesets committed by the group we're reporting for. ///

ChurnGroup() public method

Initializes a new instance of the ChurnGroup class.
public ChurnGroup ( string groupName, int addedLines, int removedLines )
groupName string /// The name of the group we're reporting for. ///
addedLines int /// The number of lines added by the group we're reporting for. ///
removedLines int /// The number of lines removed by the group we're reporting for. ///