public class RefModel extends Object implements Serializable, Comparable<RefModel>
| Modifier and Type | Field and Description |
|---|---|
String |
displayName |
org.eclipse.jgit.lib.Ref |
reference |
org.eclipse.jgit.revwalk.RevObject |
referencedObject |
| Constructor and Description |
|---|
RefModel(String displayName,
org.eclipse.jgit.lib.Ref ref,
org.eclipse.jgit.revwalk.RevObject refObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RefModel o) |
boolean |
equals(Object o) |
org.eclipse.jgit.lib.PersonIdent |
getAuthorIdent() |
Date |
getDate() |
String |
getFullMessage() |
String |
getName() |
org.eclipse.jgit.lib.ObjectId |
getObjectId() |
org.eclipse.jgit.lib.ObjectId |
getReferencedObjectId() |
int |
getReferencedObjectType() |
String |
getShortMessage() |
int |
hashCode() |
boolean |
isAnnotatedTag() |
String |
toString() |
public final String displayName
public final org.eclipse.jgit.revwalk.RevObject referencedObject
public transient org.eclipse.jgit.lib.Ref reference
public RefModel(String displayName, org.eclipse.jgit.lib.Ref ref, org.eclipse.jgit.revwalk.RevObject refObject)
public Date getDate()
public String getName()
public int getReferencedObjectType()
public org.eclipse.jgit.lib.ObjectId getReferencedObjectId()
public String getShortMessage()
public String getFullMessage()
public org.eclipse.jgit.lib.PersonIdent getAuthorIdent()
public org.eclipse.jgit.lib.ObjectId getObjectId()
public boolean isAnnotatedTag()
public int compareTo(RefModel o)
compareTo in interface Comparable<RefModel>Copyright © 2017. All rights reserved.