public class ChangeAbandonedEvent extends ChangeEvent
Modifier and Type | Field and Description |
---|---|
AccountAttribute |
abandoner |
ChangeAttribute |
change |
PatchSetAttribute |
patchSet |
String |
reason |
String |
type |
Constructor and Description |
---|
ChangeAbandonedEvent() |
public final String type
public ChangeAttribute change
public PatchSetAttribute patchSet
public AccountAttribute abandoner
public String reason