Class: Gitlab::Ci::Pipeline::Chain::PipelineExecutionPolicies::ApplyPolicies

Inherits:
Base
  • Object
show all
Defined in:
lib/gitlab/ci/pipeline/chain/pipeline_execution_policies/apply_policies.rb

Instance Attribute Summary

Attributes inherited from Base

#command, #config, #pipeline

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Gitlab::Ci::Pipeline::Chain::Base

Instance Method Details

#break?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/gitlab/ci/pipeline/chain/pipeline_execution_policies/apply_policies.rb', line 15

def break?
  false # to be overridden in EE
end

#perform!Object

rubocop:disable Gitlab/NoCodeCoverageComment – EE module is tested :nocov:



11
12
13
# File 'lib/gitlab/ci/pipeline/chain/pipeline_execution_policies/apply_policies.rb', line 11

def perform!
  # to be overridden in EE
end