Uses of Class
org.eclipse.jgit.lib.BranchConfig.BranchRebaseMode
-
Packages that use BranchConfig.BranchRebaseMode Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lib 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.BranchRebaseMode Modifier and Type Field Description private BranchConfig.BranchRebaseMode
PullCommand. pullRebaseMode
Methods in org.eclipse.jgit.api that return BranchConfig.BranchRebaseMode Modifier and Type Method Description static BranchConfig.BranchRebaseMode
PullCommand. getRebaseMode(java.lang.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.BranchRebaseMode Modifier and Type Method Description PullCommand
PullCommand. 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.BranchRebaseMode Modifier and Type Method Description BranchConfig.BranchRebaseMode
BranchConfig. getRebaseMode()
Retrieves the config value of branch.[name].rebase.static BranchConfig.BranchRebaseMode
BranchConfig.BranchRebaseMode. valueOf(java.lang.String name)
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.
-