Class: Jira::Requests::Issues::CloudListService

Inherits:
ListService show all
Defined in:
app/services/jira/requests/issues/cloud_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 = {}) ⇒ CloudListService

Returns a new instance of CloudListService.



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

def initialize(jira_integration, params = {})
  super
  @next_page_token = params[:next_page_token]
end