Sha256: 1f727e46da0d2a1f50cbdf7046d6f3197a3dfccfab65206024cbffc13622d9ce
Contents?: true
Size: 563 Bytes
Versions: 40
Compression:
Stored size: 563 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 :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
40 entries across 40 versions & 1 rubygems