Searched defs:taskBuilder (Results 1 – 1 of 1) sorted by relevance
17 type taskBuilder struct { struct18 *jobBuilder19 parts20 Name string21 Spec *specs.TaskSpec22 recipeProperties map[string]string41 func (b *taskBuilder) attempts(a int) {46 func (b *taskBuilder) cache(caches ...*specs.Cache) {65 func (b *taskBuilder) cmd(c ...string) {70 func (b *taskBuilder) dimension(dims ...string) {[all …]