Java org.eclipse.jgit.transport RemoteRefUpdate fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport RemoteRefUpdate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport RemoteRefUpdate.

The text is from its open source code.

Constructor

Method

ObjectIdgetExpectedOldObjectId()
Get expected old object id
StringgetMessage()
Get message describing reasons of status when needed/possible; may be null.
ObjectIdgetNewObjectId()
Get new object id
StringgetRemoteName()
Get name of remote ref to update
StringgetSrcRef()
Get source revision as specified by user (in constructor)
StatusgetStatus()
Get status of remote ref update operation.
TrackingRefUpdategetTrackingRefUpdate()
Get tracking branch update if localName was set in constructor.
booleanisDelete()
Whether this update is a deleting update
booleanisExpectingOldObjectId()
Whether some object is required to be advertised by remote side, as set in constructor
booleanisFastForward()
Check whether update was fast-forward.
booleanisForceUpdate()
Whether this update is forced regardless of old remote ref object
StringtoString()