Uses of Class
org.eclipse.jgit.api.errors.JGitInternalException

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(java.lang.String nameOrSpec)
          Add a reference to push.
 LogCommand LogCommand.addRange(AnyObjectId since, AnyObjectId until)
          Adds the range since..until
 Ref CheckoutCommand.call()
           
 FetchResult FetchCommand.call()
          Executes the fetch command with all the options and parameters collected by the setter methods of this class.
 java.util.List<RevTag> ListTagCommand.call()
           
 java.util.List<java.lang.String> DeleteTagCommand.call()
           
 Note AddNoteCommand.call()
           
 java.util.List<Ref> ListBranchCommand.call()
           
 Git InitCommand.call()
          Executes the Init command.
 RevCommit CommitCommand.call()
          Executes the commit command with all the options and parameters collected by the setter methods of this class.
 RevTag TagCommand.call()
          Executes the tag command with all the options and parameters collected by the setter methods of this class.
 Note ShowNoteCommand.call()
           
 Git CloneCommand.call()
          Executes the Clone command.
 java.lang.Iterable<RevCommit> LogCommand.call()
          Executes the Log command with all the options and parameters collected by the setter methods (e.g.
 java.util.List<Note> ListNotesCommand.call()
           
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 Ref CreateBranchCommand.call()
           
 BlameResult BlameCommand.call()
          Generate a list of lines with information about when the lines were introduced into the file path.
 Note RemoveNoteCommand.call()
           
 java.util.List<java.lang.String> DeleteBranchCommand.call()
           
 java.lang.Iterable<PushResult> PushCommand.call()
          Executes the push command with all the options and parameters collected by the setter methods of this class.
 LogCommand LogCommand.not(AnyObjectId start)
          Same as --not start, or ^start
 



Copyright © 2011. All Rights Reserved.