Interface Reference


  • @Immutable
    public interface Reference
    Github Git Data Reference.
    Version:
    $Id: 3c1d7fb17df73b210345c2da47c7707f1697f235 $
    Author:
    Mihai Andronache ([email protected])
    • Method Detail

      • repo

        Repo repo()
        Return its owner repo.
        Returns:
        Repo
      • ref

        String ref()
        Return its name.
        Returns:
        String
      • json

        javax.json.JsonObject json()
                            throws IOException
        Return its Json.
        Returns:
        JsonObject
        Throws:
        IOException - - If something goes wrong.
      • patch

        void patch​(javax.json.JsonObject json)
            throws IOException
        Patch using this JSON object.
        Parameters:
        json - JSON object
        Throws:
        IOException - If there is any I/O problem