Class: Buildkite::Builder::Loaders::Extensions

Inherits:
Abstract
  • Object
show all
Defined in:
lib/buildkite/builder/loaders/extensions.rb

Constant Summary collapse

EXTENSIONS_PATH =
Pathname.new('extensions').freeze

Instance Attribute Summary

Attributes inherited from Abstract

#assets, #root

Instance Method Summary collapse

Methods inherited from Abstract

#initialize, load

Constructor Details

This class inherits a constructor from Buildkite::Builder::Loaders::Abstract

Instance Method Details

#loadObject



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