TaskConfig

open class TaskConfig : Config

Config to pass to the task. Extend this to pass in anything else your task may need.

Note that this extends Config, so you can load your task's config if required.

Constructors

Link copied to clipboard
constructor()