public abstract class ChangeEvent extends RefEvent
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Supplier<ChangeAttribute> |
change |
Change.Key |
changeKey |
Project.NameKey |
project |
String |
refName |
eventCreatedOn, type
Modifier | Constructor and Description |
---|---|
protected |
ChangeEvent(String type,
Change change) |
Modifier and Type | Method and Description |
---|---|
Change.Key |
getChangeKey() |
Project.NameKey |
getProjectNameKey() |
String |
getRefName() |
getBranchNameKey
public com.google.common.base.Supplier<ChangeAttribute> change
public Project.NameKey project
public String refName
public Change.Key changeKey
public Project.NameKey getProjectNameKey()
getProjectNameKey
in class ProjectEvent
public String getRefName()
getRefName
in class RefEvent
public Change.Key getChangeKey()