Serialized Form
-
Package org.eclipse.jgit.api
-
Exception Class org.eclipse.jgit.api.ArchiveCommand.UnsupportedFormatException
class UnsupportedFormatException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
format
String format
-
-
Exception Class org.eclipse.jgit.api.SubmoduleDeinitCommand.NoSuchSubmoduleException
class NoSuchSubmoduleException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.api.errors
-
Exception Class org.eclipse.jgit.api.errors.AbortedByHookException
class AbortedByHookException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.CanceledException
class CanceledException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.CannotDeleteCurrentBranchException
class CannotDeleteCurrentBranchException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.CheckoutConflictException
class CheckoutConflictException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
class ConcurrentRefUpdateException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rc
RefUpdate.Result rc
-
ref
Ref ref
-
-
Exception Class org.eclipse.jgit.api.errors.DetachedHeadException
class DetachedHeadException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.EmptyCommitException
class EmptyCommitException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.FilterFailedException
class FilterFailedException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.GitAPIException
class GitAPIException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.InvalidConfigurationException
class InvalidConfigurationException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.InvalidMergeHeadsException
class InvalidMergeHeadsException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.InvalidRebaseStepException
class InvalidRebaseStepException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.InvalidRefNameException
class InvalidRefNameException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.InvalidRemoteException
class InvalidRemoteException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.InvalidTagNameException
class InvalidTagNameException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.JGitInternalException
class JGitInternalException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException
class MultipleParentsNotAllowedException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.NoFilepatternException
class NoFilepatternException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.NoHeadException
class NoHeadException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.NoMessageException
class NoMessageException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.NotMergedException
class NotMergedException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.PatchApplyException
class PatchApplyException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.PatchFormatException
class PatchFormatException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errors
List<FormatError> errors
-
-
Exception Class org.eclipse.jgit.api.errors.RefAlreadyExistsException
class RefAlreadyExistsException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
updateResult
RefUpdate.Result updateResult
-
-
Exception Class org.eclipse.jgit.api.errors.RefNotAdvertisedException
class RefNotAdvertisedException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.RefNotFoundException
class RefNotFoundException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.StashApplyFailureException
class StashApplyFailureException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.TooLargeObjectInPackException
class TooLargeObjectInPackException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.TooLargePackException
class TooLargePackException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.TransportException
class TransportException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.UnmergedPathsException
class UnmergedPathsException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
class UnsupportedSigningFormatException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.api.errors.WrongObjectTypeException
class WrongObjectTypeException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
type
int type
-
-
Exception Class org.eclipse.jgit.api.errors.WrongRepositoryStateException
class WrongRepositoryStateException extends GitAPIException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.awtui
-
Class org.eclipse.jgit.awtui.CommitGraphPane
class CommitGraphPane extends JTable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allCommits
SwingCommitList allCommits
-
-
-
Package org.eclipse.jgit.diff
-
Class org.eclipse.jgit.diff.EditList
- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.diff.SimilarityIndex.TableFullException
class TableFullException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.dircache
-
Exception Class org.eclipse.jgit.dircache.InvalidPathException
class InvalidPathException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.errors
-
Exception Class org.eclipse.jgit.errors.AmbiguousObjectException
class AmbiguousObjectException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
candidates
Collection<ObjectId> candidates
-
missing
AbbreviatedObjectId missing
-
-
Exception Class org.eclipse.jgit.errors.BinaryBlobException
class BinaryBlobException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.CancelledException
class CancelledException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.CheckoutConflictException
class CheckoutConflictException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conflicting
String[] conflicting
-
-
Exception Class org.eclipse.jgit.errors.CommandFailedException
class CommandFailedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
returnCode
int returnCode
-
-
Exception Class org.eclipse.jgit.errors.CompoundException
class CompoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.ConfigInvalidException
class ConfigInvalidException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.CorruptObjectException
class CorruptObjectException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorType
ObjectChecker.ErrorType errorType
-
-
Exception Class org.eclipse.jgit.errors.CorruptPackIndexException
class CorruptPackIndexException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorType
CorruptPackIndexException.ErrorType errorType
-
-
Exception Class org.eclipse.jgit.errors.DiffInterruptedException
class DiffInterruptedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.DirCacheNameConflictException
class DirCacheNameConflictException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.EntryExistsException
class EntryExistsException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.IllegalTodoFileModification
class IllegalTodoFileModification extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.IncorrectObjectTypeException
class IncorrectObjectTypeException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.IndexReadException
class IndexReadException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.IndexWriteException
class IndexWriteException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.InvalidObjectIdException
class InvalidObjectIdException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.InvalidPatternException
class InvalidPatternException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pattern
String pattern
-
-
Exception Class org.eclipse.jgit.errors.LargeObjectException
class LargeObjectException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
objectId
ObjectId objectId
-
-
Exception Class org.eclipse.jgit.errors.LargeObjectException.ExceedsByteArrayLimit
class ExceedsByteArrayLimit extends LargeObjectException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.LargeObjectException.ExceedsLimit
class ExceedsLimit extends LargeObjectException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
limit
long limit
-
size
long size
-
-
Exception Class org.eclipse.jgit.errors.LargeObjectException.OutOfMemory
class OutOfMemory extends LargeObjectException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.LockFailedException
class LockFailedException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
file
File file
-
-
Exception Class org.eclipse.jgit.errors.MissingBundlePrerequisiteException
class MissingBundlePrerequisiteException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.MissingObjectException
class MissingObjectException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
missing
ObjectId missing
-
-
Exception Class org.eclipse.jgit.errors.NoClosingBracketException
class NoClosingBracketException extends InvalidPatternException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.NoMergeBaseException
class NoMergeBaseException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reason
NoMergeBaseException.MergeBaseFailureReason reason
-
-
Exception Class org.eclipse.jgit.errors.NoPackSignatureException
class NoPackSignatureException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.NoRemoteRepositoryException
class NoRemoteRepositoryException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.NotSupportedException
class NotSupportedException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.NoWorkTreeException
class NoWorkTreeException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.ObjectWritingException
class ObjectWritingException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.PackInvalidException
class PackInvalidException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.PackMismatchException
class PackMismatchException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.PackProtocolException
class PackProtocolException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.RemoteRepositoryException
class RemoteRepositoryException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.RepositoryNotFoundException
class RepositoryNotFoundException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.RevisionSyntaxException
class RevisionSyntaxException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revstr
String revstr
-
-
Exception Class org.eclipse.jgit.errors.RevWalkException
class RevWalkException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.StopWalkException
class StopWalkException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException
class StoredObjectRepresentationNotAvailableException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.SymlinksNotSupportedException
class SymlinksNotSupportedException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.TooLargeObjectInPackException
class TooLargeObjectInPackException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.TooLargePackException
class TooLargePackException extends TransportException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.TranslationBundleException
class TranslationBundleException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.TranslationBundleLoadingException
class TranslationBundleLoadingException extends TranslationBundleException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.TranslationStringMissingException
class TranslationStringMissingException extends TranslationBundleException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
String key
-
-
Exception Class org.eclipse.jgit.errors.TransportException
class TransportException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.UnmergedPathException
class UnmergedPathException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entry
DirCacheEntry entry
-
-
Exception Class org.eclipse.jgit.errors.UnpackException
class UnpackException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.UnsupportedCredentialItem
class UnsupportedCredentialItem extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.UnsupportedPackIndexVersionException
class UnsupportedPackIndexVersionException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.errors.UnsupportedPackVersionException
class UnsupportedPackVersionException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.http.server
-
Class org.eclipse.jgit.http.server.GitServlet
class GitServlet extends MetaServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gitFilter
GitFilter gitFilter
-
-
-
Package org.eclipse.jgit.http.server.glue
-
Class org.eclipse.jgit.http.server.glue.ErrorServlet
class ErrorServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
status
int status
-
-
Class org.eclipse.jgit.http.server.glue.MetaServlet
class MetaServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
filter
MetaFilter filter
-
-
-
Package org.eclipse.jgit.internal.storage.file
-
Exception Class org.eclipse.jgit.internal.storage.file.FileReftableStack.ReftableNumbersNotIncreasingException
class ReftableNumbersNotIncreasingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lastMax
long lastMax
-
min
long min
-
name
String name
-
-
Class org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper.Entry
class Entry extends ObjectId implements Serializable-
Serialized Fields
-
flags
int flags
-
-
-
Class org.eclipse.jgit.internal.storage.file.PackFile
class PackFile extends File implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
class ReflogEntryImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
String comment
-
newId
ObjectId newId
-
oldId
ObjectId oldId
-
who
PersonIdent who
-
-
-
Package org.eclipse.jgit.internal.storage.pack
-
Class org.eclipse.jgit.internal.storage.pack.BitmapCommit
class BitmapCommit extends ObjectId implements Serializable-
Serialized Fields
-
addToIndex
boolean addToIndex
-
flags
int flags
-
reuseWalker
boolean reuseWalker
-
-
-
Class org.eclipse.jgit.internal.storage.pack.ObjectToPack
class ObjectToPack extends PackedObjectInfo implements Serializable-
Serialized Fields
-
cachedDelta
DeltaCache.Ref cachedDelta
If present, deflated delta instruction stream for this object. -
deltaBase
ObjectId deltaBase
Other object being packed that this will delta against. -
flags
int flags
Bit field, from bit 0 to bit 31:- 1 bit: canReuseAsIs
- 1 bit: deltaAttempted
- 1 bit: doNotDelta
- 1 bit: edgeObject
- 1 bit: unused
- 3 bits: type
- 4 bits: subclass flags (if any)
- --
- 20 bits: deltaDepth
-
pathHash
int pathHash
Hash of the object's tree path.
-
-
-
-
Package org.eclipse.jgit.internal.storage.reftable
-
Exception Class org.eclipse.jgit.internal.storage.reftable.BlockSizeTooSmallException
class BlockSizeTooSmallException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
minBlockSize
int minBlockSize
-
-
-
Package org.eclipse.jgit.internal.submodule
-
Exception Class org.eclipse.jgit.internal.submodule.SubmoduleValidator.SubmoduleValidationException
class SubmoduleValidationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fsckMessageId
ObjectChecker.ErrorType fsckMessageId
-
-
-
Package org.eclipse.jgit.internal.transport.sshd
-
Exception Class org.eclipse.jgit.internal.transport.sshd.AuthenticationCanceledException
class AuthenticationCanceledException extends CancellationException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.internal.transport.sshd.proxy
-
Exception Class org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- -1634090143702048640L
-
-
Package org.eclipse.jgit.junit
-
Exception Class org.eclipse.jgit.junit.RepeatRule.RepeatedTestException
class RepeatedTestException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.junit.http
-
Exception Class org.eclipse.jgit.junit.http.RecordingLogger.Warning
class Warning extends Exception implements Serializable
-
-
Package org.eclipse.jgit.lfs.errors
-
Exception Class org.eclipse.jgit.lfs.errors.CorruptLongObjectException
class CorruptLongObjectException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentHash
AnyLongObjectId contentHash
-
id
AnyLongObjectId id
-
-
Exception Class org.eclipse.jgit.lfs.errors.CorruptMediaFile
class CorruptMediaFile extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expectedSize
long expectedSize
-
mediaFile
Path mediaFile
-
size
long size
-
-
Exception Class org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException
class InvalidLongObjectIdException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsBandwidthLimitExceeded
class LfsBandwidthLimitExceeded extends LfsException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsConfigInvalidException
class LfsConfigInvalidException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsException
class LfsException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsInsufficientStorage
class LfsInsufficientStorage extends LfsException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsRateLimitExceeded
class LfsRateLimitExceeded extends LfsException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsRepositoryNotFound
class LfsRepositoryNotFound extends LfsException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsRepositoryReadOnly
class LfsRepositoryReadOnly extends LfsException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsUnauthorized
class LfsUnauthorized extends LfsException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.lfs.errors.LfsValidationError
class LfsValidationError extends LfsException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.lfs.lib
-
Class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId
class AbbreviatedLongObjectId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nibbles
int nibbles
Number of half-bytes used by this id. -
w1
long w1
-
w2
long w2
-
w3
long w3
-
w4
long w4
-
-
Class org.eclipse.jgit.lfs.lib.LongObjectId
class LongObjectId extends AnyLongObjectId implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Package org.eclipse.jgit.lfs.server
-
Class org.eclipse.jgit.lfs.server.LfsProtocolServlet
class LfsProtocolServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.lfs.server.fs
-
Class org.eclipse.jgit.lfs.server.fs.FileLfsServlet
class FileLfsServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
repository
FileLfsRepository repository
-
timeout
long timeout
-
-
-
Package org.eclipse.jgit.lib
-
Class org.eclipse.jgit.lib.AbbreviatedObjectId
class AbbreviatedObjectId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nibbles
int nibbles
Number of half-bytes used by this id. -
w1
int w1
-
w2
int w2
-
w3
int w3
-
w4
int w4
-
w5
int w5
-
-
Class org.eclipse.jgit.lib.GpgSignature
class GpgSignature extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
byte[] signature
-
-
Class org.eclipse.jgit.lib.ObjectId
class ObjectId extends AnyObjectId implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Class org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
class Entry extends ObjectId implements Serializable -
Class org.eclipse.jgit.lib.PersonIdent
class PersonIdent extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.notes
-
Class org.eclipse.jgit.notes.Note
class Note extends ObjectId implements Serializable-
Serialized Fields
-
data
ObjectId data
-
-
-
Exception Class org.eclipse.jgit.notes.NotesMergeConflictException
class NotesMergeConflictException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.pgm
-
Exception Class org.eclipse.jgit.pgm.Die
class Die extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aborted
boolean aborted
-
-
Exception Class org.eclipse.jgit.pgm.TextBuiltin.TerminatedByHelpException
class TerminatedByHelpException extends Die implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.revplot
-
Class org.eclipse.jgit.revplot.PlotCommit
class PlotCommit extends RevCommit implements Serializable -
Class org.eclipse.jgit.revplot.PlotLane
class PlotLane extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
position
int position
-
-
-
Package org.eclipse.jgit.revwalk
-
Class org.eclipse.jgit.revwalk.DepthWalk.Commit
class Commit extends RevCommit implements Serializable-
Serialized Fields
-
depth
int depth
Depth of this commit in the graph, via shortest path. -
isBoundary
boolean isBoundary
-
makesChildBoundary
boolean makesChildBoundary
True if this commit was excluded due to a shallow fetch setting. All its children are thus boundary commits.
-
-
-
Class org.eclipse.jgit.revwalk.RevBlob
class RevBlob extends RevObject implements Serializable -
Class org.eclipse.jgit.revwalk.RevCommit
class RevCommit extends RevObject implements Serializable -
Class org.eclipse.jgit.revwalk.RevObject
class RevObject extends ObjectIdOwnerMap.Entry implements Serializable-
Serialized Fields
-
flags
int flags
-
-
-
Class org.eclipse.jgit.revwalk.RevTag
class RevTag extends RevObject implements Serializable -
Class org.eclipse.jgit.revwalk.RevTree
class RevTree extends RevObject implements Serializable
-
-
Package org.eclipse.jgit.transport
-
Exception Class org.eclipse.jgit.transport.FtpChannel.FtpException
class FtpException extends IOException implements Serializable- serialVersionUID:
- 7176525179280330876L
-
Serialized Fields
-
status
int status
-
-
Class org.eclipse.jgit.transport.PackedObjectInfo
class PackedObjectInfo extends ObjectIdOwnerMap.Entry implements Serializable-
Serialized Fields
-
crc
int crc
-
offset
long offset
-
sizeBeforeInflating
long sizeBeforeInflating
-
type
int type
-
-
-
Exception Class org.eclipse.jgit.transport.PacketLineIn.InputOverLimitIOException
class InputOverLimitIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.transport.RefLeaseSpec
class RefLeaseSpec extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.transport.RefSpec
class RefSpec extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allowMismatchedWildcards
RefSpec.WildcardMode allowMismatchedWildcards
Whether a wildcard is allowed on one side but not the other. -
dstName
String dstName
Name of the ref(s) we would copy into. -
force
boolean force
Does this specification ask for forced updated (rewind/reset)? -
srcName
String srcName
Name of the ref(s) we would copy from. -
wildcard
boolean wildcard
Is this specification actually a wildcard match?
-
-
Class org.eclipse.jgit.transport.RemoteConfig
class RemoteConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.transport.RequestNotYetReadException
class RequestNotYetReadException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.transport.ServiceMayNotContinueException
class ServiceMayNotContinueException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
output
boolean output
-
statusCode
int statusCode
-
-
Exception Class org.eclipse.jgit.transport.UploadPackInternalServerErrorException
class UploadPackInternalServerErrorException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.transport.URIish
class URIish extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.transport.WantNotValidException
class WantNotValidException extends PackProtocolException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.transport.WriteAbortedException
class WriteAbortedException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.transport.resolver
-
Exception Class org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
class ServiceNotAuthorizedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
class ServiceNotEnabledException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.util
-
Class org.eclipse.jgit.util.LRUMap
- serialVersionUID:
- 4329609127403759486L
-
Serialized Fields
-
limit
int limit
-
-
-
Package org.eclipse.jgit.util.io
-
Exception Class org.eclipse.jgit.util.io.AutoLFInputStream.IsBinaryException
class IsBinaryException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.util.sha1
-
Exception Class org.eclipse.jgit.util.sha1.Sha1CollisionException
class Sha1CollisionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-