Constructor and Description |
---|
HiddenBranchRefFilter() |
Modifier and Type | Method and Description |
---|---|
Map<String,org.eclipse.jgit.lib.Ref> |
filter(Map<String,org.eclipse.jgit.lib.Ref> refs) |
static boolean |
isHidden(String branch)
Checks if a branch name matches the hidden branch regexp
|
public Map<String,org.eclipse.jgit.lib.Ref> filter(Map<String,org.eclipse.jgit.lib.Ref> refs)
filter
in interface org.eclipse.jgit.transport.RefFilter
public static boolean isHidden(String branch)
branch
- the branch you want to check.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.