Package com.google.gerrit.server.change
Class FileInfoJson
- java.lang.Object
-
- com.google.gerrit.server.change.FileInfoJson
-
public class FileInfoJson extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,FileInfo>
toFileInfoMap(Change change, PatchSet patchSet)
Map<String,FileInfo>
toFileInfoMap(Change change, org.eclipse.jgit.lib.ObjectId objectId, int parent)
Map<String,FileInfo>
toFileInfoMap(Change change, org.eclipse.jgit.lib.ObjectId objectId, PatchSet base)
Map<String,FileInfo>
toFileInfoMap(Project.NameKey project, PatchListKey key)
-
-
-
Method Detail
-
toFileInfoMap
public Map<String,FileInfo> toFileInfoMap(Change change, PatchSet patchSet) throws PatchListNotAvailableException
- Throws:
PatchListNotAvailableException
-
toFileInfoMap
public Map<String,FileInfo> toFileInfoMap(Change change, org.eclipse.jgit.lib.ObjectId objectId, PatchSet base) throws PatchListNotAvailableException
- Throws:
PatchListNotAvailableException
-
toFileInfoMap
public Map<String,FileInfo> toFileInfoMap(Change change, org.eclipse.jgit.lib.ObjectId objectId, int parent) throws PatchListNotAvailableException
- Throws:
PatchListNotAvailableException
-
toFileInfoMap
public Map<String,FileInfo> toFileInfoMap(Project.NameKey project, PatchListKey key) throws PatchListNotAvailableException
- Throws:
PatchListNotAvailableException
-
-