Interface GitTag


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 Summary

    Modifier and Type
    Method
    Description
    Returns the date when this tag has been created
    Returns the name of this tag
    Returns the timezone in which this tag has been created
    boolean
     
  • Method Details

    • 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
    • isLoaded

      boolean isLoaded()
      Returns:
      true, if this tag’s metadata has been loaded
      See Also: