Interface Tag

All Superinterfaces:
JsonReadable

@Immutable public interface Tag extends JsonReadable
GitHub Git Data Tag.
Since:
0.8
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
    Return its sha.
    Return owner repo.

    Methods inherited from interface com.jcabi.github.JsonReadable

    json
  • Method Details

    • repo

      Repo repo()
      Return owner repo.
      Returns:
      Repo
    • key

      String key()
      Return its sha.
      Returns:
      String