Skip to content

Commit 6197404

Browse files
authored
Confluence split classes (#1581)
1 parent 0beb6b6 commit 6197404

File tree

14 files changed

+2535
-4103
lines changed

14 files changed

+2535
-4103
lines changed

atlassian/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .bitbucket import Bitbucket
77
from .bitbucket import Bitbucket as Stash
88
from .cloud_admin import CloudAdminOrgs, CloudAdminUsers
9-
from .confluence import Confluence
9+
from .confluence import ConfluenceCloud, ConfluenceServer, Confluence
1010
from .crowd import Crowd
1111
from .insight import Insight
1212
from .insight import Insight as Assets # used for Insight on-premise
@@ -19,8 +19,11 @@
1919
from .tempo import TempoCloud, TempoServer
2020
from .xray import Xray
2121

22+
2223
__all__ = [
2324
"Confluence",
25+
"ConfluenceCloud",
26+
"ConfluenceServer",
2427
"Jira",
2528
"Bitbucket",
2629
"CloudAdminOrgs",

0 commit comments

Comments
 (0)