public interface VcsLogBranchFilter extends VcsLogFilter
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getDisplayText() |
default VcsLogFilterCollection.FilterKey<VcsLogBranchFilter> |
getKey() |
java.util.Collection<java.lang.String> |
getTextPresentation()
Text presentation for the filter (to display in filter popup).
|
boolean |
matches(java.lang.String name)
Tells if a branch matches the filter.
|
boolean matches(java.lang.String name)
name
- branch name.java.util.Collection<java.lang.String> getTextPresentation()
default VcsLogFilterCollection.FilterKey<VcsLogBranchFilter> getKey()
getKey
in interface VcsLogFilter
default java.lang.String getDisplayText()
getDisplayText
in interface VcsLogFilter