@@ -93,7 +93,7 @@ public void given__cloud_branch_rev_anon__when__build__then__scmBuilt() throws E
93
93
94
94
instance .withCloneLinks (
95
95
List .of (
96
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
96
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
97
97
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
98
98
),
99
99
List .of ()
@@ -153,7 +153,7 @@ public void given__cloud_branch_rev_userpass__when__build__then__scmBuilt() thro
153
153
154
154
instance .withCloneLinks (
155
155
List .of (
156
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
156
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
157
157
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
158
158
),
159
159
List .of ()
@@ -213,7 +213,7 @@ public void given__cloud_branch_rev_userkey__when__build__then__scmBuilt() throw
213
213
214
214
instance .withCloneLinks (
215
215
List .of (
216
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
216
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
217
217
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
218
218
),
219
219
List .of ()
@@ -271,7 +271,7 @@ public void given__cloud_branch_norev_anon__when__build__then__scmBuilt() throws
271
271
272
272
instance .withCloneLinks (
273
273
List .of (
274
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
274
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
275
275
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
276
276
),
277
277
List .of ()
@@ -317,7 +317,7 @@ public void given__cloud_branch_norev_userpass__when__build__then__scmBuilt() th
317
317
318
318
instance .withCloneLinks (
319
319
List .of (
320
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
320
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
321
321
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
322
322
),
323
323
List .of ()
@@ -363,7 +363,7 @@ public void given__cloud_branch_norev_userkey__when__build__then__scmBuilt() thr
363
363
364
364
instance .withCloneLinks (
365
365
List .of (
366
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
366
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
367
367
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
368
368
),
369
369
List .of ()
@@ -915,7 +915,7 @@ public void given__cloud_pullHead_rev_anon__when__build__then__scmBuilt() throws
915
915
916
916
instance .withCloneLinks (
917
917
List .of (
918
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
918
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
919
919
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
920
920
),
921
921
List .of ()
@@ -979,7 +979,7 @@ public void given__cloud_pullHead_rev_userpass__when__build__then__scmBuilt() th
979
979
980
980
instance .withCloneLinks (
981
981
List .of (
982
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
982
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
983
983
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
984
984
),
985
985
List .of ()
@@ -1042,7 +1042,7 @@ public void given__cloud_pullHead_rev_userkey__when__build__then__scmBuilt() thr
1042
1042
1043
1043
instance .withCloneLinks (
1044
1044
List .of (
1045
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1045
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1046
1046
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1047
1047
),
1048
1048
List .of ()
@@ -1106,7 +1106,7 @@ public void given__cloud_pullHead_rev_anon_sshtrait_anon__when__build__then__scm
1106
1106
1107
1107
instance .withCloneLinks (
1108
1108
List .of (
1109
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1109
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1110
1110
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1111
1111
),
1112
1112
List .of ()
@@ -1176,7 +1176,7 @@ public void given__cloud_pullHead_rev_userpass_sshtrait_anon__when__build__then_
1176
1176
1177
1177
instance .withCloneLinks (
1178
1178
List .of (
1179
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1179
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1180
1180
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1181
1181
),
1182
1182
List .of ()
@@ -1246,7 +1246,7 @@ public void given__cloud_pullHead_rev_userkey_sshtrait_anon__when__build__then__
1246
1246
1247
1247
instance .withCloneLinks (
1248
1248
List .of (
1249
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1249
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1250
1250
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1251
1251
),
1252
1252
List .of ()
@@ -1316,7 +1316,7 @@ public void given__cloud_pullHead_rev_anon_sshtrait_userkey__when__build__then__
1316
1316
1317
1317
instance .withCloneLinks (
1318
1318
List .of (
1319
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1319
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1320
1320
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1321
1321
),
1322
1322
List .of ()
@@ -1386,7 +1386,7 @@ public void given__cloud_pullHead_rev_userpass_sshtrait_userkey__when__build__th
1386
1386
1387
1387
instance .withCloneLinks (
1388
1388
List .of (
1389
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1389
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1390
1390
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1391
1391
),
1392
1392
List .of ()
@@ -1456,7 +1456,7 @@ public void given__cloud_pullHead_rev_userkey_sshtrait_userkey__when__build__the
1456
1456
1457
1457
instance .withCloneLinks (
1458
1458
List .of (
1459
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1459
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1460
1460
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1461
1461
),
1462
1462
List .of ()
@@ -1522,7 +1522,7 @@ public void given__cloud_pullHead_norev_anon__when__build__then__scmBuilt() thro
1522
1522
1523
1523
instance .withCloneLinks (
1524
1524
List .of (
1525
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1525
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1526
1526
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1527
1527
),
1528
1528
List .of ()
@@ -1570,7 +1570,7 @@ public void given__cloud_pullHead_norev_userpass__when__build__then__scmBuilt()
1570
1570
1571
1571
instance .withCloneLinks (
1572
1572
List .of (
1573
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1573
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1574
1574
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1575
1575
),
1576
1576
List .of ()
@@ -1618,7 +1618,7 @@ public void given__cloud_pullHead_norev_userkey__when__build__then__scmBuilt() t
1618
1618
1619
1619
instance .withCloneLinks (
1620
1620
List .of (
1621
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
1621
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
1622
1622
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
1623
1623
),
1624
1624
List .of ()
@@ -2484,7 +2484,7 @@ public void given__cloud_pullMerge_rev_anon__when__build__then__scmBuilt() throw
2484
2484
2485
2485
instance .withCloneLinks (
2486
2486
List .of (
2487
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
2487
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
2488
2488
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
2489
2489
),
2490
2490
List .of ()
@@ -2568,7 +2568,7 @@ public void given__cloud_pullMerge_rev_userpass__when__build__then__scmBuilt() t
2568
2568
2569
2569
instance .withCloneLinks (
2570
2570
List .of (
2571
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
2571
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
2572
2572
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
2573
2573
),
2574
2574
List .of ()
@@ -2652,7 +2652,7 @@ public void given__cloud_pullMerge_rev_userkey__when__build__then__scmBuilt() th
2652
2652
2653
2653
instance .withCloneLinks (
2654
2654
List .of (
2655
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
2655
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
2656
2656
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
2657
2657
),
2658
2658
List .of ()
@@ -2732,7 +2732,7 @@ public void given__cloud_pullMerge_norev_anon__when__build__then__scmBuilt() thr
2732
2732
2733
2733
instance .withCloneLinks (
2734
2734
List .of (
2735
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
2735
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
2736
2736
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
2737
2737
),
2738
2738
List .of ()
@@ -2800,7 +2800,7 @@ public void given__cloud_pullMerge_norev_userpass__when__build__then__scmBuilt()
2800
2800
2801
2801
instance .withCloneLinks (
2802
2802
List .of (
2803
- new BitbucketHref ("http " , "https://bitbucket.org/tester/test-repo.git" ),
2803
+ new BitbucketHref ("https " , "https://bitbucket.org/tester/test-repo.git" ),
2804
2804
new BitbucketHref ("ssh" , "ssh://git@bitbucket.org/tester/test-repo.git" )
2805
2805
),
2806
2806
List .of ()
0 commit comments