Interface Tags


  • @Immutable
    public interface Tags
    Github Git Data Tags.
    Since:
    0.8
    Version:
    $Id: 423925e422a2045793b0c3e33371801c38ebdd2f $
    Author:
    Carlos Miranda ([email protected])
    See Also:
    Tags API
    • Method Detail

      • repo

        Repo repo()
        Owner of them.
        Returns:
        Repo
      • create

        Tag create​(javax.json.JsonObject params)
            throws IOException
        Create a Tag object.
        Parameters:
        params - The input for creating the Tag.
        Returns:
        Tag
        Throws:
        IOException - - If anything goes wrong.
      • get

        Tag get​(String sha)
        Return a Tag by its SHA.
        Parameters:
        sha - The sha of the Tag.
        Returns:
        Tag