Class CustomKeyedValuesEdited
java.lang.Object
com.google.gerrit.server.extensions.events.CustomKeyedValuesEdited
Helper class to fire an event when the hashtags of a change has been edited.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomKeyedValuesEdited
(PluginSetContext<CustomKeyedValuesEditedListener> listeners, EventUtil util) -
Method Summary
Modifier and TypeMethodDescriptionvoid
fire
(ChangeData changeData, AccountState editor, com.google.common.collect.ImmutableMap<String, String> customKeyedValues, com.google.common.collect.ImmutableMap<String, String> added, com.google.common.collect.ImmutableSet<String> removed, Instant when)
-
Constructor Details
-
CustomKeyedValuesEdited
@Inject public CustomKeyedValuesEdited(PluginSetContext<CustomKeyedValuesEditedListener> listeners, EventUtil util)
-
-
Method Details
-
fire
public void fire(ChangeData changeData, AccountState editor, com.google.common.collect.ImmutableMap<String, String> customKeyedValues, com.google.common.collect.ImmutableMap<String, String> added, com.google.common.collect.ImmutableSet<String> removed, Instant when)
-