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
Methods in org.eclipse.jgit.api with parameters of type RebaseTodoLine Modifier and Type Method Description private RevCommitRebaseCommand. doSquashFixup(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, java.io.File messageFixup, java.io.File messageSquash)private RebaseResultRebaseCommand. processStep(RebaseTodoLine step, boolean shouldPick)private RevCommitRebaseCommand. squashIntoPrevious(boolean sequenceContainsSquash, RebaseTodoLine nextStep)Method parameters in org.eclipse.jgit.api with type arguments of type RebaseTodoLine Modifier and Type Method Description private voidRebaseCommand. checkSteps(java.util.List<RebaseTodoLine> steps)voidRebaseCommand.InteractiveHandler. prepareSteps(java.util.List<RebaseTodoLine> steps)Given list ofstepsshould be modified according to user rebase configuration -
Uses of RebaseTodoLine in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RebaseTodoLine Modifier and Type Method Description private static RebaseTodoLineRebaseTodoFile. parseLine(byte[] buf, int tokenBegin, int lineEnd)Methods in org.eclipse.jgit.lib that return types with arguments of type RebaseTodoLine Modifier and Type Method Description java.util.List<RebaseTodoLine>RebaseTodoFile. readRebaseTodo(java.lang.String path, boolean includeComments)Read a file formatted like the git-rebase-todo file.java.util.List<RebaseTodoLine>Repository. readRebaseTodo(java.lang.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 private static voidRebaseTodoFile. parseComments(byte[] buf, int tokenBegin, java.util.List<RebaseTodoLine> r, int lineEnd)voidRebaseTodoFile. writeRebaseTodoFile(java.lang.String path, java.util.List<RebaseTodoLine> steps, boolean append)Write a file formatted like a git-rebase-todo file.voidRepository. writeRebaseTodoFile(java.lang.String path, java.util.List<RebaseTodoLine> steps, boolean append)Write a file formatted like a git-rebase-todo file.
-