Package com.google.gerrit.server.events
Class WorkInProgressStateChangedEvent
java.lang.Object
com.google.gerrit.server.events.Event
com.google.gerrit.server.events.ProjectEvent
com.google.gerrit.server.events.RefEvent
com.google.gerrit.server.events.ChangeEvent
com.google.gerrit.server.events.PatchSetEvent
com.google.gerrit.server.events.WorkInProgressStateChangedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute>
Fields inherited from class com.google.gerrit.server.events.PatchSetEvent
patchSet
Fields inherited from class com.google.gerrit.server.events.ChangeEvent
change, changeKey, project, refName
Fields inherited from class com.google.gerrit.server.events.Event
eventCreatedOn, instanceId, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.server.events.ChangeEvent
getChangeKey, getProjectNameKey, getRefName
Methods inherited from class com.google.gerrit.server.events.RefEvent
getBranchNameKey
-
Field Details
-
changer
public com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute> changer
-
-
Constructor Details
-
WorkInProgressStateChangedEvent
-