|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGitInternalException | |
---|---|
org.eclipse.jgit.api |
Uses of JGitInternalException in org.eclipse.jgit.api |
---|
Methods in org.eclipse.jgit.api that throw JGitInternalException | |
---|---|
LogCommand |
LogCommand.add(AnyObjectId start)
Mark a commit to start graph traversal from. |
PushCommand |
PushCommand.add(String nameOrSpec)
Add a reference to push. |
LogCommand |
LogCommand.addRange(AnyObjectId since,
AnyObjectId until)
Adds the range since..until |
RebaseResult |
RebaseCommand.call()
Executes the Rebase command with all the options and parameters
collected by the setter methods of this class. |
Note |
RemoveNoteCommand.call()
|
RevTag |
TagCommand.call()
Executes the tag command with all the options and parameters
collected by the setter methods of this class. |
Iterable<PushResult> |
PushCommand.call()
Executes the push command with all the options and parameters
collected by the setter methods of this class. |
FetchResult |
FetchCommand.call()
Executes the fetch command with all the options and parameters
collected by the setter methods of this class. |
Note |
ShowNoteCommand.call()
|
Note |
AddNoteCommand.call()
|
List<String> |
DeleteBranchCommand.call()
|
List<Note> |
ListNotesCommand.call()
|
Ref |
CreateBranchCommand.call()
|
Git |
CloneCommand.call()
Executes the Clone command. |
List<Ref> |
ListBranchCommand.call()
|
List<String> |
DeleteTagCommand.call()
|
Iterable<RevCommit> |
LogCommand.call()
Executes the Log command with all the options and parameters
collected by the setter methods (e.g. |
List<RevTag> |
ListTagCommand.call()
|
RevCommit |
CommitCommand.call()
Executes the commit command with all the options and parameters
collected by the setter methods of this class. |
BlameResult |
BlameCommand.call()
Generate a list of lines with information about when the lines were introduced into the file path. |
Ref |
CheckoutCommand.call()
|
Git |
InitCommand.call()
Executes the Init command. |
LogCommand |
LogCommand.not(AnyObjectId start)
Same as --not start , or ^start |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |