Class: Gitlab::Ci::Config::Entry::Include

Inherits:
Gitlab::Config::Entry::Node show all
Includes:
Concerns::BaseInclude, Gitlab::Config::Entry::Attributable, Gitlab::Config::Entry::Configurable
Defined in:
lib/gitlab/ci/config/entry/include.rb,
lib/gitlab/ci/config/entry/include/rules.rb,
lib/gitlab/ci/config/entry/include/rules/rule.rb

Overview

Entry that represents a single include.

Defined Under Namespace

Classes: Rules

Constant Summary collapse

ADDITIONAL_ALLOWED_KEYS =

Additional keys beyond the common ones

%i[template artifact inputs job rules component].freeze
ALLOWED_KEYS =
(COMMON_ALLOWED_KEYS + ADDITIONAL_ALLOWED_KEYS).freeze

Constants included from Concerns::BaseInclude

Concerns::BaseInclude::COMMON_ALLOWED_KEYS

Constants inherited from Gitlab::Config::Entry::Node

Gitlab::Config::Entry::Node::InvalidError

Instance Attribute Summary

Attributes inherited from Gitlab::Config::Entry::Node

#config, #default, #deprecation, #description, #key, #metadata, #parent

Method Summary

Methods included from Concerns::BaseInclude

#skip_config_hash_validation?

Methods included from Gitlab::Config::Entry::Configurable

#compose!, #entry_create!, #skip_config_hash_validation?

Methods inherited from Gitlab::Config::Entry::Node

#[], #add_warning, #ancestors, #array?, aspects, #compose!, default, #descendants, #errors, #hash?, #initialize, #inspect, #integer?, #leaf?, #location, #opt, #relevant?, #specified?, #string?, #valid?, #value, #warnings, with_aspect

Constructor Details

This class inherits a constructor from Gitlab::Config::Entry::Node