Class: KnapsackPro::RegularAllocatorBuilder
- Inherits:
-
BaseAllocatorBuilder
- Object
- BaseAllocatorBuilder
- KnapsackPro::RegularAllocatorBuilder
- Defined in:
- lib/knapsack_pro/regular_allocator_builder.rb
Constant Summary
Constants inherited from BaseAllocatorBuilder
BaseAllocatorBuilder::TEST_RUNNER_MAP
Instance Method Summary collapse
Methods inherited from BaseAllocatorBuilder
#initialize, #test_dir, #test_suite
Constructor Details
This class inherits a constructor from KnapsackPro::BaseAllocatorBuilder
Instance Method Details
#allocator ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/knapsack_pro/regular_allocator_builder.rb', line 5 def allocator KnapsackPro::RegularAllocator.new( test_suite: test_suite, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, repository_adapter: repository_adapter, ) end |