org.gitective.core.filter.commit
Class SignedOffByFilter
java.lang.Object
org.eclipse.jgit.revwalk.filter.RevFilter
org.gitective.core.filter.commit.CommitFilter
org.gitective.core.filter.commit.PatternFindCommitFilter
org.gitective.core.filter.commit.CommitMessageFindFilter
org.gitective.core.filter.commit.SignedOffByFilter
- All Implemented Interfaces:
- Cloneable
public class SignedOffByFilter
- extends CommitMessageFindFilter
Commit message pattern filter that includes commit that have a Signed-off-by
line for a person.
| Fields inherited from class org.eclipse.jgit.revwalk.filter.RevFilter |
ALL, MERGE_BASE, NO_MERGES, NONE |
|
Constructor Summary |
SignedOffByFilter(org.eclipse.jgit.lib.PersonIdent person)
Create a signed off by filter matching the person |
|
Method Summary |
org.eclipse.jgit.revwalk.filter.RevFilter |
clone()
Clones this filter. |
| Methods inherited from class org.eclipse.jgit.revwalk.filter.RevFilter |
negate, requiresCommitBody, toString |
SIGNED_OFF_BY
public static final String SIGNED_OFF_BY
- Signed off by format
- See Also:
- Constant Field Values
SignedOffByFilter
public SignedOffByFilter(org.eclipse.jgit.lib.PersonIdent person)
- Create a signed off by filter matching the person
- Parameters:
person - must be non-null
clone
public org.eclipse.jgit.revwalk.filter.RevFilter clone()
- Description copied from class:
CommitFilter
- Clones this filter.
The default implementation throws a UnsupportedOperationException
and sub-classes should override if filter cloning is supported.
- Overrides:
clone in class CommitMessageFindFilter
- See Also:
RevFilter.clone()
Copyright © 2011-2012. All Rights Reserved.