org.gitective.core.filter.commit
Class ChangeIdFilter

java.lang.Object
  extended by org.eclipse.jgit.revwalk.filter.RevFilter
      extended by org.gitective.core.filter.commit.CommitFilter
          extended by org.gitective.core.filter.commit.PatternFindCommitFilter
              extended by org.gitective.core.filter.commit.CommitMessageFindFilter
                  extended by org.gitective.core.filter.commit.ChangeIdFilter
All Implemented Interfaces:
Cloneable

public class ChangeIdFilter
extends CommitMessageFindFilter

Commit message pattern filter that includes commits that contain a valid Gerrit CHANGE_ID_REGEX.


Field Summary
static String CHANGE_ID_REGEX
          CHANGE_ID_REGEX
 
Fields inherited from class org.gitective.core.filter.commit.PatternFindCommitFilter
flags, matcher, pattern
 
Fields inherited from class org.gitective.core.filter.commit.CommitFilter
repository
 
Fields inherited from class org.eclipse.jgit.revwalk.filter.RevFilter
ALL, MERGE_BASE, NO_MERGES, NONE
 
Constructor Summary
ChangeIdFilter()
          Create change id filter
 
Method Summary
 org.eclipse.jgit.revwalk.filter.RevFilter clone()
          Clones this filter.
 
Methods inherited from class org.gitective.core.filter.commit.CommitMessageFindFilter
getText
 
Methods inherited from class org.gitective.core.filter.commit.PatternFindCommitFilter
include
 
Methods inherited from class org.gitective.core.filter.commit.CommitFilter
include, reset, setRepository, setStop
 
Methods inherited from class org.eclipse.jgit.revwalk.filter.RevFilter
negate, requiresCommitBody, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHANGE_ID_REGEX

public static final String CHANGE_ID_REGEX
CHANGE_ID_REGEX

See Also:
Constant Field Values
Constructor Detail

ChangeIdFilter

public ChangeIdFilter()
Create change id filter

Method Detail

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.