Class WorkInProgressStateChanged
- java.lang.Object
-
- com.google.gerrit.server.extensions.events.WorkInProgressStateChanged
-
public class WorkInProgressStateChanged extends Object
Helper class to fire an event when the work-in-progress state of a change has been toggled.
-
-
Field Summary
Fields Modifier and Type Field Description static WorkInProgressStateChanged
DISABLED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fire(ChangeData changeData, PatchSet patchSet, AccountState account, Instant when)
-
-
-
Field Detail
-
DISABLED
public static final WorkInProgressStateChanged DISABLED
-
-
Method Detail
-
fire
public void fire(ChangeData changeData, PatchSet patchSet, AccountState account, Instant when)
-
-