Class: Gitlab::Ci::Status::Scheduled

Inherits:
Core
  • Object
show all
Defined in:
lib/gitlab/ci/status/scheduled.rb

Instance Attribute Summary

Attributes inherited from Core

#subject, #user

Instance Method Summary collapse

Methods inherited from Core

#action_button_title, #action_icon, #action_method, #action_path, #action_title, #badge_tooltip, #group, #has_action?, #has_details?, #id, #illustration, #initialize, #status_tooltip

Methods included from Allowable

#can?

Methods included from Routing

includes_helpers, redirect_legacy_paths, url_helpers

Constructor Details

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

Instance Method Details

#details_pathObject



23
24
25
# File 'lib/gitlab/ci/status/scheduled.rb', line 23

def details_path
  nil
end

#faviconObject



19
20
21
# File 'lib/gitlab/ci/status/scheduled.rb', line 19

def favicon
  'favicon_status_scheduled'
end

#iconObject



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

def icon
  'status_scheduled'
end

#labelObject



11
12
13
# File 'lib/gitlab/ci/status/scheduled.rb', line 11

def label
  s_('CiStatusLabel|scheduled')
end

#textObject



7
8
9
# File 'lib/gitlab/ci/status/scheduled.rb', line 7

def text
  s_('CiStatusText|scheduled')
end