Uses of Class
org.eclipse.egit.github.core.CommitStats

Packages that use CommitStats
org.eclipse.egit.github.core   
 

Uses of CommitStats in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return CommitStats
 CommitStats RepositoryCommit.getStats()
           
 CommitStats CommitStats.setAdditions(int additions)
           
 CommitStats CommitStats.setDeletions(int deletions)
           
 CommitStats CommitStats.setTotal(int total)
           
 

Methods in org.eclipse.egit.github.core with parameters of type CommitStats
 RepositoryCommit RepositoryCommit.setStats(CommitStats stats)
           
 



Copyright © 2012. All Rights Reserved.