public interface VcsLogStructureFilter extends VcsLogDetailsFilter
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getDisplayText() |
java.util.Collection<FilePath> |
getFiles()
Returns files which are affected by matching commits, and folders containing such files.
|
default VcsLogFilterCollection.FilterKey<VcsLogStructureFilter> |
getKey() |
matchesjava.util.Collection<FilePath> getFiles()
Returns files which are affected by matching commits, and folders containing such files.
That is: the commit A (made in the given VCS root) modifying file f.txt matches this filter, if this method returns a set which includes a folder containing f.txt, or the file f.txt itself.
default VcsLogFilterCollection.FilterKey<VcsLogStructureFilter> getKey()
getKey in interface VcsLogFilterdefault java.lang.String getDisplayText()
getDisplayText in interface VcsLogFilter