Integrated: bots: add workItemName method

Erik Helin ehelin at openjdk.java.net
Fri May 28 08:04:11 UTC 2021


On Wed, 26 May 2021 13:42:07 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that adds the `WorkItem.workItemName` method. Some bots have several different kinds of work items and it can be useful for monitoring systems to distinguish these work items. I opted for the `workItemName` instead of just `name` since the `Bot` interface already has a `name` method and a number of classes implement both the `Bot` and `WorkItem` interfaces (common for smaller bots).
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: 2907f199
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/2907f199f2825fff021bf52b01544b831a680531
Stats:     150 lines in 30 files changed: 150 ins; 0 del; 0 mod

bots: add workItemName method

Reviewed-by: erikj

-------------

PR: https://git.openjdk.java.net/skara/pull/1168


More information about the skara-dev mailing list