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



15
16
17
# File 'lib/gitlab/ci/status/stage/factory.rb', line 15

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

.extended_statusesObject



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

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