We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5574b4c commit 64647ddCopy full SHA for 64647dd
atlassian/bamboo.py
@@ -97,7 +97,6 @@ def base_list_call(
97
98
""" Projects & Plans """
99
100
-
101
def projects(
102
self,
103
expand=None,
@@ -1296,6 +1295,7 @@ def health_check(self):
1296
1295
return response
1297
1298
"""Elastic Bamboo"""
+
1299
def get_elastic_instance_logs(self, instance_id):
1300
"""
1301
Get logs from an EC2 instance
docs/bamboo.rst
@@ -340,4 +340,4 @@ Plugins information
340
get_plugin_module_info(plugin_key, module_key)
341
342
# Update license for plugin (app)
343
- update_plugin_license(plugin_key, raw_license)
+ update_plugin_license(plugin_key, raw_license)
0 commit comments