Interface Tags


@Immutable public interface Tags
GitHub Git Data Tags.
Since:
0.8
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    create(jakarta.json.JsonObject params)
    Create a Tag object.
    get(String sha)
    Return a Tag by its SHA.
    Owner of them.
  • Method Details

    • repo

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

      Tag create(jakarta.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