Sha256: 0182798b6b68ef1bf5be275c447b7af296cc510768e7ffcc352583af4eda545c

Contents?: true

Size: 506 Bytes

Versions: 28

Compression:

Stored size: 506 Bytes

Contents

# frozen_string_literal: true

module Buildkite
  module Pipelines
    autoload :Attributes, File.expand_path('pipelines/attributes', __dir__)
    autoload :Command, File.expand_path('pipelines/command', __dir__)
    autoload :Helpers, File.expand_path('pipelines/helpers', __dir__)
    autoload :Plugin, File.expand_path('pipelines/plugin', __dir__)
    autoload :StepContext, File.expand_path('pipelines/step_context', __dir__)
    autoload :Steps, File.expand_path('pipelines/steps', __dir__)
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
buildkite-builder-4.1.0 lib/buildkite/pipelines.rb
buildkite-builder-4.0.0 lib/buildkite/pipelines.rb
buildkite-builder-3.9.0 lib/buildkite/pipelines.rb
buildkite-builder-3.8.3 lib/buildkite/pipelines.rb
buildkite-builder-3.8.2 lib/buildkite/pipelines.rb
buildkite-builder-3.8.1 lib/buildkite/pipelines.rb
buildkite-builder-3.8.0 lib/buildkite/pipelines.rb
buildkite-builder-3.7.0 lib/buildkite/pipelines.rb