Class: API::CommitStatuses

Inherits:
Base
  • Object
show all
Defined in:
lib/api/commit_statuses.rb

Constant Summary collapse

ALLOWED_SORT_VALUES =
%w[id pipeline_id].freeze
DEFAULT_SORT_VALUE =
'id'
ALLOWED_SORT_DIRECTIONS =
%w[asc desc].freeze
DEFAULT_SORT_DIRECTION =
'asc'

Constants included from Gitlab::EndpointAttributes

Gitlab::EndpointAttributes::DEFAULT_URGENCY

Method Summary

Methods inherited from Base

endpoint_id_for_route, feature_category_for_app, path_for_app, route, urgency_for_app