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

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

Introduction

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

The text is from its open source code.

Field

RepositoryStateSAFE
A safe state for working normally
RepositoryStateMERGING
An unfinished merge.
RepositoryStateMERGING_RESOLVED
An merge where all conflicts have been resolved.
RepositoryStateCHERRY_PICKING
An unfinished cherry-pick.
RepositoryStateCHERRY_PICKING_RESOLVED
A cherry-pick where all conflicts have been resolved.
RepositoryStateREVERTING_RESOLVED
A revert where all conflicts have been resolved.
RepositoryStateREBASING_MERGE
An unfinished rebase with merge.
RepositoryStateREBASING_INTERACTIVE
An unfinished interactive rebase.

Method