Ticket #317 (assigned enhancement)

Opened 4 months ago

Last modified 4 months ago

more flexibility for BuildFactory's

Reported by: bhearsum Assigned to: bhearsum (accepted)
Priority: major Milestone: undecided
Component: buildprocess Version: 0.7.7
Keywords: Cc:

Description

Something I'd like to be able to do is split out different sets of operations into different factories. For example, BuildProducingFactory?, BuildUploadingFactory?, TestFactory?, and various others. In many cases it is desirable to combine these operations into a single builder. I'd like to be able to do the following things with a BuildFactory?: * add a step anywhere in BuildFactory?.steps. * add a method that will combine two BuildFactory?'s into one

Change History

07/17/08 12:22:18 changed by bhearsum

  • owner set to bhearsum.

07/17/08 12:22:21 changed by bhearsum

  • status changed from new to assigned.