Uses of Class
org.eclipse.jgit.lib.RebaseTodoLine
-
Packages that use RebaseTodoLine Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of RebaseTodoLine in org.eclipse.jgit.api
Method parameters in org.eclipse.jgit.api with type arguments of type RebaseTodoLine Modifier and Type Method Description voidRebaseCommand.InteractiveHandler. prepareSteps(List<RebaseTodoLine> steps)Callback API to modify the initial list of interactive rebase steps. -
Uses of RebaseTodoLine in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return types with arguments of type RebaseTodoLine Modifier and Type Method Description List<RebaseTodoLine>RebaseTodoFile. readRebaseTodo(String path, boolean includeComments)Read a file formatted like the git-rebase-todo file.List<RebaseTodoLine>Repository. readRebaseTodo(String path, boolean includeComments)Read a file formatted like the git-rebase-todo file.Method parameters in org.eclipse.jgit.lib with type arguments of type RebaseTodoLine Modifier and Type Method Description voidRebaseTodoFile. writeRebaseTodoFile(String path, List<RebaseTodoLine> steps, boolean append)Write a file formatted like a git-rebase-todo file.voidRepository. writeRebaseTodoFile(String path, List<RebaseTodoLine> steps, boolean append)Write a file formatted like a git-rebase-todo file.
-