Versions in this module Expand all Collapse all v0 v0.12.0 Aug 25, 2018 v0.11.1 May 9, 2018 Changes in this version + func GetTaskConfig(name, act string, conf *config.AliasConfig) (types.TaskConfig, error) + func NewTask(name task.Name, conf config.Resource) types.Task + func RemoveDeps(conf config.Resource) func() []string + func RunDeps(conf config.Resource) func() []string + type Task struct + func (t *Task) Name() task.Name + func (t *Task) Repr() string + func (t *Task) Run(ctx *context.ExecuteContext, depsModified bool) (bool, error)