Class: Gitlab::Ci::Pipeline::Chain::Limit::Size

Inherits:
Base
  • Object
show all
Defined in:
lib/gitlab/ci/pipeline/chain/limit/size.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)


13
14
15
# File 'lib/gitlab/ci/pipeline/chain/limit/size.rb', line 13

def break?
  false # to be overridden in EE
end

#perform!Object



9
10
11
# File 'lib/gitlab/ci/pipeline/chain/limit/size.rb', line 9

def perform!
  # to be overridden in EE
end