Class: Types::Ci::PipelineScopeEnum

Inherits:
BaseEnum
  • Object
show all
Defined in:
app/graphql/types/ci/pipeline_scope_enum.rb

Constant Summary collapse

SCOPES_DESCRIPTION =
{
  running: 'Pipeline is running.',
  pending: 'Pipeline has not started running yet.',
  finished: 'Pipeline has completed.',
  branches: 'Branches.',
  tags: 'Tags.'
}.freeze

Method Summary

Methods inherited from BaseEnum

authorization, authorize, authorized?, declarative_enum, enum, from_rails_enum, value