Class: Gitlab::Ci::Status::Group::Factory

Inherits:
Factory
  • Object
show all
Defined in:
lib/gitlab/ci/status/group/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



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

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

.extended_statusesObject



12
13
14
# File 'lib/gitlab/ci/status/group/factory.rb', line 12

def self.extended_statuses
  [[Status::SuccessWarning]]
end