Uses of Enum Class
org.eclipse.jgit.transport.PushConfig.PushDefault
Packages that use PushConfig.PushDefault
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of PushConfig.PushDefault in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as PushConfig.PushDefaultMethods in org.eclipse.jgit.api that return PushConfig.PushDefaultModifier and TypeMethodDescriptionPushCommand.getPushDefault()
Retrieves thePushConfig.PushDefault
currently set.Methods in org.eclipse.jgit.api with parameters of type PushConfig.PushDefaultModifier and TypeMethodDescriptionPushCommand.setPushDefault
(PushConfig.PushDefault pushDefault) Sets an explicitPushConfig.PushDefault
. -
Uses of PushConfig.PushDefault in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PushConfig.PushDefaultMethods in org.eclipse.jgit.transport that return PushConfig.PushDefaultModifier and TypeMethodDescriptionPushConfig.getPushDefault()
Retrieves the value of git configpush.default
.static PushConfig.PushDefault
Returns the enum constant of this class with the specified name.static PushConfig.PushDefault[]
PushConfig.PushDefault.values()
Returns an array containing the constants of this enum class, in the order they are declared.