Package org.eclipse.jgit.internal.ketch
Class RemoteGitReplica.RemoteCommand
- java.lang.Object
-
- org.eclipse.jgit.transport.RemoteRefUpdate
-
- org.eclipse.jgit.internal.ketch.RemoteGitReplica.RemoteCommand
-
- Enclosing class:
- RemoteGitReplica
static class RemoteGitReplica.RemoteCommand extends RemoteRefUpdate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.transport.RemoteRefUpdate
RemoteRefUpdate.Status
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ReceiveCommand
cmd
-
Constructor Summary
Constructors Constructor Description RemoteCommand(ReceiveCommand cmd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
copyStatusToResult()
-
Methods inherited from class org.eclipse.jgit.transport.RemoteRefUpdate
getExpectedOldObjectId, getMessage, getNewObjectId, getRemoteName, getSrcRef, getStatus, getTrackingRefUpdate, hasTrackingRefUpdate, isDelete, isExpectingOldObjectId, isFastForward, isForceUpdate, toString, updateTrackingRef
-
-
-
-
Field Detail
-
cmd
final ReceiveCommand cmd
-
-
Constructor Detail
-
RemoteCommand
RemoteCommand(ReceiveCommand cmd) throws java.io.IOException
- Throws:
java.io.IOException
-
-