Class: KnapsackPro::QueueAllocatorBuilder
- Inherits:
-
BaseAllocatorBuilder
- Object
- BaseAllocatorBuilder
- KnapsackPro::QueueAllocatorBuilder
- Defined in:
- lib/knapsack_pro/queue_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 11 |
# File 'lib/knapsack_pro/queue_allocator_builder.rb', line 3 def allocator KnapsackPro::QueueAllocator.new( test_files: test_files, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, ci_node_build_id: env.ci_node_build_id, repository_adapter: repository_adapter, ) end |