Uses of Enum
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.BranchRebaseModePullCommand.pullRebaseModeMethods 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.BranchRebaseModeto use after fetching. -
Uses of BranchConfig.BranchRebaseMode in org.eclipse.jgit.lib
Subclasses with type arguments of type BranchConfig.BranchRebaseMode in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic enumConfig values for branch.[name].rebase (and pull.rebase).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 type with the specified name.static BranchConfig.BranchRebaseMode[]BranchConfig.BranchRebaseMode.values()Returns an array containing the constants of this enum type, in the order they are declared.