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
 java.lang.Iterable<PushResult> PushCommand.call()
          Executes the push 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.
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 Ref CheckoutCommand.call()
           
 Note AddNoteCommand.call()
           
 java.util.Map<java.lang.String,java.lang.String> SubmoduleSyncCommand.call()
           
 Ref CreateBranchCommand.call()
           
 java.util.List<RevTag> ListTagCommand.call()
           
 Git CloneCommand.call()
          Executes the Clone command.
 Note RemoveNoteCommand.call()
           
 java.util.List<java.lang.String> DeleteBranchCommand.call()
           
 Repository SubmoduleAddCommand.call()
           
 java.util.List<java.lang.String> DeleteTagCommand.call()
           
 java.util.Collection<Ref> LsRemoteCommand.call()
          Executes the LsRemote command with all the options and parameters collected by the setter methods (e.g.
 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.Collection<java.lang.String> SubmoduleUpdateCommand.call()
           
 java.util.Collection<java.lang.String> SubmoduleInitCommand.call()
           
 java.util.List<Ref> ListBranchCommand.call()
           
 FetchResult FetchCommand.call()
          Executes the fetch command with all the options and parameters collected by the setter methods of this class.
 Git InitCommand.call()
          Executes the Init command.
 Note ShowNoteCommand.call()
           
 java.util.Map<java.lang.String,SubmoduleStatus> SubmoduleStatusCommand.call()
           
 java.util.List<Note> ListNotesCommand.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.
 LogCommand LogCommand.not(AnyObjectId start)
          Same as --not start, or ^start
 



Copyright © 2012. All Rights Reserved.