Class RevisionInfo.ParentInfo
java.lang.Object
com.google.gerrit.extensions.common.RevisionInfo.ParentInfo
- Enclosing class:
- RevisionInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the target branch where the patch-set commit is set to be merged into.If the parent commit is a patch-set of another gerrit change, this field will hold the change ID of the parent change.If the parent commit is a patch-set of another gerrit change, this field will hold the change number of the parent change.If the parent commit is a patch-set of another gerrit change, this field will hold the change status of the parent change.The commit SHA-1 of the parent commit.Whether the parent commit is merged in the target branch.If the parent commit is a patch-set of another gerrit change, this field will hold the patch-set number of the parent change. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
branchName
The name of the target branch where the patch-set commit is set to be merged into. -
commitId
The commit SHA-1 of the parent commit. -
isMergedInTargetBranch
Whether the parent commit is merged in the target branch. -
changeId
If the parent commit is a patch-set of another gerrit change, this field will hold the change ID of the parent change. Otherwise, will be null. -
changeNumber
If the parent commit is a patch-set of another gerrit change, this field will hold the change number of the parent change. Otherwise, will be null. -
patchSetNumber
If the parent commit is a patch-set of another gerrit change, this field will hold the patch-set number of the parent change. Otherwise, will be null. -
changeStatus
If the parent commit is a patch-set of another gerrit change, this field will hold the change status of the parent change. Otherwise, will be null.
-
-
Constructor Details
-
ParentInfo
public ParentInfo()
-
-
Method Details