Java org.eclipse.jgit.lib BranchConfig fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib BranchConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.lib BranchConfig.

The text is from its open source code.

Constructor

BranchConfig(Config config, String branchName)
Create a new branch config, which will read configuration from config about specified branch.

Method

StringgetMerge()
Get the name of the upstream branch as it is called on the remote
BranchRebaseModegetRebaseMode()
Retrieves the config value of branch.[name].rebase.
StringgetRemote()
Get the remote this branch is configured to fetch from/push to
StringgetRemoteTrackingBranch()
Get the full remote-tracking branch name
StringgetTrackingBranch()
Get the full tracking branch name
booleanisRemoteLocal()
Whether the "remote" setting points to the local repository (with #LOCAL_REPOSITORY )