Class DatedRevTag


  • public class DatedRevTag
    extends Object
    • Field Detail

      • id

        public final org.eclipse.jgit.lib.AnyObjectId id
      • tagName

        public final String tagName
      • date

        public final org.joda.time.DateTime date
    • Constructor Detail

      • DatedRevTag

        public DatedRevTag​(org.eclipse.jgit.revwalk.RevTag tag)
      • DatedRevTag

        public DatedRevTag​(org.eclipse.jgit.lib.AnyObjectId id,
                           String tagName)
      • DatedRevTag

        public DatedRevTag​(org.eclipse.jgit.lib.AnyObjectId id,
                           String tagName,
                           org.joda.time.DateTime date)