Package com.google.gerrit.entities
Class PatchSetInfo.ParentInfo
- java.lang.Object
-
- com.google.gerrit.entities.PatchSetInfo.ParentInfo
-
- Enclosing class:
- PatchSetInfo
public static class PatchSetInfo.ParentInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.eclipse.jgit.lib.ObjectId
commitId
String
shortMessage
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParentInfo()
ParentInfo(org.eclipse.jgit.lib.AnyObjectId commitId, String shortMessage)
-