| Package | Description |
|---|---|
| org.gitective.core.filter.commit | |
| org.gitective.core.filter.tree | |
| org.gitective.core.stat |
| Class and Description |
|---|
| CommitDiffEditFilter
Commit diff filter that computes the line edits introduced by each commit
visited and calls
CommitDiffEditFilter.include(RevCommit, DiffEntry, Collection) with all
the edits and CommitDiffEditFilter.include(RevCommit, DiffEntry, Edit) for each
individual edit. |
| CommitDiffFilter
Commit diff filter that computes the differences introduced by each commit
visited and calls
CommitDiffFilter.include(RevWalk, RevCommit, Collection). |
| CommitFieldLengthFilter
Base filter that tracks commits that have a field with the same length
|
| CommitFilter
Base commit filter class with utility methods to be used by sub-classes.
|
| CommitImpact
Class that tracks the impact of a specific commit
|
| CommitMessageFindFilter
Base filter that includes commits where a pattern can be found in a commit's
full message.
|
| CommitPipelineFilter
Commit pipeline filter that includes commit that are included by each
configured pipe.
|
| CompositeCommitFilter
Filter container other filters
|
| CompositeDiffEditFilter
Parent filter for adding child
CommitDiffEditFilter filters |
| CompositeDiffFilter
Parent filter for adding child
CommitDiffFilter filters |
| DateFilter
Commit filter that includes commits until one is encountered that returns a
date from
DateFilter.getDate(RevCommit) that has occurred before the configured
date. |
| DuplicateContainer
Container class for duplicates found in commit walks
|
| LongestAuthorEmailFilter
Filter to track the commit(s) with the longest author email address
|
| LongestAuthorNameFilter
Filter to track the commit(s) with the longest author name
|
| LongestCommitterEmailFilter
Filter to track the commit(s) with the longest committer email address
|
| LongestCommitterNameFilter
Filter to track the commit(s) with the longest committer name
|
| LongestMessageFilter
Filter to track the commit(s) with the longest message
|
| LongestPersonEmailFilter
Base filter to track the commit(s) with the longest email address for a
PersonIdent associated with each commit |
| LongestPersonNameFilter
Base filter to track the commit(s) with the longest name for a
PersonIdent associated with each commit |
| PatternFindCommitFilter
Base commit filter class that includes commits where a configured pattern can
be found.
|
| PersonFilter
Base commit filter that contains utility methods for matching the configured
PersonIdent. |
| PersonSetFilter
Commit filter that stores a set of persons encountered while visiting
commits.
|
| ShortestAuthorEmailFilter
Filter to track the commit(s) with the shortest author email address
|
| ShortestAuthorNameFilter
Filter to track the commit(s) with the shortest author name
|
| ShortestCommitterEmailFilter
Filter to track the commit(s) with the shortest author email address
|
| ShortestCommitterNameFilter
Filter to track the commit(s) with the shortest committer name
|
| ShortestMessageFilter
Filter to track the commit(s) with the shortest message
|
| ShortestPersonEmailFilter
Base filter to track the commit(s) with the shortest email address for a
PersonIdent associated with each commit |
| ShortestPersonNameFilter
Base filter to track the commit(s) with the shortest name for a
PersonIdent associated with each commit |
| Class and Description |
|---|
| CommitFilter
Base commit filter class with utility methods to be used by sub-classes.
|
| Class and Description |
|---|
| CommitDiffFilter
Commit diff filter that computes the differences introduced by each commit
visited and calls
CommitDiffFilter.include(RevWalk, RevCommit, Collection). |
| CommitFilter
Base commit filter class with utility methods to be used by sub-classes.
|
Copyright © 2011-2017. All Rights Reserved.