Modifier and Type | Class and Description |
---|---|
class |
GitDetachedHeadException
Exception thrown to indicate the bare clone backing a repository has a detached HEAD, which is an unsupported
configuration.
|
class |
GitNotFoundException
Thrown when the
git binary is not installed on the system. |
class |
GitRepositoryLayoutException
Thrown when a repository operation fails because the layout of the repository on disk does not follow the expected
format.
|
class |
GitUnsupportedVersionException |
Modifier and Type | Class and Description |
---|---|
class |
GitBranchNotMergedException
Thrown when an operation cannot be completed because the related branch is not fully merged.
|
Modifier and Type | Class and Description |
---|---|
class |
GitFetchAuthenticationException |
class |
GitFetchAuthorisationException |
class |
GitFetchException |
Modifier and Type | Class and Description |
---|---|
class |
GitMergeException |
class |
GitNoCommonAncestorException
Error thrown when two or more refs have no common ancestor.
|
class |
GitNonFastForwardMergeRejectedException |
Modifier and Type | Class and Description |
---|---|
class |
GitNonFastForwardUpdateRejectedException
Indicates a non-forced push to a ref failed because it was not fast-forward.
|
Modifier and Type | Class and Description |
---|---|
class |
GitRebaseException |
Copyright © 2019 Atlassian. All rights reserved.