Class GHPullRequestFileDetail

    • Constructor Detail

      • GHPullRequestFileDetail

        public GHPullRequestFileDetail()
    • Method Detail

      • getFilename

        public String getFilename()
        Gets filename.
        Returns:
        the filename
      • getStatus

        public String getStatus()
        Gets status (added/modified/deleted).
        Returns:
        the status
      • getAdditions

        public int getAdditions()
        Gets additions.
        Returns:
        the additions
      • getDeletions

        public int getDeletions()
        Gets deletions.
        Returns:
        the deletions
      • getChanges

        public int getChanges()
        Gets changes.
        Returns:
        the changes
      • getBlobUrl

        public URL getBlobUrl()
        Gets blob url.
        Returns:
        the blob url
      • getRawUrl

        public URL getRawUrl()
        Gets raw url.
        Returns:
        the raw url
      • getContentsUrl

        public URL getContentsUrl()
        Gets contents url.
        Returns:
        the contents url
      • getPatch

        public String getPatch()
        Gets patch.
        Returns:
        the patch
      • getPreviousFilename

        public String getPreviousFilename()
        Gets previous filename.
        Returns:
        the previous filename