module Gitlab::Client::PipelineSchedules

def pipeline_schedules(project, options = {})

Returns:
  • (Array) -

Parameters:
  • options (Hash) -- A customizable set of options.
  • project (Integer, String) -- the ID or name of a project.
def pipeline_schedules(project, options = {})
  get("/projects/#{url_encode project}/pipeline_schedules", query: options)
end