java.lang.Object
org.eclipse.jgit.transport.PushConfig
Push section of a Git configuration file.
- Since:
- 4.9
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Git config values forpush.default
.static enum
Git config values forpush.recurseSubmodules
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the value of git configpush.default
.Retrieves the value of git configpush.recurseSubmodules
.
-
Constructor Details
-
PushConfig
Creates a new instance.- Parameters:
config
-Config
to fill thePushConfig
from- Since:
- 6.1
-
-
Method Details
-
getRecurseSubmodules
Retrieves the value of git configpush.recurseSubmodules
.- Returns:
- the value
- Since:
- 6.1
-
getPushDefault
Retrieves the value of git configpush.default
.- Returns:
- the value
- Since:
- 6.1
-