You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Hi Is there a way for a plugin to get information when an Item is deleted from the Queue? I have a plugin that allocates resources from a QueueTaskDispatcher but naturally they are not returned when an Item is deleted.
Regards, Joachim
Daniel Beck
unread,
Nov 3, 2015, 12:23:04 PM11/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com
Implement QueueListener#onLeft(Queue.LeftItem) and check Queue.LeftItem#isCancelled().