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

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

Introduction

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

The text is from its open source code.

Method

StringgetLocalName()
Get the name of the local tracking ref.
ObjectIdgetNewObjectId()
Get the new value the ref will be (or was) updated to.
ObjectIdgetOldObjectId()
The old value of the ref, prior to the update being attempted.
StringgetRemoteName()
Get the name of the remote ref.
RefUpdate.ResultgetResult()
Get the status of this update.