Skip to main content

class ArtifactFiles

(service_api: 'ServiceApi',
artifact: 'Artifact',
names: 'Sequence[str] | None' = None,
per_page: 'int' = 50,
start: 'str | None' = None)

Description

A paginator for files in an artifact.

Args

  • service_api:
  • artifact:
  • names:
  • per_page:
  • start:

Properties

property path

Returns the path of the artifact.

Methods

method convert_objects

self
Convert the last fetched response data into the iterated objects.

method next

self
Return the next item from the iterator. When exhausted, raise StopIteration

method update_variables

self
Update the query variables for the next page fetch.