projen-pipelines 0.3.11 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +43 -251
- package/API.md +0 -204
- package/CODING_SPEC.md +2 -20
- package/documentation/overview.excalidraw +0 -72
- package/documentation/overview.png +0 -0
- package/lib/assign-approver/base.js +1 -1
- package/lib/assign-approver/github.js +1 -1
- package/lib/awscdk/base.js +1 -1
- package/lib/awscdk/bash.js +1 -1
- package/lib/awscdk/github.js +1 -1
- package/lib/awscdk/gitlab.js +1 -1
- package/lib/awscdk/index.js +1 -2
- package/lib/drift/base.js +1 -1
- package/lib/drift/bash.js +1 -1
- package/lib/drift/github.js +1 -1
- package/lib/drift/gitlab.js +1 -1
- package/lib/drift/step.js +1 -1
- package/lib/engine.d.ts +1 -2
- package/lib/engine.js +2 -4
- package/lib/steps/amplify-deploy.step.d.ts +1 -2
- package/lib/steps/amplify-deploy.step.js +2 -5
- package/lib/steps/artifact-steps.d.ts +1 -9
- package/lib/steps/artifact-steps.js +3 -23
- package/lib/steps/aws-assume-role.step.d.ts +1 -2
- package/lib/steps/aws-assume-role.step.js +2 -10
- package/lib/steps/github-summary.step.js +1 -1
- package/lib/steps/package-manager-setup.step.js +1 -1
- package/lib/steps/registries.js +3 -3
- package/lib/steps/set-env.step.d.ts +1 -2
- package/lib/steps/set-env.step.js +1 -8
- package/lib/steps/step.d.ts +0 -25
- package/lib/steps/step.js +5 -40
- package/lib/versioning/computation.js +3 -3
- package/lib/versioning/config.js +2 -2
- package/lib/versioning/outputs.js +5 -5
- package/lib/versioning/setup.js +1 -1
- package/lib/versioning/strategy.js +1 -1
- package/lib/versioning/version-info.js +2 -2
- package/package.json +1 -1
- package/.codecatalyst/workflows/options.json +0 -3
- package/lib/awscdk/codecatalyst/blueprint.d.ts +0 -0
- package/lib/awscdk/codecatalyst/blueprint.js +0 -29
- package/lib/awscdk/codecatalyst.d.ts +0 -0
- package/lib/awscdk/codecatalyst.js +0 -273
package/.jsii
CHANGED
|
@@ -179,24 +179,6 @@
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
{
|
|
183
|
-
"docs": {
|
|
184
|
-
"remarks": "Should be implemented by subclasses.",
|
|
185
|
-
"stability": "stable",
|
|
186
|
-
"summary": "Generates a configuration for a CodeCatalyst Actions step."
|
|
187
|
-
},
|
|
188
|
-
"locationInModule": {
|
|
189
|
-
"filename": "src/steps/amplify-deploy.step.ts",
|
|
190
|
-
"line": 181
|
|
191
|
-
},
|
|
192
|
-
"name": "toCodeCatalyst",
|
|
193
|
-
"overrides": "projen-pipelines.PipelineStep",
|
|
194
|
-
"returns": {
|
|
195
|
-
"type": {
|
|
196
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
182
|
{
|
|
201
183
|
"docs": {
|
|
202
184
|
"remarks": "Should be implemented by subclasses.",
|
|
@@ -537,7 +519,7 @@
|
|
|
537
519
|
},
|
|
538
520
|
"locationInModule": {
|
|
539
521
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
540
|
-
"line":
|
|
522
|
+
"line": 30
|
|
541
523
|
},
|
|
542
524
|
"parameters": [
|
|
543
525
|
{
|
|
@@ -560,7 +542,7 @@
|
|
|
560
542
|
"kind": "class",
|
|
561
543
|
"locationInModule": {
|
|
562
544
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
563
|
-
"line":
|
|
545
|
+
"line": 29
|
|
564
546
|
},
|
|
565
547
|
"methods": [
|
|
566
548
|
{
|
|
@@ -571,7 +553,7 @@
|
|
|
571
553
|
},
|
|
572
554
|
"locationInModule": {
|
|
573
555
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
574
|
-
"line":
|
|
556
|
+
"line": 96
|
|
575
557
|
},
|
|
576
558
|
"name": "toBash",
|
|
577
559
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -581,24 +563,6 @@
|
|
|
581
563
|
}
|
|
582
564
|
}
|
|
583
565
|
},
|
|
584
|
-
{
|
|
585
|
-
"docs": {
|
|
586
|
-
"remarks": "Should be implemented by subclasses.",
|
|
587
|
-
"stability": "stable",
|
|
588
|
-
"summary": "Generates a configuration for a CodeCatalyst Actions step."
|
|
589
|
-
},
|
|
590
|
-
"locationInModule": {
|
|
591
|
-
"filename": "src/steps/aws-assume-role.step.ts",
|
|
592
|
-
"line": 107
|
|
593
|
-
},
|
|
594
|
-
"name": "toCodeCatalyst",
|
|
595
|
-
"overrides": "projen-pipelines.PipelineStep",
|
|
596
|
-
"returns": {
|
|
597
|
-
"type": {
|
|
598
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
566
|
{
|
|
603
567
|
"docs": {
|
|
604
568
|
"remarks": "Should be implemented by subclasses.",
|
|
@@ -607,7 +571,7 @@
|
|
|
607
571
|
},
|
|
608
572
|
"locationInModule": {
|
|
609
573
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
610
|
-
"line":
|
|
574
|
+
"line": 53
|
|
611
575
|
},
|
|
612
576
|
"name": "toGithub",
|
|
613
577
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -625,7 +589,7 @@
|
|
|
625
589
|
},
|
|
626
590
|
"locationInModule": {
|
|
627
591
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
628
|
-
"line":
|
|
592
|
+
"line": 37
|
|
629
593
|
},
|
|
630
594
|
"name": "toGitlab",
|
|
631
595
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -650,7 +614,7 @@
|
|
|
650
614
|
"kind": "interface",
|
|
651
615
|
"locationInModule": {
|
|
652
616
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
653
|
-
"line":
|
|
617
|
+
"line": 13
|
|
654
618
|
},
|
|
655
619
|
"name": "AwsAssumeRoleStepConfig",
|
|
656
620
|
"properties": [
|
|
@@ -663,7 +627,7 @@
|
|
|
663
627
|
"immutable": true,
|
|
664
628
|
"locationInModule": {
|
|
665
629
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
666
|
-
"line":
|
|
630
|
+
"line": 15
|
|
667
631
|
},
|
|
668
632
|
"name": "roleArn",
|
|
669
633
|
"type": {
|
|
@@ -679,7 +643,7 @@
|
|
|
679
643
|
"immutable": true,
|
|
680
644
|
"locationInModule": {
|
|
681
645
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
682
|
-
"line":
|
|
646
|
+
"line": 23
|
|
683
647
|
},
|
|
684
648
|
"name": "jumpRoleArn",
|
|
685
649
|
"optional": true,
|
|
@@ -696,7 +660,7 @@
|
|
|
696
660
|
"immutable": true,
|
|
697
661
|
"locationInModule": {
|
|
698
662
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
699
|
-
"line":
|
|
663
|
+
"line": 19
|
|
700
664
|
},
|
|
701
665
|
"name": "region",
|
|
702
666
|
"optional": true,
|
|
@@ -713,7 +677,7 @@
|
|
|
713
677
|
"immutable": true,
|
|
714
678
|
"locationInModule": {
|
|
715
679
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
716
|
-
"line":
|
|
680
|
+
"line": 17
|
|
717
681
|
},
|
|
718
682
|
"name": "sessionName",
|
|
719
683
|
"optional": true,
|
|
@@ -885,7 +849,7 @@
|
|
|
885
849
|
"kind": "interface",
|
|
886
850
|
"locationInModule": {
|
|
887
851
|
"filename": "src/steps/step.ts",
|
|
888
|
-
"line":
|
|
852
|
+
"line": 45
|
|
889
853
|
},
|
|
890
854
|
"name": "BashStepConfig",
|
|
891
855
|
"properties": [
|
|
@@ -898,7 +862,7 @@
|
|
|
898
862
|
"immutable": true,
|
|
899
863
|
"locationInModule": {
|
|
900
864
|
"filename": "src/steps/step.ts",
|
|
901
|
-
"line":
|
|
865
|
+
"line": 48
|
|
902
866
|
},
|
|
903
867
|
"name": "commands",
|
|
904
868
|
"type": {
|
|
@@ -2321,87 +2285,6 @@
|
|
|
2321
2285
|
],
|
|
2322
2286
|
"symbolId": "src/steps/registries:CodeArtifactLoginStepOptions"
|
|
2323
2287
|
},
|
|
2324
|
-
"projen-pipelines.CodeCatalystStepConfig": {
|
|
2325
|
-
"assembly": "projen-pipelines",
|
|
2326
|
-
"datatype": true,
|
|
2327
|
-
"docs": {
|
|
2328
|
-
"stability": "stable",
|
|
2329
|
-
"summary": "Configuration interface for a CodeCatalyst Actions step."
|
|
2330
|
-
},
|
|
2331
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig",
|
|
2332
|
-
"kind": "interface",
|
|
2333
|
-
"locationInModule": {
|
|
2334
|
-
"filename": "src/steps/step.ts",
|
|
2335
|
-
"line": 45
|
|
2336
|
-
},
|
|
2337
|
-
"name": "CodeCatalystStepConfig",
|
|
2338
|
-
"properties": [
|
|
2339
|
-
{
|
|
2340
|
-
"abstract": true,
|
|
2341
|
-
"docs": {
|
|
2342
|
-
"stability": "stable",
|
|
2343
|
-
"summary": "Commands wrapped as GitHub Action job steps."
|
|
2344
|
-
},
|
|
2345
|
-
"immutable": true,
|
|
2346
|
-
"locationInModule": {
|
|
2347
|
-
"filename": "src/steps/step.ts",
|
|
2348
|
-
"line": 51
|
|
2349
|
-
},
|
|
2350
|
-
"name": "commands",
|
|
2351
|
-
"type": {
|
|
2352
|
-
"collection": {
|
|
2353
|
-
"elementtype": {
|
|
2354
|
-
"primitive": "string"
|
|
2355
|
-
},
|
|
2356
|
-
"kind": "array"
|
|
2357
|
-
}
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"abstract": true,
|
|
2362
|
-
"docs": {
|
|
2363
|
-
"stability": "stable",
|
|
2364
|
-
"summary": "Additional environment variables to set for this step."
|
|
2365
|
-
},
|
|
2366
|
-
"immutable": true,
|
|
2367
|
-
"locationInModule": {
|
|
2368
|
-
"filename": "src/steps/step.ts",
|
|
2369
|
-
"line": 54
|
|
2370
|
-
},
|
|
2371
|
-
"name": "env",
|
|
2372
|
-
"type": {
|
|
2373
|
-
"collection": {
|
|
2374
|
-
"elementtype": {
|
|
2375
|
-
"primitive": "string"
|
|
2376
|
-
},
|
|
2377
|
-
"kind": "map"
|
|
2378
|
-
}
|
|
2379
|
-
}
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"abstract": true,
|
|
2383
|
-
"docs": {
|
|
2384
|
-
"stability": "stable",
|
|
2385
|
-
"summary": "Dependencies which need to be completed before this step."
|
|
2386
|
-
},
|
|
2387
|
-
"immutable": true,
|
|
2388
|
-
"locationInModule": {
|
|
2389
|
-
"filename": "src/steps/step.ts",
|
|
2390
|
-
"line": 48
|
|
2391
|
-
},
|
|
2392
|
-
"name": "needs",
|
|
2393
|
-
"type": {
|
|
2394
|
-
"collection": {
|
|
2395
|
-
"elementtype": {
|
|
2396
|
-
"primitive": "string"
|
|
2397
|
-
},
|
|
2398
|
-
"kind": "array"
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
}
|
|
2402
|
-
],
|
|
2403
|
-
"symbolId": "src/steps/step:CodeCatalystStepConfig"
|
|
2404
|
-
},
|
|
2405
2288
|
"projen-pipelines.CommitCountConfig": {
|
|
2406
2289
|
"assembly": "projen-pipelines",
|
|
2407
2290
|
"datatype": true,
|
|
@@ -2882,23 +2765,6 @@
|
|
|
2882
2765
|
"line": 9
|
|
2883
2766
|
},
|
|
2884
2767
|
"methods": [
|
|
2885
|
-
{
|
|
2886
|
-
"docs": {
|
|
2887
|
-
"stability": "stable",
|
|
2888
|
-
"summary": "Converts the step into a CodeCatalyst Actions step configuration."
|
|
2889
|
-
},
|
|
2890
|
-
"locationInModule": {
|
|
2891
|
-
"filename": "src/steps/artifact-steps.ts",
|
|
2892
|
-
"line": 42
|
|
2893
|
-
},
|
|
2894
|
-
"name": "toCodeCatalyst",
|
|
2895
|
-
"overrides": "projen-pipelines.PipelineStep",
|
|
2896
|
-
"returns": {
|
|
2897
|
-
"type": {
|
|
2898
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
2899
|
-
}
|
|
2900
|
-
}
|
|
2901
|
-
},
|
|
2902
2768
|
{
|
|
2903
2769
|
"docs": {
|
|
2904
2770
|
"remarks": "Should be implemented by subclasses.",
|
|
@@ -6360,12 +6226,6 @@
|
|
|
6360
6226
|
},
|
|
6361
6227
|
"name": "GITLAB"
|
|
6362
6228
|
},
|
|
6363
|
-
{
|
|
6364
|
-
"docs": {
|
|
6365
|
-
"stability": "stable"
|
|
6366
|
-
},
|
|
6367
|
-
"name": "CODE_CATALYST"
|
|
6368
|
-
},
|
|
6369
6229
|
{
|
|
6370
6230
|
"docs": {
|
|
6371
6231
|
"stability": "stable",
|
|
@@ -6392,7 +6252,7 @@
|
|
|
6392
6252
|
},
|
|
6393
6253
|
"locationInModule": {
|
|
6394
6254
|
"filename": "src/steps/step.ts",
|
|
6395
|
-
"line":
|
|
6255
|
+
"line": 60
|
|
6396
6256
|
},
|
|
6397
6257
|
"parameters": [
|
|
6398
6258
|
{
|
|
@@ -6409,7 +6269,7 @@
|
|
|
6409
6269
|
"kind": "class",
|
|
6410
6270
|
"locationInModule": {
|
|
6411
6271
|
"filename": "src/steps/step.ts",
|
|
6412
|
-
"line":
|
|
6272
|
+
"line": 54
|
|
6413
6273
|
},
|
|
6414
6274
|
"methods": [
|
|
6415
6275
|
{
|
|
@@ -6420,7 +6280,7 @@
|
|
|
6420
6280
|
},
|
|
6421
6281
|
"locationInModule": {
|
|
6422
6282
|
"filename": "src/steps/step.ts",
|
|
6423
|
-
"line":
|
|
6283
|
+
"line": 81
|
|
6424
6284
|
},
|
|
6425
6285
|
"name": "toBash",
|
|
6426
6286
|
"returns": {
|
|
@@ -6429,23 +6289,6 @@
|
|
|
6429
6289
|
}
|
|
6430
6290
|
}
|
|
6431
6291
|
},
|
|
6432
|
-
{
|
|
6433
|
-
"docs": {
|
|
6434
|
-
"remarks": "Should be implemented by subclasses.",
|
|
6435
|
-
"stability": "stable",
|
|
6436
|
-
"summary": "Generates a configuration for a CodeCatalyst Actions step."
|
|
6437
|
-
},
|
|
6438
|
-
"locationInModule": {
|
|
6439
|
-
"filename": "src/steps/step.ts",
|
|
6440
|
-
"line": 97
|
|
6441
|
-
},
|
|
6442
|
-
"name": "toCodeCatalyst",
|
|
6443
|
-
"returns": {
|
|
6444
|
-
"type": {
|
|
6445
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
6446
|
-
}
|
|
6447
|
-
}
|
|
6448
|
-
},
|
|
6449
6292
|
{
|
|
6450
6293
|
"docs": {
|
|
6451
6294
|
"remarks": "Should be implemented by subclasses.",
|
|
@@ -6454,7 +6297,7 @@
|
|
|
6454
6297
|
},
|
|
6455
6298
|
"locationInModule": {
|
|
6456
6299
|
"filename": "src/steps/step.ts",
|
|
6457
|
-
"line":
|
|
6300
|
+
"line": 74
|
|
6458
6301
|
},
|
|
6459
6302
|
"name": "toGithub",
|
|
6460
6303
|
"returns": {
|
|
@@ -6471,7 +6314,7 @@
|
|
|
6471
6314
|
},
|
|
6472
6315
|
"locationInModule": {
|
|
6473
6316
|
"filename": "src/steps/step.ts",
|
|
6474
|
-
"line":
|
|
6317
|
+
"line": 67
|
|
6475
6318
|
},
|
|
6476
6319
|
"name": "toGitlab",
|
|
6477
6320
|
"returns": {
|
|
@@ -6490,7 +6333,7 @@
|
|
|
6490
6333
|
},
|
|
6491
6334
|
"locationInModule": {
|
|
6492
6335
|
"filename": "src/steps/step.ts",
|
|
6493
|
-
"line":
|
|
6336
|
+
"line": 60
|
|
6494
6337
|
},
|
|
6495
6338
|
"name": "project",
|
|
6496
6339
|
"protected": true,
|
|
@@ -6614,7 +6457,7 @@
|
|
|
6614
6457
|
},
|
|
6615
6458
|
"locationInModule": {
|
|
6616
6459
|
"filename": "src/steps/step.ts",
|
|
6617
|
-
"line":
|
|
6460
|
+
"line": 143
|
|
6618
6461
|
},
|
|
6619
6462
|
"parameters": [
|
|
6620
6463
|
{
|
|
@@ -6644,7 +6487,7 @@
|
|
|
6644
6487
|
"kind": "class",
|
|
6645
6488
|
"locationInModule": {
|
|
6646
6489
|
"filename": "src/steps/step.ts",
|
|
6647
|
-
"line":
|
|
6490
|
+
"line": 142
|
|
6648
6491
|
},
|
|
6649
6492
|
"name": "ProjenScriptStep",
|
|
6650
6493
|
"symbolId": "src/steps/step:ProjenScriptStep"
|
|
@@ -6664,7 +6507,7 @@
|
|
|
6664
6507
|
},
|
|
6665
6508
|
"locationInModule": {
|
|
6666
6509
|
"filename": "src/steps/step.ts",
|
|
6667
|
-
"line":
|
|
6510
|
+
"line": 99
|
|
6668
6511
|
},
|
|
6669
6512
|
"parameters": [
|
|
6670
6513
|
{
|
|
@@ -6707,7 +6550,7 @@
|
|
|
6707
6550
|
"kind": "class",
|
|
6708
6551
|
"locationInModule": {
|
|
6709
6552
|
"filename": "src/steps/step.ts",
|
|
6710
|
-
"line":
|
|
6553
|
+
"line": 89
|
|
6711
6554
|
},
|
|
6712
6555
|
"methods": [
|
|
6713
6556
|
{
|
|
@@ -6717,7 +6560,7 @@
|
|
|
6717
6560
|
},
|
|
6718
6561
|
"locationInModule": {
|
|
6719
6562
|
"filename": "src/steps/step.ts",
|
|
6720
|
-
"line":
|
|
6563
|
+
"line": 120
|
|
6721
6564
|
},
|
|
6722
6565
|
"name": "toBash",
|
|
6723
6566
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -6727,23 +6570,6 @@
|
|
|
6727
6570
|
}
|
|
6728
6571
|
}
|
|
6729
6572
|
},
|
|
6730
|
-
{
|
|
6731
|
-
"docs": {
|
|
6732
|
-
"stability": "stable",
|
|
6733
|
-
"summary": "Converts the step into a CodeCatalyst Actions step configuration."
|
|
6734
|
-
},
|
|
6735
|
-
"locationInModule": {
|
|
6736
|
-
"filename": "src/steps/step.ts",
|
|
6737
|
-
"line": 166
|
|
6738
|
-
},
|
|
6739
|
-
"name": "toCodeCatalyst",
|
|
6740
|
-
"overrides": "projen-pipelines.PipelineStep",
|
|
6741
|
-
"returns": {
|
|
6742
|
-
"type": {
|
|
6743
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
6744
|
-
}
|
|
6745
|
-
}
|
|
6746
|
-
},
|
|
6747
6573
|
{
|
|
6748
6574
|
"docs": {
|
|
6749
6575
|
"stability": "stable",
|
|
@@ -6751,7 +6577,7 @@
|
|
|
6751
6577
|
},
|
|
6752
6578
|
"locationInModule": {
|
|
6753
6579
|
"filename": "src/steps/step.ts",
|
|
6754
|
-
"line":
|
|
6580
|
+
"line": 132
|
|
6755
6581
|
},
|
|
6756
6582
|
"name": "toGithub",
|
|
6757
6583
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -6768,7 +6594,7 @@
|
|
|
6768
6594
|
},
|
|
6769
6595
|
"locationInModule": {
|
|
6770
6596
|
"filename": "src/steps/step.ts",
|
|
6771
|
-
"line":
|
|
6597
|
+
"line": 108
|
|
6772
6598
|
},
|
|
6773
6599
|
"name": "toGitlab",
|
|
6774
6600
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -6787,7 +6613,7 @@
|
|
|
6787
6613
|
},
|
|
6788
6614
|
"locationInModule": {
|
|
6789
6615
|
"filename": "src/steps/step.ts",
|
|
6790
|
-
"line":
|
|
6616
|
+
"line": 91
|
|
6791
6617
|
},
|
|
6792
6618
|
"name": "commands",
|
|
6793
6619
|
"protected": true,
|
|
@@ -6806,7 +6632,7 @@
|
|
|
6806
6632
|
},
|
|
6807
6633
|
"locationInModule": {
|
|
6808
6634
|
"filename": "src/steps/step.ts",
|
|
6809
|
-
"line":
|
|
6635
|
+
"line": 92
|
|
6810
6636
|
},
|
|
6811
6637
|
"name": "env",
|
|
6812
6638
|
"protected": true,
|
|
@@ -6976,7 +6802,7 @@
|
|
|
6976
6802
|
},
|
|
6977
6803
|
"locationInModule": {
|
|
6978
6804
|
"filename": "src/steps/step.ts",
|
|
6979
|
-
"line":
|
|
6805
|
+
"line": 158
|
|
6980
6806
|
},
|
|
6981
6807
|
"parameters": [
|
|
6982
6808
|
{
|
|
@@ -7007,7 +6833,7 @@
|
|
|
7007
6833
|
"kind": "class",
|
|
7008
6834
|
"locationInModule": {
|
|
7009
6835
|
"filename": "src/steps/step.ts",
|
|
7010
|
-
"line":
|
|
6836
|
+
"line": 149
|
|
7011
6837
|
},
|
|
7012
6838
|
"methods": [
|
|
7013
6839
|
{
|
|
@@ -7016,7 +6842,7 @@
|
|
|
7016
6842
|
},
|
|
7017
6843
|
"locationInModule": {
|
|
7018
6844
|
"filename": "src/steps/step.ts",
|
|
7019
|
-
"line":
|
|
6845
|
+
"line": 223
|
|
7020
6846
|
},
|
|
7021
6847
|
"name": "addSteps",
|
|
7022
6848
|
"parameters": [
|
|
@@ -7036,7 +6862,7 @@
|
|
|
7036
6862
|
},
|
|
7037
6863
|
"locationInModule": {
|
|
7038
6864
|
"filename": "src/steps/step.ts",
|
|
7039
|
-
"line":
|
|
6865
|
+
"line": 227
|
|
7040
6866
|
},
|
|
7041
6867
|
"name": "prependSteps",
|
|
7042
6868
|
"parameters": [
|
|
@@ -7057,7 +6883,7 @@
|
|
|
7057
6883
|
},
|
|
7058
6884
|
"locationInModule": {
|
|
7059
6885
|
"filename": "src/steps/step.ts",
|
|
7060
|
-
"line":
|
|
6886
|
+
"line": 189
|
|
7061
6887
|
},
|
|
7062
6888
|
"name": "toBash",
|
|
7063
6889
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -7067,23 +6893,6 @@
|
|
|
7067
6893
|
}
|
|
7068
6894
|
}
|
|
7069
6895
|
},
|
|
7070
|
-
{
|
|
7071
|
-
"docs": {
|
|
7072
|
-
"stability": "stable",
|
|
7073
|
-
"summary": "Converts the sequence of steps into a CodeCatalyst Actions step configuration."
|
|
7074
|
-
},
|
|
7075
|
-
"locationInModule": {
|
|
7076
|
-
"filename": "src/steps/step.ts",
|
|
7077
|
-
"line": 259
|
|
7078
|
-
},
|
|
7079
|
-
"name": "toCodeCatalyst",
|
|
7080
|
-
"overrides": "projen-pipelines.PipelineStep",
|
|
7081
|
-
"returns": {
|
|
7082
|
-
"type": {
|
|
7083
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
7084
|
-
}
|
|
7085
|
-
}
|
|
7086
|
-
},
|
|
7087
6896
|
{
|
|
7088
6897
|
"docs": {
|
|
7089
6898
|
"stability": "stable",
|
|
@@ -7091,7 +6900,7 @@
|
|
|
7091
6900
|
},
|
|
7092
6901
|
"locationInModule": {
|
|
7093
6902
|
"filename": "src/steps/step.ts",
|
|
7094
|
-
"line":
|
|
6903
|
+
"line": 201
|
|
7095
6904
|
},
|
|
7096
6905
|
"name": "toGithub",
|
|
7097
6906
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -7108,7 +6917,7 @@
|
|
|
7108
6917
|
},
|
|
7109
6918
|
"locationInModule": {
|
|
7110
6919
|
"filename": "src/steps/step.ts",
|
|
7111
|
-
"line":
|
|
6920
|
+
"line": 166
|
|
7112
6921
|
},
|
|
7113
6922
|
"name": "toGitlab",
|
|
7114
6923
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -7127,7 +6936,7 @@
|
|
|
7127
6936
|
},
|
|
7128
6937
|
"locationInModule": {
|
|
7129
6938
|
"filename": "src/steps/step.ts",
|
|
7130
|
-
"line":
|
|
6939
|
+
"line": 151
|
|
7131
6940
|
},
|
|
7132
6941
|
"name": "steps",
|
|
7133
6942
|
"protected": true,
|
|
@@ -7156,7 +6965,7 @@
|
|
|
7156
6965
|
},
|
|
7157
6966
|
"locationInModule": {
|
|
7158
6967
|
"filename": "src/steps/artifact-steps.ts",
|
|
7159
|
-
"line":
|
|
6968
|
+
"line": 49
|
|
7160
6969
|
},
|
|
7161
6970
|
"parameters": [
|
|
7162
6971
|
{
|
|
@@ -7179,26 +6988,9 @@
|
|
|
7179
6988
|
"kind": "class",
|
|
7180
6989
|
"locationInModule": {
|
|
7181
6990
|
"filename": "src/steps/artifact-steps.ts",
|
|
7182
|
-
"line":
|
|
6991
|
+
"line": 47
|
|
7183
6992
|
},
|
|
7184
6993
|
"methods": [
|
|
7185
|
-
{
|
|
7186
|
-
"docs": {
|
|
7187
|
-
"stability": "stable",
|
|
7188
|
-
"summary": "Converts the step into a CodeCatalyst Actions step configuration."
|
|
7189
|
-
},
|
|
7190
|
-
"locationInModule": {
|
|
7191
|
-
"filename": "src/steps/artifact-steps.ts",
|
|
7192
|
-
"line": 81
|
|
7193
|
-
},
|
|
7194
|
-
"name": "toCodeCatalyst",
|
|
7195
|
-
"overrides": "projen-pipelines.PipelineStep",
|
|
7196
|
-
"returns": {
|
|
7197
|
-
"type": {
|
|
7198
|
-
"fqn": "projen-pipelines.CodeCatalystStepConfig"
|
|
7199
|
-
}
|
|
7200
|
-
}
|
|
7201
|
-
},
|
|
7202
6994
|
{
|
|
7203
6995
|
"docs": {
|
|
7204
6996
|
"remarks": "Should be implemented by subclasses.",
|
|
@@ -7207,7 +6999,7 @@
|
|
|
7207
6999
|
},
|
|
7208
7000
|
"locationInModule": {
|
|
7209
7001
|
"filename": "src/steps/artifact-steps.ts",
|
|
7210
|
-
"line":
|
|
7002
|
+
"line": 53
|
|
7211
7003
|
},
|
|
7212
7004
|
"name": "toGithub",
|
|
7213
7005
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -7231,7 +7023,7 @@
|
|
|
7231
7023
|
"kind": "interface",
|
|
7232
7024
|
"locationInModule": {
|
|
7233
7025
|
"filename": "src/steps/artifact-steps.ts",
|
|
7234
|
-
"line":
|
|
7026
|
+
"line": 42
|
|
7235
7027
|
},
|
|
7236
7028
|
"name": "UploadArtifactStepConfig",
|
|
7237
7029
|
"properties": [
|
|
@@ -7243,7 +7035,7 @@
|
|
|
7243
7035
|
"immutable": true,
|
|
7244
7036
|
"locationInModule": {
|
|
7245
7037
|
"filename": "src/steps/artifact-steps.ts",
|
|
7246
|
-
"line":
|
|
7038
|
+
"line": 43
|
|
7247
7039
|
},
|
|
7248
7040
|
"name": "name",
|
|
7249
7041
|
"type": {
|
|
@@ -7258,7 +7050,7 @@
|
|
|
7258
7050
|
"immutable": true,
|
|
7259
7051
|
"locationInModule": {
|
|
7260
7052
|
"filename": "src/steps/artifact-steps.ts",
|
|
7261
|
-
"line":
|
|
7053
|
+
"line": 44
|
|
7262
7054
|
},
|
|
7263
7055
|
"name": "path",
|
|
7264
7056
|
"type": {
|
|
@@ -8883,6 +8675,6 @@
|
|
|
8883
8675
|
"symbolId": "src/versioning/types:VersioningStrategyComponents"
|
|
8884
8676
|
}
|
|
8885
8677
|
},
|
|
8886
|
-
"version": "0.3.
|
|
8887
|
-
"fingerprint": "/
|
|
8678
|
+
"version": "0.3.12",
|
|
8679
|
+
"fingerprint": "XUiMbu9neECFpJgQPB8M7yMHrpVbFRUomOqz4cca/e0="
|
|
8888
8680
|
}
|