Class: Jira::Requests::Issues::ServerListService

Inherits:
ListService show all
Defined in:
app/services/jira/requests/issues/server_list_service.rb

Constant Summary

Constants inherited from ListService

ListService::DEFAULT_FIELDS, ListService::PER_PAGE

Constants inherited from Base

Base::ALL_ERRORS, Base::ERRORS, Base::JIRA_API_VERSION, Base::JIRA_ERROR_JSON_SIZE_LIMIT

Instance Method Summary collapse

Methods included from Gitlab::Utils::Override

#extended, extensions, #included, #method_added, #override, #prepended, #queue_verification, verify!

Methods inherited from Base

#execute

Methods included from SafeFormatHelper

#safe_format, #tag_pair

Constructor Details

#initialize(jira_integration, params = {}) ⇒ ServerListService

Returns a new instance of ServerListService.



8
9
10
11
# File 'app/services/jira/requests/issues/server_list_service.rb', line 8

def initialize(jira_integration, params = {})
  super
  @page = (params[:page] || 1).to_i
end