Class FilesInCommitCollection

java.lang.Object
com.google.gerrit.server.restapi.project.FilesInCommitCollection
All Implemented Interfaces:
ChildCollection<CommitResource,FileResource>, RestCollection<CommitResource,FileResource>, RestView<CommitResource>

public class FilesInCommitCollection extends Object implements ChildCollection<CommitResource,FileResource>
like FilesCollection, but for commits that are specified as hex ID, rather than branch names.