| Package | Description |
|---|---|
| org.gitective.core.filter.commit |
| Modifier and Type | Class and Description |
|---|---|
class |
LongestAuthorEmailFilter
Filter to track the commit(s) with the longest author email address
|
class |
LongestAuthorNameFilter
Filter to track the commit(s) with the longest author name
|
class |
LongestCommitterEmailFilter
Filter to track the commit(s) with the longest committer email address
|
class |
LongestCommitterNameFilter
Filter to track the commit(s) with the longest committer name
|
class |
LongestMessageFilter
Filter to track the commit(s) with the longest message
|
class |
LongestPersonEmailFilter
Base filter to track the commit(s) with the longest email address for a
PersonIdent associated with each commit |
class |
LongestPersonNameFilter
Base filter to track the commit(s) with the longest name for a
PersonIdent associated with each commit |
class |
ShortestAuthorEmailFilter
Filter to track the commit(s) with the shortest author email address
|
class |
ShortestAuthorNameFilter
Filter to track the commit(s) with the shortest author name
|
class |
ShortestCommitterEmailFilter
Filter to track the commit(s) with the shortest author email address
|
class |
ShortestCommitterNameFilter
Filter to track the commit(s) with the shortest committer name
|
class |
ShortestMessageFilter
Filter to track the commit(s) with the shortest message
|
class |
ShortestPersonEmailFilter
Base filter to track the commit(s) with the shortest email address for a
PersonIdent associated with each commit |
class |
ShortestPersonNameFilter
Base filter to track the commit(s) with the shortest name for a
PersonIdent associated with each commit |
Copyright © 2011-2015. All Rights Reserved.