summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/groups.py
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-07-24 23:14:06 +0200
committerJohn Villalovos <john@sodarock.com>2022-07-27 08:29:24 -0700
commit194ee0100c2868c1a9afb161c15f3145efb01c7c (patch)
tree2af6cd63ec2ee357a43accbdbc13342d61f87f24 /gitlab/v4/objects/groups.py
parent66461ba519a85bfbd3cba284a0c8de11a3ac7cde (diff)
downloadgitlab-194ee0100c2868c1a9afb161c15f3145efb01c7c.tar.gz
feat: add support for iterations API
Diffstat (limited to 'gitlab/v4/objects/groups.py')
-rw-r--r--gitlab/v4/objects/groups.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/v4/objects/groups.py b/gitlab/v4/objects/groups.py
index 5b35e00..9a6c473 100644
--- a/gitlab/v4/objects/groups.py
+++ b/gitlab/v4/objects/groups.py
@@ -24,6 +24,7 @@ from .group_access_tokens import GroupAccessTokenManager # noqa: F401
from .hooks import GroupHookManager # noqa: F401
from .invitations import GroupInvitationManager # noqa: F401
from .issues import GroupIssueManager # noqa: F401
+from .iterations import GroupIterationManager # noqa: F401
from .labels import GroupLabelManager # noqa: F401
from .members import ( # noqa: F401
GroupBillableMemberManager,
@@ -71,6 +72,7 @@ class Group(SaveMixin, ObjectDeleteMixin, RESTObject):
invitations: GroupInvitationManager
issues: GroupIssueManager
issues_statistics: GroupIssuesStatisticsManager
+ iterations: GroupIterationManager
labels: GroupLabelManager
members: GroupMemberManager
members_all: GroupMemberAllManager