Uses of Class
org.eclipse.jgit.lib.CoreConfig.LogRefUpdates
-
Packages that use CoreConfig.LogRefUpdates Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CoreConfig.LogRefUpdates in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as CoreConfig.LogRefUpdates Modifier and Type Field Description private CoreConfig.LogRefUpdates
CoreConfig. logAllRefUpdates
Methods in org.eclipse.jgit.lib that return CoreConfig.LogRefUpdates Modifier and Type Method Description static CoreConfig.LogRefUpdates
CoreConfig.LogRefUpdates. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CoreConfig.LogRefUpdates[]
CoreConfig.LogRefUpdates. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-