Searched defs:taskBuilder (Results 1 – 1 of 1) sorted by relevance
18 type taskBuilder struct { struct19 *jobBuilder20 parts21 Name string22 Spec *specs.TaskSpec23 recipeProperties map[string]string42 func (b *taskBuilder) attempts(a int) {47 func (b *taskBuilder) cache(caches ...*specs.Cache) {66 func (b *taskBuilder) cmd(c ...string) {71 func (b *taskBuilder) dimension(dims ...string) {[all …]