@@ -2289,7 +2289,7 @@ def delete_repo_condition(self, project_key, repo_key, id_condition):
22892289
22902290 @deprecated (
22912291 version = "2.0.2" ,
2292- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2292+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
22932293 )
22942294 def get_repositories (self , workspace , role = None , query = None , sort = None ):
22952295 """
@@ -2310,7 +2310,7 @@ def get_repositories(self, workspace, role=None, query=None, sort=None):
23102310
23112311 @deprecated (
23122312 version = "2.0.2" ,
2313- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2313+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
23142314 )
23152315 def get_pipelines (self , workspace , repository_slug , number = 10 , sort_by = "-created_on" ):
23162316 """
@@ -2338,7 +2338,7 @@ def get_pipelines(self, workspace, repository_slug, number=10, sort_by="-created
23382338
23392339 @deprecated (
23402340 version = "2.0.2" ,
2341- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2341+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
23422342 )
23432343 def trigger_pipeline (self , workspace , repository_slug , branch = "master" , revision = None , name = None ):
23442344 """
@@ -2360,7 +2360,7 @@ def trigger_pipeline(self, workspace, repository_slug, branch="master", revision
23602360
23612361 @deprecated (
23622362 version = "2.0.2" ,
2363- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2363+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
23642364 )
23652365 def get_pipeline (self , workspace , repository_slug , uuid ):
23662366 """
@@ -2379,7 +2379,7 @@ def get_pipeline(self, workspace, repository_slug, uuid):
23792379
23802380 @deprecated (
23812381 version = "2.0.2" ,
2382- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2382+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
23832383 )
23842384 def stop_pipeline (self , workspace , repository_slug , uuid ):
23852385 """
@@ -2400,7 +2400,7 @@ def stop_pipeline(self, workspace, repository_slug, uuid):
24002400
24012401 @deprecated (
24022402 version = "2.0.2" ,
2403- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2403+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
24042404 )
24052405 def get_pipeline_steps (self , workspace , repository_slug , uuid ):
24062406 """
@@ -2423,7 +2423,7 @@ def get_pipeline_steps(self, workspace, repository_slug, uuid):
24232423
24242424 @deprecated (
24252425 version = "2.0.2" ,
2426- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2426+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
24272427 )
24282428 def get_pipeline_step (self , workspace , repository_slug , pipeline_uuid , step_uuid ):
24292429 """
@@ -2444,7 +2444,7 @@ def get_pipeline_step(self, workspace, repository_slug, pipeline_uuid, step_uuid
24442444
24452445 @deprecated (
24462446 version = "2.0.2" ,
2447- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2447+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
24482448 )
24492449 def get_pipeline_step_log (self , workspace , repository_slug , pipeline_uuid , step_uuid ):
24502450 """
@@ -2466,7 +2466,7 @@ def get_pipeline_step_log(self, workspace, repository_slug, pipeline_uuid, step_
24662466
24672467 @deprecated (
24682468 version = "2.0.2" ,
2469- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2469+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
24702470 )
24712471 def create_issue (
24722472 self ,
@@ -2496,7 +2496,7 @@ def create_issue(
24962496
24972497 @deprecated (
24982498 version = "2.0.2" ,
2499- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2499+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
25002500 )
25012501 def get_issues (self , workspace , repository_slug , sort_by = None , query = None ):
25022502 """
@@ -2524,7 +2524,7 @@ def get_issues(self, workspace, repository_slug, sort_by=None, query=None):
25242524
25252525 @deprecated (
25262526 version = "2.0.2" ,
2527- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2527+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
25282528 )
25292529 def get_issue (self , workspace , repository_slug , id ):
25302530 """
@@ -2540,7 +2540,7 @@ def get_issue(self, workspace, repository_slug, id):
25402540
25412541 @deprecated (
25422542 version = "2.0.2" ,
2543- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2543+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
25442544 )
25452545 def update_issue (self , workspace , repository_slug , id , ** fields ):
25462546 """
@@ -2558,7 +2558,7 @@ def update_issue(self, workspace, repository_slug, id, **fields):
25582558
25592559 @deprecated (
25602560 version = "2.0.2" ,
2561- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2561+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
25622562 )
25632563 def delete_issue (self , workspace , repository_slug , id ):
25642564 """
@@ -2574,7 +2574,7 @@ def delete_issue(self, workspace, repository_slug, id):
25742574
25752575 @deprecated (
25762576 version = "2.0.2" ,
2577- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2577+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
25782578 )
25792579 def add_branch_restriction (
25802580 self ,
@@ -2627,7 +2627,7 @@ def add_branch_restriction(
26272627
26282628 @deprecated (
26292629 version = "2.0.2" ,
2630- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2630+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
26312631 )
26322632 def get_branch_restrictions (self , workspace , repository_slug , kind = None , pattern = None , number = 10 ):
26332633 """
@@ -2648,7 +2648,7 @@ def get_branch_restrictions(self, workspace, repository_slug, kind=None, pattern
26482648
26492649 @deprecated (
26502650 version = "2.0.2" ,
2651- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2651+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
26522652 )
26532653 def update_branch_restriction (self , workspace , repository_slug , id , ** fields ):
26542654 """
@@ -2666,7 +2666,7 @@ def update_branch_restriction(self, workspace, repository_slug, id, **fields):
26662666
26672667 @deprecated (
26682668 version = "2.0.2" ,
2669- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2669+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
26702670 )
26712671 def delete_branch_restriction (self , workspace , repository_slug , id ):
26722672 """
@@ -2682,7 +2682,7 @@ def delete_branch_restriction(self, workspace, repository_slug, id):
26822682
26832683 @deprecated (
26842684 version = "2.0.2" ,
2685- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2685+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
26862686 )
26872687 def add_default_reviewer (self , workspace , repository_slug , user ):
26882688 """
@@ -2703,7 +2703,7 @@ def add_default_reviewer(self, workspace, repository_slug, user):
27032703
27042704 @deprecated (
27052705 version = "2.0.2" ,
2706- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2706+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
27072707 )
27082708 def get_default_reviewers (self , workspace , repository_slug , number = 10 ):
27092709 """
@@ -2724,7 +2724,7 @@ def get_default_reviewers(self, workspace, repository_slug, number=10):
27242724
27252725 @deprecated (
27262726 version = "2.0.2" ,
2727- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2727+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
27282728 )
27292729 def is_default_reviewer (self , workspace , repository_slug , user ):
27302730 """
@@ -2748,7 +2748,7 @@ def is_default_reviewer(self, workspace, repository_slug, user):
27482748
27492749 @deprecated (
27502750 version = "2.0.2" ,
2751- reason = "Use atlassion .bitbucket.cloud instead of atlassian.bitbucket" ,
2751+ reason = "Use atlassian .bitbucket.cloud instead of atlassian.bitbucket" ,
27522752 )
27532753 def delete_default_reviewer (self , workspace , repository_slug , user ):
27542754 """
0 commit comments