Interface FileItem

  • All Known Implementing Classes:
    ImmutableFileItem

    @Immutable
    public interface FileItem
    • Method Detail

      • sha

        String sha()
        Commit sha value.
      • filename

        String filename()
        Commit node_id.
      • status

        @Nullable
        String status()
        Commit API URL.
      • additions

        @Nullable
        Integer additions()
      • deletions

        @Nullable
        Integer deletions()
        Author commit user.
      • changes

        @Nullable
        Integer changes()
      • blobUrl

        @Nullable
        URI blobUrl()
      • rawUrl

        @Nullable
        URI rawUrl()
      • contentsUrl

        @Nullable
        URI contentsUrl()
      • patch

        @Nullable
        String patch()