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