Sha256: e7b3fc44dae73cb61cd7ac597bc6232e6b8d2aac1257cfa15186da6c2eb01567
Contents?: true
Size: 530 Bytes
Versions: 6
Compression:
Stored size: 530 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 end end end end
Version data entries
6 entries across 6 versions & 1 rubygems