There was an error while loading. Please reload this page.
2 parents ead9f15 + 0e1c0dd commit 0549afaCopy full SHA for 0549afa
1 file changed
gitlab/v4/objects/jobs.py
@@ -244,6 +244,7 @@ class ProjectJobManager(RetrieveMixin, RESTManager):
244
_path = "/projects/{project_id}/jobs"
245
_obj_cls = ProjectJob
246
_from_parent_attrs = {"project_id": "id"}
247
+ _list_filters = ("scope",)
248
249
def get(self, id: Union[str, int], lazy: bool = False, **kwargs: Any) -> ProjectJob:
250
return cast(ProjectJob, super().get(id=id, lazy=lazy, **kwargs))
0 commit comments