public final class PatchSetInfo
extends java.lang.Object
PatchSet
not normally loaded.Modifier and Type | Class and Description |
---|---|
static class |
PatchSetInfo.ParentInfo |
Modifier and Type | Field and Description |
---|---|
protected UserIdentity |
author
Identity of who wrote the patch set.
|
protected UserIdentity |
committer
Identity of who committed the patch set to the VCS.
|
protected java.lang.String |
description
Optional user-supplied description for the patch set.
|
protected PatchSet.Id |
key |
protected java.lang.String |
message
The complete description of the change the patch set introduces.
|
protected java.util.List<PatchSetInfo.ParentInfo> |
parents
List of parents of the patch set.
|
protected java.lang.String |
revId
SHA-1 of commit
|
protected java.lang.String |
subject
First line of
message . |
Modifier | Constructor and Description |
---|---|
protected |
PatchSetInfo() |
|
PatchSetInfo(PatchSet.Id k) |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
getAuthor() |
UserIdentity |
getCommitter() |
java.lang.String |
getDescription() |
PatchSet.Id |
getKey() |
java.lang.String |
getMessage() |
java.util.List<PatchSetInfo.ParentInfo> |
getParents() |
java.lang.String |
getRevId() |
java.lang.String |
getSubject() |
void |
setAuthor(UserIdentity u) |
void |
setCommitter(UserIdentity u) |
void |
setDescription(java.lang.String description) |
void |
setMessage(java.lang.String m) |
void |
setParents(java.util.List<PatchSetInfo.ParentInfo> p) |
void |
setRevId(java.lang.String s) |
void |
setSubject(java.lang.String s) |
protected PatchSet.Id key
protected java.lang.String subject
message
.protected java.lang.String message
protected UserIdentity author
committer
.protected UserIdentity committer
protected java.util.List<PatchSetInfo.ParentInfo> parents
protected java.lang.String revId
protected java.lang.String description
protected PatchSetInfo()
public PatchSetInfo(PatchSet.Id k)
public PatchSet.Id getKey()
public java.lang.String getSubject()
public void setSubject(java.lang.String s)
public java.lang.String getMessage()
public void setMessage(java.lang.String m)
public UserIdentity getAuthor()
public void setAuthor(UserIdentity u)
public UserIdentity getCommitter()
public void setCommitter(UserIdentity u)
public void setParents(java.util.List<PatchSetInfo.ParentInfo> p)
public java.util.List<PatchSetInfo.ParentInfo> getParents()
public void setRevId(java.lang.String s)
public java.lang.String getRevId()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()