Uses of Enum
org.eclipse.jgit.lib.RepositoryState
Packages that use RepositoryState
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of RepositoryState in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type RepositoryStateModifier and TypeMethodDescriptionprivate booleanCommitCommand.isMergeDuringRebase(RepositoryState state) private voidCommitCommand.processOptions(RepositoryState state, RevWalk rw) Sets default values for not explicitly specified options.private voidTagCommand.processOptions(RepositoryState state) Sets default values for not explicitly specified options. -
Uses of RepositoryState in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RepositoryStateModifier and TypeMethodDescriptionRepository.getRepositoryState()Get the repository statestatic RepositoryStateReturns the enum constant of this type with the specified name.static RepositoryState[]RepositoryState.values()Returns an array containing the constants of this enum type, in the order they are declared.