Property | Type | Description | |
---|---|---|---|
List |
|||
projects | List |
Method | Description | |
---|---|---|
AddCommit ( string commit, string project ) : bool |
Adds a commit to the array if the data hasn't already been submitted.
|
|
BugsWorked ( ) : List |
||
BugsWorked ( string bugid ) : void |
Add a bug id, only if it hasn't already been added.
|
|
BugsWorkedCount ( ) : int |
The number of bugs worked on.
|
|
CodeAdded ( ) : int |
Gets the amount of code added.
|
|
CodeAdded ( int value, string project ) : void |
Add lines of contributed code.
|
|
CodeCurved ( ) : int | ||
CodeCurved ( int value, string project ) : void | ||
CodeRemoved ( ) : int |
Gets the amount of code removed.
|
|
CodeRemoved ( int value, string project ) : void |
Add lines of removed code.
|
|
CommitCount ( ) : int |
Total Number of commits sent to Mono.
|
|
GetProject ( string project ) : |
Find the Project, else create the project.
|
|
Score ( ) : int |
Returns a cumulative score based on contribution to Mono.
|
|
Users ( ) : System |
Creates a new user that is not present in the database.
|
|
Users ( string inEmail, string inName ) : System |
Sets the user information.
|
public AddCommit ( string commit, string project ) : bool | ||
commit | string |
/// Commit ID |
project | string | |
return | bool |
public BugsWorked ( string bugid ) : void | ||
bugid | string |
/// The bugs id |
return | void |
public CodeAdded ( int value, string project ) : void | ||
value | int |
/// Lines of code to add |
project | string | |
return | void |
public CodeCurved ( int value, string project ) : void | ||
value | int | |
project | string | |
return | void |
public CodeRemoved ( int value, string project ) : void | ||
value | int | |
project | string | |
return | void |
public GetProject ( string project ) : |
||
project | string | |
return |
public Users ( string inEmail, string inName ) : System | ||
inEmail | string |
/// User's e-mail address |
inName | string |
/// User's name |
return | System |