Class: Gitlab::Ci::Config::External::Header::Processor

Inherits:
Processor
  • Object
show all
Defined in:
lib/gitlab/ci/config/external/header/processor.rb

Overview

Header include processor

Processes header includes to merge input definitions. Inherits from External::Processor and overrides only the Mapper instantiation.

Constant Summary

Constants inherited from Processor

Processor::DuplicateInputError, Processor::IncludeError

Instance Attribute Summary

Attributes inherited from Processor

#context, #logger

Method Summary

Methods inherited from Processor

#initialize, #perform

Constructor Details

This class inherits a constructor from Gitlab::Ci::Config::External::Processor