Searched defs:taskBuilder (Results 1 – 1 of 1) sorted by relevance
16 type taskBuilder struct { struct17 *jobBuilder18 parts19 Name string20 Spec *specs.TaskSpec21 recipeProperties map[string]string40 func (b *taskBuilder) attempts(a int) {45 func (b *taskBuilder) cache(caches ...*specs.Cache) {64 func (b *taskBuilder) cmd(c ...string) {69 func (b *taskBuilder) dimension(dims ...string) {[all …]