Interface GitTag

  • All Known Implementing Classes:
    JGitTag

    public interface GitTag
    This interface specifies the basic properties needed for the mojos to access the information about a Git tag
    Author:
    Sebastian Staudt
    • Method Detail

      • getDate

        Date getDate()
        Returns the date when this tag has been created
        Returns:
        The creation date of this tag
      • getName

        String getName()
        Returns the name of this tag
        Returns:
        The name of this tag
      • getTimeZone

        TimeZone getTimeZone()
        Returns the timezone in which this tag has been created
        Returns:
        The timezone of this tag