* Update plugins/replication from branch 'master'
to b730e71f3287e49bba0d2bff220ea9597873bd13
- Notify about project deletion status
Notify the scheduling and the result of the execution of a project
deletion on remote targets.
This is useful for consumers who are interested in understanding not
just when a project deletion is initiated, but also when it is
completed.
The same event notification was applied to ref updates through the
propagation of RefReplicationScheduled and RefReplicationDone events,
but it was never applied to project deletions.
Feature: Issue 13894
Change-Id: I9b8197e67f4eddcc51c408c2db4c5991487a3d5e
- events: Add targetUri to deprecate targetNode
RefReplicatedEvent and ReplicationScheduledEvent have a targetNode field
that is populated using a method intended for human-readable SSH command
output. Deprecate that field and add a new targetUri that is the ASCII
string representation of the URI. This new field is more suitably named
and populated for consumers.
This will not break existing users of targetNode until a later change
removes that field. The only known user of the targetNode field is the
Jenkins Gerrit Trigger plugin [1][2].
[1] https://github.com/jenkinsci/gerrit-trigger-plugin
[2] d15f38adc7/src/main/java/com/sonymobile/tools/gerrit/gerritevents/dto/events/RefReplicated.java
Change-Id: If07f7103a1f9cf9e49e5eef4c91e9de1b5e46963