Class: KnapsackPro::AllocatorBuilder
- Inherits:
-
BaseAllocatorBuilder
- Object
- BaseAllocatorBuilder
- KnapsackPro::AllocatorBuilder
- Defined in:
- lib/knapsack_pro/allocator_builder.rb
Instance Method Summary collapse
Methods inherited from BaseAllocatorBuilder
Constructor Details
This class inherits a constructor from KnapsackPro::BaseAllocatorBuilder
Instance Method Details
#allocator ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'lib/knapsack_pro/allocator_builder.rb', line 3 def allocator KnapsackPro::Allocator.new( test_files: test_files, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, repository_adapter: repository_adapter, ) end |