Uses of Enum
org.eclipse.jgit.lib.RepositoryState
Packages that use RepositoryState
-
Uses of RepositoryState in org.eclipse.jgit.lib
Subclasses with type arguments of type RepositoryState in org.eclipse.jgit.libModifier and TypeClassDescriptionenumImportant state of the repository that affects what can and cannot bed done.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.