Uses of Enum Class
org.eclipse.jgit.transport.PushConfig.PushRecurseSubmodulesMode
Packages that use PushConfig.PushRecurseSubmodulesMode
-
Uses of PushConfig.PushRecurseSubmodulesMode in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PushConfig.PushRecurseSubmodulesModeModifier and TypeFieldDescriptionprivate final PushConfig.PushRecurseSubmodulesModePushConfig.recurseSubmodulesMethods in org.eclipse.jgit.transport that return PushConfig.PushRecurseSubmodulesModeModifier and TypeMethodDescriptionPushConfig.getRecurseSubmodules()Retrieves the value of git configpush.recurseSubmodules.Returns the enum constant of this class with the specified name.static PushConfig.PushRecurseSubmodulesMode[]PushConfig.PushRecurseSubmodulesMode.values()Returns an array containing the constants of this enum class, in the order they are declared.