For example: - 'foo:*' means events for all tags under repository 'foo' - 'foo:bar' means events for
* 'foo:bar' only - 'foo' is equivalent to 'foo:latest' - empty means all events
*/
String scope();
- /** @return the service URI for the webhook to post notifications */
+ /**
+ * Gets the service URI for the webhook to post notifications.
+ *
+ * @return the service URI for the webhook to post notifications
+ */
String serviceUri();
- /** @return the Custom headers that will be added to the webhook notifications */
+ /**
+ * Gets the Custom headers that will be added to the webhook notifications.
+ *
+ * @return the Custom headers that will be added to the webhook notifications
+ */
Map