Uses of Enum Class
org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
Packages that use BranchConfig.BranchRebaseMode
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of BranchConfig.BranchRebaseMode in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as BranchConfig.BranchRebaseModeModifier and TypeFieldDescriptionprivate BranchConfig.BranchRebaseMode
PullCommand.pullRebaseMode
Methods in org.eclipse.jgit.api that return BranchConfig.BranchRebaseModeModifier and TypeMethodDescriptionPullCommand.getRebaseMode
(String branchName, Config config) Reads the rebase mode to use for a pull command from the repository configuration.Methods in org.eclipse.jgit.api with parameters of type BranchConfig.BranchRebaseModeModifier and TypeMethodDescriptionPullCommand.setRebase
(BranchConfig.BranchRebaseMode rebaseMode) Sets theBranchConfig.BranchRebaseMode
to use after fetching. -
Uses of BranchConfig.BranchRebaseMode in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return BranchConfig.BranchRebaseModeModifier and TypeMethodDescriptionBranchConfig.getRebaseMode()
Retrieves the config value of branch.[name].rebase.Returns the enum constant of this class with the specified name.static BranchConfig.BranchRebaseMode[]
BranchConfig.BranchRebaseMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.