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