Class: Buildkite::Builder::Loaders::Extensions
- Defined in:
- lib/buildkite/builder/loaders/extensions.rb
Constant Summary collapse
- EXTENSIONS_PATH =
Pathname.new('extensions').freeze
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Buildkite::Builder::Loaders::Abstract
Instance Method Details
#load ⇒ Object
11 12 13 14 |
# File 'lib/buildkite/builder/loaders/extensions.rb', line 11 def load load_extensions_from_path(global_extensions_path) load_extensions_from_path(pipeline_extensions_path) end |