Java org.eclipse.jgit.api CreateBranchCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api CreateBranchCommand fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

Refcall()
CreateBranchCommandsetForce(boolean force)
Set whether to create the branch forcefully
CreateBranchCommandsetName(String name)
Set the name of the new branch
CreateBranchCommandsetStartPoint(String startPoint)
Set the start point
CreateBranchCommandsetStartPoint(RevCommit startPoint)
Set the start point
CreateBranchCommandsetUpstreamMode(SetupUpstreamMode mode)
Set the upstream mode