| Class | Description |
|---|---|
| AuthorHistogramFilter |
Filter that generates a commit histogram based on the author date of each
commit visited.
|
| CommitCalendar |
Commit calendar class that stores yearly commit activity.
|
| CommitCountComparator |
Comparator that sorts by most user activity first
|
| CommitHistogram |
Commit histogram class that stores and provides commit activity by user
e-mail address.
|
| CommitHistogramFilter |
Base filter that generates a histogram of commits.
|
| CommitterHistogramFilter |
Filter that generates a commit histogram based on the committer date of each
commit visited.
|
| EarliestComparator |
Comparator that sorts by earliest user activity first
|
| FileCommitActivity |
Activity container for file revisions
|
| FileHistogram |
File histogram storing the number of revisions of each file in a repository
|
| FileHistogramFilter |
Filter that generates a histogram of the modified files introduced by each
commit visited.
|
| LatestComparator |
Comparator that sorts by latest user activity first
|
| RevisionCountComparator |
Comparator that sorts by descending number of revisions
|
| UserCommitActivity |
Activity class for storing all the commits attributed to a specific user.
|
| YearCommitActivity |
Commit activity in a given year
|
| Enum | Description |
|---|---|
| Month |
Months with number of days and indices
|
Copyright © 2011-2015. All Rights Reserved.