public class VcsLogProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VcsLogProperties.VcsLogProperty<T> |
Modifier and Type | Field and Description |
---|---|
static VcsLogProperties.VcsLogProperty<java.lang.Boolean> |
CASE_INSENSITIVE_REGEX |
static VcsLogProperties.VcsLogProperty<java.lang.Boolean> |
HAS_COMMITTER
True if VCS has separate committer and committed date information which may differ from author and author date
|
static VcsLogProperties.VcsLogProperty<java.lang.Boolean> |
LIGHTWEIGHT_BRANCHES |
static VcsLogProperties.VcsLogProperty<java.lang.Boolean> |
SUPPORTS_INDEXING |
static VcsLogProperties.VcsLogProperty<java.lang.Boolean> |
SUPPORTS_LOG_DIRECTORY_HISTORY |
Constructor and Description |
---|
VcsLogProperties() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
get(VcsLogProvider provider,
VcsLogProperties.VcsLogProperty<T> property)
Deprecated.
|
public static final VcsLogProperties.VcsLogProperty<java.lang.Boolean> LIGHTWEIGHT_BRANCHES
public static final VcsLogProperties.VcsLogProperty<java.lang.Boolean> SUPPORTS_INDEXING
public static final VcsLogProperties.VcsLogProperty<java.lang.Boolean> SUPPORTS_LOG_DIRECTORY_HISTORY
public static final VcsLogProperties.VcsLogProperty<java.lang.Boolean> CASE_INSENSITIVE_REGEX
public static final VcsLogProperties.VcsLogProperty<java.lang.Boolean> HAS_COMMITTER
@Deprecated public static <T> T get(VcsLogProvider provider, VcsLogProperties.VcsLogProperty<T> property)
VcsLogProperties.VcsLogProperty.getOrDefault(VcsLogProvider)