Sha256: 80c4d3dc908319d667721685a1cc5450764db373ac0dff57da8e61451c8535b7
Contents?: true
Size: 587 Bytes
Versions: 13
Compression:
Stored size: 587 Bytes
Contents
# frozen_string_literal: true module Buildkite module Pipelines module Steps class Block < Abstract # Do NOT sort this list. The order here is carried over to the YAML output. # The order specified here was deliberate. attribute :block attribute :key attribute :prompt attribute :skip attribute :if, as: :condition attribute :depends_on, append: true attribute :allow_dependency_failure attribute :branches attribute :fields attribute :blocked_state end end end end
Version data entries
13 entries across 13 versions & 1 rubygems