Class: Gitlab::Ci::Status::Stage::Factory

Inherits:
Factory
  • Object
show all
Defined in:
lib/gitlab/ci/status/stage/factory.rb

Class Method Summary collapse

Methods inherited from Factory

#compound_extended_status, #core_status, #extended_statuses, #fabricate!, #initialize

Constructor Details

This class inherits a constructor from Gitlab::Ci::Status::Factory

Class Method Details

.common_helpersObject



13
14
15
# File 'lib/gitlab/ci/status/stage/factory.rb', line 13

def self.common_helpers
  Status::Stage::Common
end

.extended_statusesObject



8
9
10
11
# File 'lib/gitlab/ci/status/stage/factory.rb', line 8

def self.extended_statuses
  [[Status::SuccessWarning],
   [Status::Stage::PlayManual]]
end