Uses of Class
org.eclipse.jgit.api.errors.GitAPIException
-
Packages that use GitAPIException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.api.errors Exceptions thrown by API commands.org.eclipse.jgit.gitrepo org.eclipse.jgit.pgm -
-
Uses of GitAPIException in org.eclipse.jgit.api
Subclasses of GitAPIException in org.eclipse.jgit.api Modifier and Type Class Description static classArchiveCommand.UnsupportedFormatExceptionSignals an attempt to use an archival format that ArchiveCommand doesn't know about (for example due to a typo).static classSubmoduleDeinitCommand.NoSuchSubmoduleExceptionThe user tried to deinitialize a submodule that doesn't exist in the index.Methods in org.eclipse.jgit.api that throw GitAPIException Modifier and Type Method Description private RebaseResultRebaseCommand. abort(RebaseResult result)private voidRebaseCommand. autoStash()private booleanRebaseCommand. autoStashApply()private java.util.List<RevCommit>RebaseCommand. calculatePickList(RevCommit headCommit)DirCacheAddCommand. call()NoteAddNoteCommand. call()ApplyResultApplyCommand. call()java.io.OutputStreamArchiveCommand. call()BlameResultBlameCommand. call()RefCheckoutCommand. call()CherryPickResultCherryPickCommand. call()java.util.Set<java.lang.String>CleanCommand. call()GitCloneCommand. call()RevCommitCommitCommand. call()RefCreateBranchCommand. call()java.util.List<java.lang.String>DeleteBranchCommand. call()java.util.List<java.lang.String>DeleteTagCommand. call()java.lang.StringDescribeCommand. call()java.util.List<DiffEntry>DiffCommand. call()FetchResultFetchCommand. call()java.util.PropertiesGarbageCollectCommand. call()abstract TGitCommand. call()GitInitCommand. call()java.util.List<Ref>ListBranchCommand. call()java.util.List<Note>ListNotesCommand. call()java.util.List<Ref>ListTagCommand. call()java.lang.Iterable<RevCommit>LogCommand. call()java.util.Collection<Ref>LsRemoteCommand. call()MergeResultMergeCommand. call()java.util.Map<ObjectId,java.lang.String>NameRevCommand. call()PullResultPullCommand. call()java.lang.Iterable<PushResult>PushCommand. call()RebaseResultRebaseCommand. call()java.util.Collection<ReflogEntry>ReflogCommand. call()RemoteConfigRemoteAddCommand. call()java.util.List<RemoteConfig>RemoteListCommand. call()RemoteConfigRemoteRemoveCommand. call()RemoteConfigRemoteSetUrlCommand. call()NoteRemoveNoteCommand. call()RefRenameBranchCommand. call()RefResetCommand. call()RevCommitRevertCommand. call()DirCacheRmCommand. call()NoteShowNoteCommand. call()ObjectIdStashApplyCommand. call()RevCommitStashCreateCommand. call()ObjectIdStashDropCommand. call()java.util.Collection<RevCommit>StashListCommand. call()StatusStatusCommand. call()RepositorySubmoduleAddCommand. call()java.util.Collection<SubmoduleDeinitResult>SubmoduleDeinitCommand. call()java.util.Collection<java.lang.String>SubmoduleInitCommand. call()java.util.Map<java.lang.String,SubmoduleStatus>SubmoduleStatusCommand. call()java.util.Map<java.lang.String,java.lang.String>SubmoduleSyncCommand. call()java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.RefTagCommand. call()java.util.Map<java.lang.String,Ref>LsRemoteCommand. callAsMap()Same asLsRemoteCommand.call(), but return Map instead of Collection.private SubmoduleDeinitCommand.SubmoduleDeinitStatusSubmoduleDeinitCommand. checkDirty(RevWalk revWalk, java.lang.String path)Check if a submodule is dirty.private voidCloneCommand. checkout(Repository clonedRepo, FetchResult result)private voidResetCommand. checkoutIndex(ObjectId commitTree)private RebaseResultRebaseCommand. cherryPickCommit(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick)private voidCloneCommand. cloneSubmodules(Repository clonedRepo)private RevCommitRebaseCommand. continueRebase()private RevCommitRebaseCommand. doSquashFixup(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, java.io.File messageFixup, java.io.File messageSquash)private java.util.Map<java.lang.String,Ref>LsRemoteCommand. execute()private FetchResultCloneCommand. fetch(Repository clonedRepo, URIish u)private voidFetchCommand. fetchSubmodules(FetchResult results)private RebaseResultRebaseCommand. finishRebase(RevCommit finalHead, boolean lastStepIsForward)private RefStashCreateCommand. getHead()private RepositorySubmoduleUpdateCommand. getOrCloneSubmodule(SubmoduleWalk generator, java.lang.String url)private RefStashDropCommand. getRef()private ObjectIdStashApplyCommand. getStashId()java.util.PropertiesGarbageCollectCommand. getStatistics()Computes and returns the repository statistics.private RepositoryCloneCommand. init()private RebaseResultRebaseCommand. initFilesAndRewind()private RebaseResultRebaseCommand. processStep(RebaseTodoLine step, boolean shouldPick)private voidRebaseCommand. resetSoftToParent()private RevCommitRebaseCommand. squashIntoPrevious(boolean sequenceContainsSquash, RebaseTodoLine nextStep)private RevCommitRebaseCommand. tryFastForward(java.lang.String headName, RevCommit oldCommit, RevCommit newCommit)RevCommitRebaseCommand. tryFastForward(RevCommit newCommit)Check if we can fast-forward and returns the new head if it is possible -
Uses of GitAPIException in org.eclipse.jgit.api.errors
Subclasses of GitAPIException in org.eclipse.jgit.api.errors Modifier and Type Class Description classAbortedByHookExceptionException thrown when a hook returns a process result with a value different from 0.classCanceledExceptionException thrown when an operation was canceledclassCannotDeleteCurrentBranchExceptionThrown when trying to delete a branch which is currently checked outclassCheckoutConflictExceptionException thrown when a command can't succeed because of unresolved conflicts.classConcurrentRefUpdateExceptionException thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.classDetachedHeadExceptionException thrown when a command expected a non-detachedHEADreferenceclassEmptyCommitExceptionException thrown when a newly created commit does not contain any changesclassFilterFailedExceptionException thrown when the execution of a filter command failedclassInvalidConfigurationExceptionException thrown when a command fails due to an invalid configurationclassInvalidMergeHeadsExceptionException thrown when a merge command was called without specifying the proper amount/type of merge heads.classInvalidRebaseStepExceptionException thrown if a rebase step is invalid.classInvalidRefNameExceptionException thrown when an invalid Ref name was encounteredclassInvalidRemoteExceptionException thrown when a fetch command was called with an invalid remoteclassInvalidTagNameExceptionException thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.classMultipleParentsNotAllowedExceptionThe commit to be cherry-pick'ed did not have exactly one parentclassNoFilepatternExceptionException thrown when the options given to a command don't include a file pattern which is mandatory for processing.classNoHeadExceptionException thrown when a command expected theHEADreference to exist but couldn't find such a referenceclassNoMessageExceptionException thrown when the options given to a command don't include a specification of a message text (e.g.classNotMergedExceptionThrown when branch deletion fails due to unmerged dataclassPatchApplyExceptionException thrown when applying a patch failsclassPatchFormatExceptionException thrown when applying a patch fails due to an invalid formatclassRefAlreadyExistsExceptionThrown when trying to create aRefwith the same name as an existing oneclassRefNotAdvertisedExceptionThrown when a ref is not found in advertised refsclassRefNotFoundExceptionThrown when a Ref can not be resolvedclassServiceUnavailableExceptionException thrown when an optional service is not availableclassStashApplyFailureExceptionThrown from StashApplyCommand when stash apply failsclassTooLargeObjectInPackExceptionException thrown when PackParser finds an object larger than a predefined limitclassTooLargePackExceptionException thrown when the server rejected a too large packclassTransportExceptionException thrown when transport operation failedclassUnmergedPathsExceptionThrown when branch deletion fails due to unmerged dataclassUnsupportedSigningFormatExceptionException thrown when the configured gpg.format is not supported.classWrongObjectTypeExceptionA given object is not of an expected object type.classWrongRepositoryStateExceptionException thrown when the state of the repository doesn't allow the execution of a certain command. -
Uses of GitAPIException in org.eclipse.jgit.gitrepo
Subclasses of GitAPIException in org.eclipse.jgit.gitrepo Modifier and Type Class Description private static classRepoCommand.ManifestErrorExceptionprivate static classRepoCommand.RemoteUnavailableExceptionMethods in org.eclipse.jgit.gitrepo that throw GitAPIException Modifier and Type Method Description private voidRepoCommand. addSubmodule(java.lang.String name, java.lang.String url, java.lang.String path, java.lang.String revision, java.util.List<RepoProject.CopyFile> copyfiles, java.util.List<RepoProject.LinkFile> linkfiles, Git git)RevCommitRepoCommand. call()default byte[]RepoCommand.RemoteReader. readFile(java.lang.String uri, java.lang.String ref, java.lang.String path)Deprecated.RepoCommand.RemoteFileRepoCommand.DefaultRemoteReader. readFileWithMode(java.lang.String uri, java.lang.String ref, java.lang.String path)RepoCommand.RemoteFileRepoCommand.RemoteReader. readFileWithMode(java.lang.String uri, java.lang.String ref, java.lang.String path)Read contents and mode (i.e.java.io.InputStreamManifestParser.IncludedFileReader. readIncludeFile(java.lang.String path)Read a file from the same base dir of the manifest xml file.ObjectIdRepoCommand.DefaultRemoteReader. sha1(java.lang.String uri, java.lang.String ref)ObjectIdRepoCommand.RemoteReader. sha1(java.lang.String uri, java.lang.String ref)Read a remote ref sha1. -
Uses of GitAPIException in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that throw GitAPIException Modifier and Type Method Description private voidBranch. list()
-