public class DatedRevTag extends Object
| Modifier and Type | Field and Description |
|---|---|
org.joda.time.DateTime |
date |
org.eclipse.jgit.lib.AnyObjectId |
id |
String |
tagName |
| Constructor and Description |
|---|
DatedRevTag(org.eclipse.jgit.lib.AnyObjectId id,
String tagName) |
DatedRevTag(org.eclipse.jgit.lib.AnyObjectId id,
String tagName,
org.joda.time.DateTime date) |
DatedRevTag(org.eclipse.jgit.revwalk.RevTag tag) |
public final org.eclipse.jgit.lib.AnyObjectId id
public final String tagName
public final org.joda.time.DateTime date
Copyright © 2014. All Rights Reserved.