Schnittstelle GitTag

Alle bekannten Implementierungsklassen:
JGitTag

public interface GitTag
This interface specifies the basic properties needed for the mojos to access the information about a Git tag
Autor:
Sebastian Staudt
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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
     
  • Methodendetails

    • getDate

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

      String getName()
      Returns the name of this tag
      Gibt zurück:
      The name of this tag
    • getTimeZone

      TimeZone getTimeZone()
      Returns the timezone in which this tag has been created
      Gibt zurück:
      The timezone of this tag
    • isLoaded

      boolean isLoaded()
      Gibt zurück:
      true, if this tag’s metadata has been loaded
      Siehe auch: