Property | Type | Description | |
---|---|---|---|
commits | List |
||
name | string |
Method | Description | |
---|---|---|
AddCommit ( string commit ) : bool |
Adds a commit to the array if the data hasn't already been submitted.
|
|
BluePercent ( ) : int | ||
CommitCount ( ) : int |
Number of commits.
|
|
Projects ( string project ) : System |
Constructor sets the name of the project.
|
public AddCommit ( string commit ) : bool | ||
commit | string |
/// Commit ID |
return | bool |
public Projects ( string project ) : System | ||
project | string |
/// The Project name |
return | System |