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