RFR: Allow a WorkItem to return follow-up items

Erik Helin ehelin at openjdk.java.net
Wed Jun 10 08:39:50 UTC 2020


On Wed, 10 Jun 2020 08:32:09 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:

> Hi all,
> 
> Please review this change that allows a WorkItem to return follow-up items to schedule after itself has run. Use this
> to run another CheckWorkItem after a CommandWorkItem successfully has executed commands.
> Best regards,
> Robin

Looks good, just a minor comment on documentation!

bot/src/main/java/org/openjdk/skara/bot/WorkItem.java line 38:

> 37:      * Execute the appropriate tasks with the provided scratch folder.
> 38:      * @param scratchPath
> 39:      */

Maybe want to update the doc?

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

Marked as reviewed by ehelin (Reviewer).

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


More information about the skara-dev mailing list