public abstract class RefConfigSection extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALL
Pattern that matches all references in a project.
|
static String |
HEADS
Pattern that matches all branches in a project.
|
protected String |
name |
static String |
REGEX_PREFIX
Prefix that triggers a regular expression pattern.
|
Constructor and Description |
---|
RefConfigSection() |
RefConfigSection(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
static boolean |
isValid(String name) |
void |
setName(String name) |
public static final String ALL
public static final String HEADS
public static final String REGEX_PREFIX
protected String name
public RefConfigSection()
public RefConfigSection(String name)