| Package | Description |
|---|---|
| org.gitective.core.filter.commit |
| Modifier and Type | Class and Description |
|---|---|
class |
AllCommitFilter
Composite filter that will always include every commit but still calls the
RevFilter.include(RevWalk, RevCommit) method on each filter that has
been added to this filter. |
class |
AndCommitFilter
Composite filter that only includes commits that are included by every child
filter that has been added to this parent filter.
|
class |
OrCommitFilter
Composite filter that only includes commits that are included by at least one
child filter that has been added to this filter.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeCommitFilter |
CompositeCommitFilter.add(org.eclipse.jgit.revwalk.filter.RevFilter... addedFilters)
Add child filters to this filter.
|
Copyright © 2011-2018. All Rights Reserved.