Uses of Class
org.eclipse.jgit.api.ApplyCommand.Result.Error
-
Packages that use ApplyCommand.Result.Error Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ApplyCommand.Result.Error in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api with type parameters of type ApplyCommand.Result.Error Modifier and Type Field Description private java.util.List<ApplyCommand.Result.Error>
ApplyCommand.Result. errors
Methods in org.eclipse.jgit.api that return types with arguments of type ApplyCommand.Result.Error Modifier and Type Method Description java.util.List<ApplyCommand.Result.Error>
ApplyCommand.Result. getErrors()
Get errors
-