Interface Tags


  • @Immutable
    public interface Tags
    Github Git Data Tags.
    Since:
    0.8
    Version:
    $Id: de6995a7d7398d3f59de91d73edb0d7cca4bec37 $
    Author:
    Carlos Miranda (miranda.cma@gmail.com)
    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