projen-pipelines 0.1.1 → 0.2.0

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 CHANGED
@@ -161,6 +161,42 @@
161
161
  "line": 21
162
162
  },
163
163
  "methods": [
164
+ {
165
+ "docs": {
166
+ "remarks": "Should be implemented by subclasses.",
167
+ "stability": "stable",
168
+ "summary": "Generates a configuration for a bash script step."
169
+ },
170
+ "locationInModule": {
171
+ "filename": "src/steps/aws-assume-role.step.ts",
172
+ "line": 59
173
+ },
174
+ "name": "toBash",
175
+ "overrides": "projen-pipelines.PipelineStep",
176
+ "returns": {
177
+ "type": {
178
+ "fqn": "projen-pipelines.BashStepConfig"
179
+ }
180
+ }
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/aws-assume-role.step.ts",
190
+ "line": 67
191
+ },
192
+ "name": "toCodeCatalyst",
193
+ "overrides": "projen-pipelines.PipelineStep",
194
+ "returns": {
195
+ "type": {
196
+ "fqn": "projen-pipelines.CodeCatalystStepConfig"
197
+ }
198
+ }
199
+ },
164
200
  {
165
201
  "docs": {
166
202
  "remarks": "Should be implemented by subclasses.",
@@ -311,7 +347,7 @@
311
347
  },
312
348
  "locationInModule": {
313
349
  "filename": "src/awscdk/bash.ts",
314
- "line": 79
350
+ "line": 74
315
351
  },
316
352
  "name": "engineType",
317
353
  "overrides": "projen-pipelines.CDKPipeline",
@@ -354,7 +390,7 @@
354
390
  "kind": "interface",
355
391
  "locationInModule": {
356
392
  "filename": "src/steps/step.ts",
357
- "line": 60
393
+ "line": 61
358
394
  },
359
395
  "name": "BashStepConfig",
360
396
  "properties": [
@@ -367,7 +403,7 @@
367
403
  "immutable": true,
368
404
  "locationInModule": {
369
405
  "filename": "src/steps/step.ts",
370
- "line": 63
406
+ "line": 64
371
407
  },
372
408
  "name": "commands",
373
409
  "type": {
@@ -398,7 +434,7 @@
398
434
  },
399
435
  "locationInModule": {
400
436
  "filename": "src/awscdk/base.ts",
401
- "line": 152
437
+ "line": 173
402
438
  },
403
439
  "parameters": [
404
440
  {
@@ -418,7 +454,7 @@
418
454
  "kind": "class",
419
455
  "locationInModule": {
420
456
  "filename": "src/awscdk/base.ts",
421
- "line": 148
457
+ "line": 169
422
458
  },
423
459
  "methods": [
424
460
  {
@@ -428,7 +464,7 @@
428
464
  },
429
465
  "locationInModule": {
430
466
  "filename": "src/awscdk/base.ts",
431
- "line": 275
467
+ "line": 350
432
468
  },
433
469
  "name": "createApplicationEntrypoint",
434
470
  "protected": true
@@ -440,7 +476,7 @@
440
476
  },
441
477
  "locationInModule": {
442
478
  "filename": "src/awscdk/base.ts",
443
- "line": 441
479
+ "line": 516
444
480
  },
445
481
  "name": "createFeatureStage",
446
482
  "protected": true
@@ -452,7 +488,7 @@
452
488
  },
453
489
  "locationInModule": {
454
490
  "filename": "src/awscdk/base.ts",
455
- "line": 480
491
+ "line": 555
456
492
  },
457
493
  "name": "createIndependentStage",
458
494
  "parameters": [
@@ -475,7 +511,7 @@
475
511
  },
476
512
  "locationInModule": {
477
513
  "filename": "src/awscdk/base.ts",
478
- "line": 421
514
+ "line": 496
479
515
  },
480
516
  "name": "createPersonalStage",
481
517
  "protected": true
@@ -487,7 +523,7 @@
487
523
  },
488
524
  "locationInModule": {
489
525
  "filename": "src/awscdk/base.ts",
490
- "line": 461
526
+ "line": 536
491
527
  },
492
528
  "name": "createPipelineStage",
493
529
  "parameters": [
@@ -510,7 +546,7 @@
510
546
  },
511
547
  "locationInModule": {
512
548
  "filename": "src/awscdk/base.ts",
513
- "line": 373
549
+ "line": 448
514
550
  },
515
551
  "name": "createReleaseTasks",
516
552
  "protected": true
@@ -521,7 +557,7 @@
521
557
  },
522
558
  "locationInModule": {
523
559
  "filename": "src/awscdk/base.ts",
524
- "line": 261
560
+ "line": 336
525
561
  },
526
562
  "name": "createSafeStageName",
527
563
  "parameters": [
@@ -546,7 +582,7 @@
546
582
  },
547
583
  "locationInModule": {
548
584
  "filename": "src/awscdk/base.ts",
549
- "line": 200
585
+ "line": 221
550
586
  },
551
587
  "name": "engineType",
552
588
  "returns": {
@@ -561,7 +597,7 @@
561
597
  },
562
598
  "locationInModule": {
563
599
  "filename": "src/awscdk/base.ts",
564
- "line": 495
600
+ "line": 570
565
601
  },
566
602
  "name": "getCliStackPattern",
567
603
  "parameters": [
@@ -585,18 +621,13 @@
585
621
  },
586
622
  "locationInModule": {
587
623
  "filename": "src/awscdk/base.ts",
588
- "line": 242
624
+ "line": 286
589
625
  },
590
- "name": "renderAssemblyUploadCommands",
626
+ "name": "provideAssemblyUploadStep",
591
627
  "protected": true,
592
628
  "returns": {
593
629
  "type": {
594
- "collection": {
595
- "elementtype": {
596
- "primitive": "string"
597
- },
598
- "kind": "array"
599
- }
630
+ "fqn": "projen-pipelines.PipelineStep"
600
631
  }
601
632
  }
602
633
  },
@@ -606,9 +637,9 @@
606
637
  },
607
638
  "locationInModule": {
608
639
  "filename": "src/awscdk/base.ts",
609
- "line": 236
640
+ "line": 255
610
641
  },
611
- "name": "renderAssetUploadCommands",
642
+ "name": "provideAssetUploadStep",
612
643
  "parameters": [
613
644
  {
614
645
  "name": "stageName",
@@ -621,12 +652,7 @@
621
652
  "protected": true,
622
653
  "returns": {
623
654
  "type": {
624
- "collection": {
625
- "elementtype": {
626
- "primitive": "string"
627
- },
628
- "kind": "array"
629
- }
655
+ "fqn": "projen-pipelines.PipelineStep"
630
656
  }
631
657
  }
632
658
  },
@@ -636,26 +662,21 @@
636
662
  },
637
663
  "locationInModule": {
638
664
  "filename": "src/awscdk/base.ts",
639
- "line": 249
665
+ "line": 293
640
666
  },
641
- "name": "renderDeployCommands",
667
+ "name": "provideDeployStep",
642
668
  "parameters": [
643
669
  {
644
- "name": "stageName",
670
+ "name": "stage",
645
671
  "type": {
646
- "primitive": "string"
672
+ "fqn": "projen-pipelines.NamedStageOptions"
647
673
  }
648
674
  }
649
675
  ],
650
676
  "protected": true,
651
677
  "returns": {
652
678
  "type": {
653
- "collection": {
654
- "elementtype": {
655
- "primitive": "string"
656
- },
657
- "kind": "array"
658
- }
679
+ "fqn": "projen-pipelines.PipelineStep"
659
680
  }
660
681
  }
661
682
  },
@@ -665,26 +686,21 @@
665
686
  },
666
687
  "locationInModule": {
667
688
  "filename": "src/awscdk/base.ts",
668
- "line": 255
689
+ "line": 304
669
690
  },
670
- "name": "renderDiffCommands",
691
+ "name": "provideDiffStep",
671
692
  "parameters": [
672
693
  {
673
- "name": "stageName",
694
+ "name": "stage",
674
695
  "type": {
675
- "primitive": "string"
696
+ "fqn": "projen-pipelines.NamedStageOptions"
676
697
  }
677
698
  }
678
699
  ],
679
700
  "protected": true,
680
701
  "returns": {
681
702
  "type": {
682
- "collection": {
683
- "elementtype": {
684
- "primitive": "string"
685
- },
686
- "kind": "array"
687
- }
703
+ "fqn": "projen-pipelines.PipelineStep"
688
704
  }
689
705
  }
690
706
  },
@@ -694,18 +710,29 @@
694
710
  },
695
711
  "locationInModule": {
696
712
  "filename": "src/awscdk/base.ts",
697
- "line": 202
713
+ "line": 223
698
714
  },
699
- "name": "renderInstallCommands",
715
+ "name": "provideInstallStep",
700
716
  "protected": true,
701
717
  "returns": {
702
718
  "type": {
703
- "collection": {
704
- "elementtype": {
705
- "primitive": "string"
706
- },
707
- "kind": "array"
708
- }
719
+ "fqn": "projen-pipelines.PipelineStep"
720
+ }
721
+ }
722
+ },
723
+ {
724
+ "docs": {
725
+ "stability": "stable"
726
+ },
727
+ "locationInModule": {
728
+ "filename": "src/awscdk/base.ts",
729
+ "line": 232
730
+ },
731
+ "name": "provideSynthStep",
732
+ "protected": true,
733
+ "returns": {
734
+ "type": {
735
+ "fqn": "projen-pipelines.PipelineStep"
709
736
  }
710
737
  }
711
738
  },
@@ -715,7 +742,7 @@
715
742
  },
716
743
  "locationInModule": {
717
744
  "filename": "src/awscdk/base.ts",
718
- "line": 209
745
+ "line": 317
719
746
  },
720
747
  "name": "renderInstallPackageCommands",
721
748
  "parameters": [
@@ -744,27 +771,6 @@
744
771
  }
745
772
  }
746
773
  }
747
- },
748
- {
749
- "docs": {
750
- "stability": "stable"
751
- },
752
- "locationInModule": {
753
- "filename": "src/awscdk/base.ts",
754
- "line": 228
755
- },
756
- "name": "renderSynthCommands",
757
- "protected": true,
758
- "returns": {
759
- "type": {
760
- "collection": {
761
- "elementtype": {
762
- "primitive": "string"
763
- },
764
- "kind": "array"
765
- }
766
- }
767
- }
768
774
  }
769
775
  ],
770
776
  "name": "CDKPipeline",
@@ -776,7 +782,7 @@
776
782
  "immutable": true,
777
783
  "locationInModule": {
778
784
  "filename": "src/awscdk/base.ts",
779
- "line": 150
785
+ "line": 171
780
786
  },
781
787
  "name": "branchName",
782
788
  "type": {
@@ -790,7 +796,7 @@
790
796
  "immutable": true,
791
797
  "locationInModule": {
792
798
  "filename": "src/awscdk/base.ts",
793
- "line": 149
799
+ "line": 170
794
800
  },
795
801
  "name": "stackPrefix",
796
802
  "type": {
@@ -803,7 +809,7 @@
803
809
  },
804
810
  "locationInModule": {
805
811
  "filename": "src/awscdk/base.ts",
806
- "line": 152
812
+ "line": 173
807
813
  },
808
814
  "name": "app",
809
815
  "protected": true,
@@ -817,7 +823,7 @@
817
823
  },
818
824
  "locationInModule": {
819
825
  "filename": "src/awscdk/base.ts",
820
- "line": 152
826
+ "line": 173
821
827
  },
822
828
  "name": "baseOptions",
823
829
  "protected": true,
@@ -840,10 +846,26 @@
840
846
  "kind": "interface",
841
847
  "locationInModule": {
842
848
  "filename": "src/awscdk/base.ts",
843
- "line": 81
849
+ "line": 99
844
850
  },
845
851
  "name": "CDKPipelineOptions",
846
852
  "properties": [
853
+ {
854
+ "abstract": true,
855
+ "docs": {
856
+ "stability": "stable",
857
+ "summary": "IAM config."
858
+ },
859
+ "immutable": true,
860
+ "locationInModule": {
861
+ "filename": "src/awscdk/base.ts",
862
+ "line": 131
863
+ },
864
+ "name": "iamRoleArns",
865
+ "type": {
866
+ "fqn": "projen-pipelines.IamRoleConfig"
867
+ }
868
+ },
847
869
  {
848
870
  "abstract": true,
849
871
  "docs": {
@@ -854,7 +876,7 @@
854
876
  "immutable": true,
855
877
  "locationInModule": {
856
878
  "filename": "src/awscdk/base.ts",
857
- "line": 110
879
+ "line": 128
858
880
  },
859
881
  "name": "pkgNamespace",
860
882
  "type": {
@@ -870,7 +892,7 @@
870
892
  "immutable": true,
871
893
  "locationInModule": {
872
894
  "filename": "src/awscdk/base.ts",
873
- "line": 115
895
+ "line": 136
874
896
  },
875
897
  "name": "stages",
876
898
  "type": {
@@ -892,7 +914,7 @@
892
914
  "immutable": true,
893
915
  "locationInModule": {
894
916
  "filename": "src/awscdk/base.ts",
895
- "line": 87
917
+ "line": 105
896
918
  },
897
919
  "name": "branchName",
898
920
  "optional": true,
@@ -911,7 +933,7 @@
911
933
  "immutable": true,
912
934
  "locationInModule": {
913
935
  "filename": "src/awscdk/base.ts",
914
- "line": 103
936
+ "line": 121
915
937
  },
916
938
  "name": "deploySubStacks",
917
939
  "optional": true,
@@ -928,7 +950,7 @@
928
950
  "immutable": true,
929
951
  "locationInModule": {
930
952
  "filename": "src/awscdk/base.ts",
931
- "line": 124
953
+ "line": 145
932
954
  },
933
955
  "name": "featureStages",
934
956
  "optional": true,
@@ -945,7 +967,7 @@
945
967
  "immutable": true,
946
968
  "locationInModule": {
947
969
  "filename": "src/awscdk/base.ts",
948
- "line": 118
970
+ "line": 139
949
971
  },
950
972
  "name": "independentStages",
951
973
  "optional": true,
@@ -967,7 +989,7 @@
967
989
  "immutable": true,
968
990
  "locationInModule": {
969
991
  "filename": "src/awscdk/base.ts",
970
- "line": 121
992
+ "line": 142
971
993
  },
972
994
  "name": "personalStage",
973
995
  "optional": true,
@@ -983,7 +1005,7 @@
983
1005
  "immutable": true,
984
1006
  "locationInModule": {
985
1007
  "filename": "src/awscdk/base.ts",
986
- "line": 137
1008
+ "line": 158
987
1009
  },
988
1010
  "name": "postSynthCommands",
989
1011
  "optional": true,
@@ -1004,7 +1026,7 @@
1004
1026
  "immutable": true,
1005
1027
  "locationInModule": {
1006
1028
  "filename": "src/awscdk/base.ts",
1007
- "line": 141
1029
+ "line": 162
1008
1030
  },
1009
1031
  "name": "postSynthSteps",
1010
1032
  "optional": true,
@@ -1025,7 +1047,7 @@
1025
1047
  "immutable": true,
1026
1048
  "locationInModule": {
1027
1049
  "filename": "src/awscdk/base.ts",
1028
- "line": 135
1050
+ "line": 156
1029
1051
  },
1030
1052
  "name": "preInstallCommands",
1031
1053
  "optional": true,
@@ -1046,7 +1068,7 @@
1046
1068
  "immutable": true,
1047
1069
  "locationInModule": {
1048
1070
  "filename": "src/awscdk/base.ts",
1049
- "line": 139
1071
+ "line": 160
1050
1072
  },
1051
1073
  "name": "preInstallSteps",
1052
1074
  "optional": true,
@@ -1067,7 +1089,7 @@
1067
1089
  "immutable": true,
1068
1090
  "locationInModule": {
1069
1091
  "filename": "src/awscdk/base.ts",
1070
- "line": 136
1092
+ "line": 157
1071
1093
  },
1072
1094
  "name": "preSynthCommands",
1073
1095
  "optional": true,
@@ -1088,7 +1110,7 @@
1088
1110
  "immutable": true,
1089
1111
  "locationInModule": {
1090
1112
  "filename": "src/awscdk/base.ts",
1091
- "line": 140
1113
+ "line": 161
1092
1114
  },
1093
1115
  "name": "preSynthSteps",
1094
1116
  "optional": true,
@@ -1111,7 +1133,7 @@
1111
1133
  "immutable": true,
1112
1134
  "locationInModule": {
1113
1135
  "filename": "src/awscdk/base.ts",
1114
- "line": 95
1136
+ "line": 113
1115
1137
  },
1116
1138
  "name": "stackPrefix",
1117
1139
  "optional": true,
@@ -1122,6 +1144,140 @@
1122
1144
  ],
1123
1145
  "symbolId": "src/awscdk/base:CDKPipelineOptions"
1124
1146
  },
1147
+ "projen-pipelines.CodeArtifactLoginStep": {
1148
+ "assembly": "projen-pipelines",
1149
+ "base": "projen-pipelines.StepSequence",
1150
+ "docs": {
1151
+ "stability": "stable"
1152
+ },
1153
+ "fqn": "projen-pipelines.CodeArtifactLoginStep",
1154
+ "initializer": {
1155
+ "docs": {
1156
+ "stability": "stable"
1157
+ },
1158
+ "locationInModule": {
1159
+ "filename": "src/steps/registries.ts",
1160
+ "line": 42
1161
+ },
1162
+ "parameters": [
1163
+ {
1164
+ "docs": {
1165
+ "summary": "- The projen project reference."
1166
+ },
1167
+ "name": "project",
1168
+ "type": {
1169
+ "fqn": "projen.Project"
1170
+ }
1171
+ },
1172
+ {
1173
+ "name": "options",
1174
+ "type": {
1175
+ "fqn": "projen-pipelines.CodeArtifactLoginStepOptions"
1176
+ }
1177
+ }
1178
+ ]
1179
+ },
1180
+ "kind": "class",
1181
+ "locationInModule": {
1182
+ "filename": "src/steps/registries.ts",
1183
+ "line": 41
1184
+ },
1185
+ "name": "CodeArtifactLoginStep",
1186
+ "properties": [
1187
+ {
1188
+ "docs": {
1189
+ "stability": "stable"
1190
+ },
1191
+ "locationInModule": {
1192
+ "filename": "src/steps/registries.ts",
1193
+ "line": 42
1194
+ },
1195
+ "name": "options",
1196
+ "protected": true,
1197
+ "type": {
1198
+ "fqn": "projen-pipelines.CodeArtifactLoginStepOptions"
1199
+ }
1200
+ }
1201
+ ],
1202
+ "symbolId": "src/steps/registries:CodeArtifactLoginStep"
1203
+ },
1204
+ "projen-pipelines.CodeArtifactLoginStepOptions": {
1205
+ "assembly": "projen-pipelines",
1206
+ "datatype": true,
1207
+ "docs": {
1208
+ "stability": "stable"
1209
+ },
1210
+ "fqn": "projen-pipelines.CodeArtifactLoginStepOptions",
1211
+ "kind": "interface",
1212
+ "locationInModule": {
1213
+ "filename": "src/steps/registries.ts",
1214
+ "line": 34
1215
+ },
1216
+ "name": "CodeArtifactLoginStepOptions",
1217
+ "properties": [
1218
+ {
1219
+ "abstract": true,
1220
+ "docs": {
1221
+ "stability": "stable"
1222
+ },
1223
+ "immutable": true,
1224
+ "locationInModule": {
1225
+ "filename": "src/steps/registries.ts",
1226
+ "line": 37
1227
+ },
1228
+ "name": "domainName",
1229
+ "type": {
1230
+ "primitive": "string"
1231
+ }
1232
+ },
1233
+ {
1234
+ "abstract": true,
1235
+ "docs": {
1236
+ "stability": "stable"
1237
+ },
1238
+ "immutable": true,
1239
+ "locationInModule": {
1240
+ "filename": "src/steps/registries.ts",
1241
+ "line": 35
1242
+ },
1243
+ "name": "ownerAccount",
1244
+ "type": {
1245
+ "primitive": "string"
1246
+ }
1247
+ },
1248
+ {
1249
+ "abstract": true,
1250
+ "docs": {
1251
+ "stability": "stable"
1252
+ },
1253
+ "immutable": true,
1254
+ "locationInModule": {
1255
+ "filename": "src/steps/registries.ts",
1256
+ "line": 36
1257
+ },
1258
+ "name": "region",
1259
+ "type": {
1260
+ "primitive": "string"
1261
+ }
1262
+ },
1263
+ {
1264
+ "abstract": true,
1265
+ "docs": {
1266
+ "stability": "stable"
1267
+ },
1268
+ "immutable": true,
1269
+ "locationInModule": {
1270
+ "filename": "src/steps/registries.ts",
1271
+ "line": 38
1272
+ },
1273
+ "name": "role",
1274
+ "type": {
1275
+ "primitive": "string"
1276
+ }
1277
+ }
1278
+ ],
1279
+ "symbolId": "src/steps/registries:CodeArtifactLoginStepOptions"
1280
+ },
1125
1281
  "projen-pipelines.CodeCatalystCDKPipeline": {
1126
1282
  "assembly": "projen-pipelines",
1127
1283
  "base": "projen-pipelines.CDKPipeline",
@@ -1135,7 +1291,7 @@
1135
1291
  },
1136
1292
  "locationInModule": {
1137
1293
  "filename": "src/awscdk/codecatalyst.ts",
1138
- "line": 65
1294
+ "line": 52
1139
1295
  },
1140
1296
  "parameters": [
1141
1297
  {
@@ -1155,7 +1311,7 @@
1155
1311
  "kind": "class",
1156
1312
  "locationInModule": {
1157
1313
  "filename": "src/awscdk/codecatalyst.ts",
1158
- "line": 55
1314
+ "line": 42
1159
1315
  },
1160
1316
  "methods": [
1161
1317
  {
@@ -1164,7 +1320,7 @@
1164
1320
  },
1165
1321
  "locationInModule": {
1166
1322
  "filename": "src/awscdk/codecatalyst.ts",
1167
- "line": 233
1323
+ "line": 207
1168
1324
  },
1169
1325
  "name": "createAssetUpload"
1170
1326
  },
@@ -1174,7 +1330,7 @@
1174
1330
  },
1175
1331
  "locationInModule": {
1176
1332
  "filename": "src/awscdk/codecatalyst.ts",
1177
- "line": 259
1333
+ "line": 235
1178
1334
  },
1179
1335
  "name": "createDeployment",
1180
1336
  "parameters": [
@@ -1192,7 +1348,7 @@
1192
1348
  },
1193
1349
  "locationInModule": {
1194
1350
  "filename": "src/awscdk/codecatalyst.ts",
1195
- "line": 99
1351
+ "line": 86
1196
1352
  },
1197
1353
  "name": "createEnvironments"
1198
1354
  },
@@ -1202,7 +1358,7 @@
1202
1358
  },
1203
1359
  "locationInModule": {
1204
1360
  "filename": "src/awscdk/codecatalyst.ts",
1205
- "line": 301
1361
+ "line": 278
1206
1362
  },
1207
1363
  "name": "createIndependentDeployment",
1208
1364
  "parameters": [
@@ -1221,7 +1377,7 @@
1221
1377
  },
1222
1378
  "locationInModule": {
1223
1379
  "filename": "src/awscdk/codecatalyst.ts",
1224
- "line": 176
1380
+ "line": 163
1225
1381
  },
1226
1382
  "name": "engineType",
1227
1383
  "overrides": "projen-pipelines.CDKPipeline",
@@ -1241,7 +1397,7 @@
1241
1397
  "immutable": true,
1242
1398
  "locationInModule": {
1243
1399
  "filename": "src/awscdk/codecatalyst.ts",
1244
- "line": 57
1400
+ "line": 44
1245
1401
  },
1246
1402
  "name": "needsVersionedArtifacts",
1247
1403
  "type": {
@@ -1264,140 +1420,11 @@
1264
1420
  "kind": "interface",
1265
1421
  "locationInModule": {
1266
1422
  "filename": "src/awscdk/codecatalyst.ts",
1267
- "line": 51
1423
+ "line": 38
1268
1424
  },
1269
1425
  "name": "CodeCatalystCDKPipelineOptions",
1270
- "properties": [
1271
- {
1272
- "abstract": true,
1273
- "docs": {
1274
- "stability": "stable"
1275
- },
1276
- "immutable": true,
1277
- "locationInModule": {
1278
- "filename": "src/awscdk/codecatalyst.ts",
1279
- "line": 52
1280
- },
1281
- "name": "iamRoleArns",
1282
- "type": {
1283
- "fqn": "projen-pipelines.CodeCatalystIamRoleConfig"
1284
- }
1285
- }
1286
- ],
1287
1426
  "symbolId": "src/awscdk/codecatalyst:CodeCatalystCDKPipelineOptions"
1288
1427
  },
1289
- "projen-pipelines.CodeCatalystIamRoleConfig": {
1290
- "assembly": "projen-pipelines",
1291
- "datatype": true,
1292
- "docs": {
1293
- "stability": "stable"
1294
- },
1295
- "fqn": "projen-pipelines.CodeCatalystIamRoleConfig",
1296
- "kind": "interface",
1297
- "locationInModule": {
1298
- "filename": "src/awscdk/codecatalyst.ts",
1299
- "line": 38
1300
- },
1301
- "name": "CodeCatalystIamRoleConfig",
1302
- "properties": [
1303
- {
1304
- "abstract": true,
1305
- "docs": {
1306
- "stability": "stable",
1307
- "summary": "IAM role ARN for the asset publishing step."
1308
- },
1309
- "immutable": true,
1310
- "locationInModule": {
1311
- "filename": "src/awscdk/codecatalyst.ts",
1312
- "line": 44
1313
- },
1314
- "name": "assetPublishing",
1315
- "optional": true,
1316
- "type": {
1317
- "primitive": "string"
1318
- }
1319
- },
1320
- {
1321
- "abstract": true,
1322
- "docs": {
1323
- "stability": "stable",
1324
- "summary": "IAM role ARN for the asset publishing step for a specific stage."
1325
- },
1326
- "immutable": true,
1327
- "locationInModule": {
1328
- "filename": "src/awscdk/codecatalyst.ts",
1329
- "line": 46
1330
- },
1331
- "name": "assetPublishingPerStage",
1332
- "optional": true,
1333
- "type": {
1334
- "collection": {
1335
- "elementtype": {
1336
- "primitive": "string"
1337
- },
1338
- "kind": "map"
1339
- }
1340
- }
1341
- },
1342
- {
1343
- "abstract": true,
1344
- "docs": {
1345
- "stability": "stable",
1346
- "summary": "Default IAM role ARN used if no specific role is provided."
1347
- },
1348
- "immutable": true,
1349
- "locationInModule": {
1350
- "filename": "src/awscdk/codecatalyst.ts",
1351
- "line": 40
1352
- },
1353
- "name": "default",
1354
- "optional": true,
1355
- "type": {
1356
- "primitive": "string"
1357
- }
1358
- },
1359
- {
1360
- "abstract": true,
1361
- "docs": {
1362
- "stability": "stable",
1363
- "summary": "IAM role ARNs for different deployment stages."
1364
- },
1365
- "immutable": true,
1366
- "locationInModule": {
1367
- "filename": "src/awscdk/codecatalyst.ts",
1368
- "line": 48
1369
- },
1370
- "name": "deployment",
1371
- "optional": true,
1372
- "type": {
1373
- "collection": {
1374
- "elementtype": {
1375
- "primitive": "string"
1376
- },
1377
- "kind": "map"
1378
- }
1379
- }
1380
- },
1381
- {
1382
- "abstract": true,
1383
- "docs": {
1384
- "stability": "stable",
1385
- "summary": "IAM role ARN for the synthesis step."
1386
- },
1387
- "immutable": true,
1388
- "locationInModule": {
1389
- "filename": "src/awscdk/codecatalyst.ts",
1390
- "line": 42
1391
- },
1392
- "name": "synth",
1393
- "optional": true,
1394
- "type": {
1395
- "primitive": "string"
1396
- }
1397
- }
1398
- ],
1399
- "symbolId": "src/awscdk/codecatalyst:CodeCatalystIamRoleConfig"
1400
- },
1401
1428
  "projen-pipelines.CodeCatalystStepConfig": {
1402
1429
  "assembly": "projen-pipelines",
1403
1430
  "datatype": true,
@@ -1409,7 +1436,7 @@
1409
1436
  "kind": "interface",
1410
1437
  "locationInModule": {
1411
1438
  "filename": "src/steps/step.ts",
1412
- "line": 44
1439
+ "line": 45
1413
1440
  },
1414
1441
  "name": "CodeCatalystStepConfig",
1415
1442
  "properties": [
@@ -1422,7 +1449,7 @@
1422
1449
  "immutable": true,
1423
1450
  "locationInModule": {
1424
1451
  "filename": "src/steps/step.ts",
1425
- "line": 50
1452
+ "line": 51
1426
1453
  },
1427
1454
  "name": "commands",
1428
1455
  "type": {
@@ -1443,7 +1470,7 @@
1443
1470
  "immutable": true,
1444
1471
  "locationInModule": {
1445
1472
  "filename": "src/steps/step.ts",
1446
- "line": 53
1473
+ "line": 54
1447
1474
  },
1448
1475
  "name": "env",
1449
1476
  "type": {
@@ -1464,7 +1491,7 @@
1464
1491
  "immutable": true,
1465
1492
  "locationInModule": {
1466
1493
  "filename": "src/steps/step.ts",
1467
- "line": 47
1494
+ "line": 48
1468
1495
  },
1469
1496
  "name": "needs",
1470
1497
  "type": {
@@ -1727,7 +1754,7 @@
1727
1754
  },
1728
1755
  "locationInModule": {
1729
1756
  "filename": "src/awscdk/github.ts",
1730
- "line": 80
1757
+ "line": 60
1731
1758
  },
1732
1759
  "parameters": [
1733
1760
  {
@@ -1753,7 +1780,7 @@
1753
1780
  "kind": "class",
1754
1781
  "locationInModule": {
1755
1782
  "filename": "src/awscdk/github.ts",
1756
- "line": 63
1783
+ "line": 43
1757
1784
  },
1758
1785
  "methods": [
1759
1786
  {
@@ -1763,7 +1790,7 @@
1763
1790
  },
1764
1791
  "locationInModule": {
1765
1792
  "filename": "src/awscdk/github.ts",
1766
- "line": 179
1793
+ "line": 147
1767
1794
  },
1768
1795
  "name": "createAssetUpload"
1769
1796
  },
@@ -1774,7 +1801,7 @@
1774
1801
  },
1775
1802
  "locationInModule": {
1776
1803
  "filename": "src/awscdk/github.ts",
1777
- "line": 246
1804
+ "line": 197
1778
1805
  },
1779
1806
  "name": "createDeployment",
1780
1807
  "parameters": [
@@ -1796,7 +1823,7 @@
1796
1823
  },
1797
1824
  "locationInModule": {
1798
1825
  "filename": "src/awscdk/github.ts",
1799
- "line": 356
1826
+ "line": 295
1800
1827
  },
1801
1828
  "name": "createIndependentDeployment",
1802
1829
  "parameters": [
@@ -1818,7 +1845,7 @@
1818
1845
  },
1819
1846
  "locationInModule": {
1820
1847
  "filename": "src/awscdk/github.ts",
1821
- "line": 124
1848
+ "line": 104
1822
1849
  },
1823
1850
  "name": "engineType",
1824
1851
  "overrides": "projen-pipelines.CDKPipeline",
@@ -1839,7 +1866,7 @@
1839
1866
  "immutable": true,
1840
1867
  "locationInModule": {
1841
1868
  "filename": "src/awscdk/github.ts",
1842
- "line": 66
1869
+ "line": 46
1843
1870
  },
1844
1871
  "name": "needsVersionedArtifacts",
1845
1872
  "type": {
@@ -1852,7 +1879,7 @@
1852
1879
  },
1853
1880
  "locationInModule": {
1854
1881
  "filename": "src/awscdk/github.ts",
1855
- "line": 73
1882
+ "line": 53
1856
1883
  },
1857
1884
  "name": "useGithubPackages",
1858
1885
  "protected": true,
@@ -1877,26 +1904,10 @@
1877
1904
  "kind": "interface",
1878
1905
  "locationInModule": {
1879
1906
  "filename": "src/awscdk/github.ts",
1880
- "line": 34
1907
+ "line": 17
1881
1908
  },
1882
1909
  "name": "GithubCDKPipelineOptions",
1883
1910
  "properties": [
1884
- {
1885
- "abstract": true,
1886
- "docs": {
1887
- "stability": "stable",
1888
- "summary": "IAM config for GitHub Actions."
1889
- },
1890
- "immutable": true,
1891
- "locationInModule": {
1892
- "filename": "src/awscdk/github.ts",
1893
- "line": 37
1894
- },
1895
- "name": "iamRoleArns",
1896
- "type": {
1897
- "fqn": "projen-pipelines.GithubIamRoleConfig"
1898
- }
1899
- },
1900
1911
  {
1901
1912
  "abstract": true,
1902
1913
  "docs": {
@@ -1907,7 +1918,7 @@
1907
1918
  "immutable": true,
1908
1919
  "locationInModule": {
1909
1920
  "filename": "src/awscdk/github.ts",
1910
- "line": 44
1921
+ "line": 24
1911
1922
  },
1912
1923
  "name": "runnerTags",
1913
1924
  "optional": true,
@@ -1931,7 +1942,7 @@
1931
1942
  "immutable": true,
1932
1943
  "locationInModule": {
1933
1944
  "filename": "src/awscdk/github.ts",
1934
- "line": 56
1945
+ "line": 36
1935
1946
  },
1936
1947
  "name": "useGithubEnvironments",
1937
1948
  "optional": true,
@@ -1949,7 +1960,7 @@
1949
1960
  "immutable": true,
1950
1961
  "locationInModule": {
1951
1962
  "filename": "src/awscdk/github.ts",
1952
- "line": 47
1963
+ "line": 27
1953
1964
  },
1954
1965
  "name": "useGithubPackagesForAssembly",
1955
1966
  "optional": true,
@@ -1960,119 +1971,6 @@
1960
1971
  ],
1961
1972
  "symbolId": "src/awscdk/github:GithubCDKPipelineOptions"
1962
1973
  },
1963
- "projen-pipelines.GithubIamRoleConfig": {
1964
- "assembly": "projen-pipelines",
1965
- "datatype": true,
1966
- "docs": {
1967
- "stability": "stable",
1968
- "summary": "Configuration interface for GitHub-specific IAM roles used in the CDK pipeline."
1969
- },
1970
- "fqn": "projen-pipelines.GithubIamRoleConfig",
1971
- "kind": "interface",
1972
- "locationInModule": {
1973
- "filename": "src/awscdk/github.ts",
1974
- "line": 17
1975
- },
1976
- "name": "GithubIamRoleConfig",
1977
- "properties": [
1978
- {
1979
- "abstract": true,
1980
- "docs": {
1981
- "stability": "stable",
1982
- "summary": "IAM role ARN for the asset publishing step."
1983
- },
1984
- "immutable": true,
1985
- "locationInModule": {
1986
- "filename": "src/awscdk/github.ts",
1987
- "line": 24
1988
- },
1989
- "name": "assetPublishing",
1990
- "optional": true,
1991
- "type": {
1992
- "primitive": "string"
1993
- }
1994
- },
1995
- {
1996
- "abstract": true,
1997
- "docs": {
1998
- "stability": "stable",
1999
- "summary": "IAM role ARN for the asset publishing step for a specific stage."
2000
- },
2001
- "immutable": true,
2002
- "locationInModule": {
2003
- "filename": "src/awscdk/github.ts",
2004
- "line": 26
2005
- },
2006
- "name": "assetPublishingPerStage",
2007
- "optional": true,
2008
- "type": {
2009
- "collection": {
2010
- "elementtype": {
2011
- "primitive": "string"
2012
- },
2013
- "kind": "map"
2014
- }
2015
- }
2016
- },
2017
- {
2018
- "abstract": true,
2019
- "docs": {
2020
- "stability": "stable",
2021
- "summary": "Default IAM role ARN used if no specific role is provided."
2022
- },
2023
- "immutable": true,
2024
- "locationInModule": {
2025
- "filename": "src/awscdk/github.ts",
2026
- "line": 20
2027
- },
2028
- "name": "default",
2029
- "optional": true,
2030
- "type": {
2031
- "primitive": "string"
2032
- }
2033
- },
2034
- {
2035
- "abstract": true,
2036
- "docs": {
2037
- "stability": "stable",
2038
- "summary": "IAM role ARNs for different deployment stages."
2039
- },
2040
- "immutable": true,
2041
- "locationInModule": {
2042
- "filename": "src/awscdk/github.ts",
2043
- "line": 28
2044
- },
2045
- "name": "deployment",
2046
- "optional": true,
2047
- "type": {
2048
- "collection": {
2049
- "elementtype": {
2050
- "primitive": "string"
2051
- },
2052
- "kind": "map"
2053
- }
2054
- }
2055
- },
2056
- {
2057
- "abstract": true,
2058
- "docs": {
2059
- "stability": "stable",
2060
- "summary": "IAM role ARN for the synthesis step."
2061
- },
2062
- "immutable": true,
2063
- "locationInModule": {
2064
- "filename": "src/awscdk/github.ts",
2065
- "line": 22
2066
- },
2067
- "name": "synth",
2068
- "optional": true,
2069
- "type": {
2070
- "primitive": "string"
2071
- }
2072
- }
2073
- ],
2074
- "symbolId": "src/awscdk/github:GithubIamRoleConfig"
2075
- },
2076
1974
  "projen-pipelines.GithubPackagesLoginStep": {
2077
1975
  "assembly": "projen-pipelines",
2078
1976
  "base": "projen-pipelines.PipelineStep",
@@ -2086,7 +1984,7 @@
2086
1984
  },
2087
1985
  "locationInModule": {
2088
1986
  "filename": "src/steps/registries.ts",
2089
- "line": 16
1987
+ "line": 18
2090
1988
  },
2091
1989
  "parameters": [
2092
1990
  {
@@ -2109,7 +2007,7 @@
2109
2007
  "kind": "class",
2110
2008
  "locationInModule": {
2111
2009
  "filename": "src/steps/registries.ts",
2112
- "line": 14
2010
+ "line": 16
2113
2011
  },
2114
2012
  "methods": [
2115
2013
  {
@@ -2120,7 +2018,7 @@
2120
2018
  },
2121
2019
  "locationInModule": {
2122
2020
  "filename": "src/steps/registries.ts",
2123
- "line": 20
2021
+ "line": 22
2124
2022
  },
2125
2023
  "name": "toGithub",
2126
2024
  "overrides": "projen-pipelines.PipelineStep",
@@ -2144,7 +2042,7 @@
2144
2042
  "kind": "interface",
2145
2043
  "locationInModule": {
2146
2044
  "filename": "src/steps/registries.ts",
2147
- "line": 5
2045
+ "line": 7
2148
2046
  },
2149
2047
  "name": "GithubPackagesLoginStepOptions",
2150
2048
  "properties": [
@@ -2158,7 +2056,7 @@
2158
2056
  "immutable": true,
2159
2057
  "locationInModule": {
2160
2058
  "filename": "src/steps/registries.ts",
2161
- "line": 11
2059
+ "line": 13
2162
2060
  },
2163
2061
  "name": "write",
2164
2062
  "optional": true,
@@ -2180,7 +2078,7 @@
2180
2078
  "kind": "interface",
2181
2079
  "locationInModule": {
2182
2080
  "filename": "src/steps/step.ts",
2183
- "line": 26
2081
+ "line": 27
2184
2082
  },
2185
2083
  "name": "GithubStepConfig",
2186
2084
  "properties": [
@@ -2193,7 +2091,7 @@
2193
2091
  "immutable": true,
2194
2092
  "locationInModule": {
2195
2093
  "filename": "src/steps/step.ts",
2196
- "line": 35
2094
+ "line": 36
2197
2095
  },
2198
2096
  "name": "env",
2199
2097
  "type": {
@@ -2214,7 +2112,7 @@
2214
2112
  "immutable": true,
2215
2113
  "locationInModule": {
2216
2114
  "filename": "src/steps/step.ts",
2217
- "line": 29
2115
+ "line": 30
2218
2116
  },
2219
2117
  "name": "needs",
2220
2118
  "type": {
@@ -2235,7 +2133,7 @@
2235
2133
  "immutable": true,
2236
2134
  "locationInModule": {
2237
2135
  "filename": "src/steps/step.ts",
2238
- "line": 32
2136
+ "line": 33
2239
2137
  },
2240
2138
  "name": "steps",
2241
2139
  "type": {
@@ -2256,7 +2154,7 @@
2256
2154
  "immutable": true,
2257
2155
  "locationInModule": {
2258
2156
  "filename": "src/steps/step.ts",
2259
- "line": 38
2157
+ "line": 39
2260
2158
  },
2261
2159
  "name": "permissions",
2262
2160
  "optional": true,
@@ -2283,7 +2181,7 @@
2283
2181
  },
2284
2182
  "locationInModule": {
2285
2183
  "filename": "src/awscdk/gitlab.ts",
2286
- "line": 84
2184
+ "line": 61
2287
2185
  },
2288
2186
  "parameters": [
2289
2187
  {
@@ -2309,7 +2207,7 @@
2309
2207
  "kind": "class",
2310
2208
  "locationInModule": {
2311
2209
  "filename": "src/awscdk/gitlab.ts",
2312
- "line": 63
2210
+ "line": 40
2313
2211
  },
2314
2212
  "methods": [
2315
2213
  {
@@ -2320,7 +2218,7 @@
2320
2218
  },
2321
2219
  "locationInModule": {
2322
2220
  "filename": "src/awscdk/gitlab.ts",
2323
- "line": 211
2221
+ "line": 179
2324
2222
  },
2325
2223
  "name": "createAssetUpload",
2326
2224
  "protected": true
@@ -2333,7 +2231,7 @@
2333
2231
  },
2334
2232
  "locationInModule": {
2335
2233
  "filename": "src/awscdk/gitlab.ts",
2336
- "line": 262
2234
+ "line": 212
2337
2235
  },
2338
2236
  "name": "createDeployment",
2339
2237
  "parameters": [
@@ -2356,7 +2254,7 @@
2356
2254
  },
2357
2255
  "locationInModule": {
2358
2256
  "filename": "src/awscdk/gitlab.ts",
2359
- "line": 329
2257
+ "line": 269
2360
2258
  },
2361
2259
  "name": "createIndependentDeployment",
2362
2260
  "parameters": [
@@ -2379,7 +2277,7 @@
2379
2277
  },
2380
2278
  "locationInModule": {
2381
2279
  "filename": "src/awscdk/gitlab.ts",
2382
- "line": 175
2280
+ "line": 152
2383
2281
  },
2384
2282
  "name": "createSynth",
2385
2283
  "protected": true
@@ -2390,7 +2288,7 @@
2390
2288
  },
2391
2289
  "locationInModule": {
2392
2290
  "filename": "src/awscdk/gitlab.ts",
2393
- "line": 371
2291
+ "line": 299
2394
2292
  },
2395
2293
  "name": "engineType",
2396
2294
  "overrides": "projen-pipelines.CDKPipeline",
@@ -2408,7 +2306,7 @@
2408
2306
  },
2409
2307
  "locationInModule": {
2410
2308
  "filename": "src/awscdk/gitlab.ts",
2411
- "line": 116
2309
+ "line": 93
2412
2310
  },
2413
2311
  "name": "setupSnippets",
2414
2312
  "protected": true
@@ -2424,7 +2322,7 @@
2424
2322
  "immutable": true,
2425
2323
  "locationInModule": {
2426
2324
  "filename": "src/awscdk/gitlab.ts",
2427
- "line": 72
2325
+ "line": 49
2428
2326
  },
2429
2327
  "name": "config",
2430
2328
  "type": {
@@ -2440,7 +2338,7 @@
2440
2338
  "immutable": true,
2441
2339
  "locationInModule": {
2442
2340
  "filename": "src/awscdk/gitlab.ts",
2443
- "line": 69
2341
+ "line": 46
2444
2342
  },
2445
2343
  "name": "jobImage",
2446
2344
  "type": {
@@ -2456,7 +2354,7 @@
2456
2354
  "immutable": true,
2457
2355
  "locationInModule": {
2458
2356
  "filename": "src/awscdk/gitlab.ts",
2459
- "line": 66
2357
+ "line": 43
2460
2358
  },
2461
2359
  "name": "needsVersionedArtifacts",
2462
2360
  "type": {
@@ -2480,26 +2378,10 @@
2480
2378
  "kind": "interface",
2481
2379
  "locationInModule": {
2482
2380
  "filename": "src/awscdk/gitlab.ts",
2483
- "line": 47
2381
+ "line": 26
2484
2382
  },
2485
2383
  "name": "GitlabCDKPipelineOptions",
2486
2384
  "properties": [
2487
- {
2488
- "abstract": true,
2489
- "docs": {
2490
- "stability": "stable",
2491
- "summary": "IAM role ARNs configuration for the pipeline."
2492
- },
2493
- "immutable": true,
2494
- "locationInModule": {
2495
- "filename": "src/awscdk/gitlab.ts",
2496
- "line": 49
2497
- },
2498
- "name": "iamRoleArns",
2499
- "type": {
2500
- "fqn": "projen-pipelines.GitlabIamRoleConfig"
2501
- }
2502
- },
2503
2385
  {
2504
2386
  "abstract": true,
2505
2387
  "docs": {
@@ -2509,7 +2391,7 @@
2509
2391
  "immutable": true,
2510
2392
  "locationInModule": {
2511
2393
  "filename": "src/awscdk/gitlab.ts",
2512
- "line": 53
2394
+ "line": 30
2513
2395
  },
2514
2396
  "name": "image",
2515
2397
  "optional": true,
@@ -2526,7 +2408,7 @@
2526
2408
  "immutable": true,
2527
2409
  "locationInModule": {
2528
2410
  "filename": "src/awscdk/gitlab.ts",
2529
- "line": 51
2411
+ "line": 28
2530
2412
  },
2531
2413
  "name": "runnerTags",
2532
2414
  "optional": true,
@@ -2537,142 +2419,6 @@
2537
2419
  ],
2538
2420
  "symbolId": "src/awscdk/gitlab:GitlabCDKPipelineOptions"
2539
2421
  },
2540
- "projen-pipelines.GitlabIamRoleConfig": {
2541
- "assembly": "projen-pipelines",
2542
- "datatype": true,
2543
- "docs": {
2544
- "remarks": "Allows specifying different IAM roles for synthesis, asset publishing, and deployment stages,\nproviding granular control over permissions.",
2545
- "stability": "stable",
2546
- "summary": "Configuration for IAM roles used within the GitLab CI/CD pipeline for various stages."
2547
- },
2548
- "fqn": "projen-pipelines.GitlabIamRoleConfig",
2549
- "kind": "interface",
2550
- "locationInModule": {
2551
- "filename": "src/awscdk/gitlab.ts",
2552
- "line": 12
2553
- },
2554
- "name": "GitlabIamRoleConfig",
2555
- "properties": [
2556
- {
2557
- "abstract": true,
2558
- "docs": {
2559
- "stability": "stable",
2560
- "summary": "IAM role ARN for the asset publishing step."
2561
- },
2562
- "immutable": true,
2563
- "locationInModule": {
2564
- "filename": "src/awscdk/gitlab.ts",
2565
- "line": 18
2566
- },
2567
- "name": "assetPublishing",
2568
- "optional": true,
2569
- "type": {
2570
- "primitive": "string"
2571
- }
2572
- },
2573
- {
2574
- "abstract": true,
2575
- "docs": {
2576
- "stability": "stable",
2577
- "summary": "IAM role ARN for the asset publishing step for a specific stage."
2578
- },
2579
- "immutable": true,
2580
- "locationInModule": {
2581
- "filename": "src/awscdk/gitlab.ts",
2582
- "line": 20
2583
- },
2584
- "name": "assetPublishingPerStage",
2585
- "optional": true,
2586
- "type": {
2587
- "collection": {
2588
- "elementtype": {
2589
- "primitive": "string"
2590
- },
2591
- "kind": "map"
2592
- }
2593
- }
2594
- },
2595
- {
2596
- "abstract": true,
2597
- "docs": {
2598
- "stability": "stable",
2599
- "summary": "Default IAM role ARN used if specific stage role is not provided."
2600
- },
2601
- "immutable": true,
2602
- "locationInModule": {
2603
- "filename": "src/awscdk/gitlab.ts",
2604
- "line": 14
2605
- },
2606
- "name": "default",
2607
- "optional": true,
2608
- "type": {
2609
- "primitive": "string"
2610
- }
2611
- },
2612
- {
2613
- "abstract": true,
2614
- "docs": {
2615
- "stability": "stable",
2616
- "summary": "A map of stage names to IAM role ARNs for the deployment operation."
2617
- },
2618
- "immutable": true,
2619
- "locationInModule": {
2620
- "filename": "src/awscdk/gitlab.ts",
2621
- "line": 24
2622
- },
2623
- "name": "deployment",
2624
- "optional": true,
2625
- "type": {
2626
- "collection": {
2627
- "elementtype": {
2628
- "primitive": "string"
2629
- },
2630
- "kind": "map"
2631
- }
2632
- }
2633
- },
2634
- {
2635
- "abstract": true,
2636
- "docs": {
2637
- "stability": "stable",
2638
- "summary": "A map of stage names to IAM role ARNs for the diff operation."
2639
- },
2640
- "immutable": true,
2641
- "locationInModule": {
2642
- "filename": "src/awscdk/gitlab.ts",
2643
- "line": 22
2644
- },
2645
- "name": "diff",
2646
- "optional": true,
2647
- "type": {
2648
- "collection": {
2649
- "elementtype": {
2650
- "primitive": "string"
2651
- },
2652
- "kind": "map"
2653
- }
2654
- }
2655
- },
2656
- {
2657
- "abstract": true,
2658
- "docs": {
2659
- "stability": "stable",
2660
- "summary": "IAM role ARN for the synthesis stage."
2661
- },
2662
- "immutable": true,
2663
- "locationInModule": {
2664
- "filename": "src/awscdk/gitlab.ts",
2665
- "line": 16
2666
- },
2667
- "name": "synth",
2668
- "optional": true,
2669
- "type": {
2670
- "primitive": "string"
2671
- }
2672
- }
2673
- ],
2674
- "symbolId": "src/awscdk/gitlab:GitlabIamRoleConfig"
2675
- },
2676
2422
  "projen-pipelines.GitlabRunnerTags": {
2677
2423
  "assembly": "projen-pipelines",
2678
2424
  "datatype": true,
@@ -2685,7 +2431,7 @@
2685
2431
  "kind": "interface",
2686
2432
  "locationInModule": {
2687
2433
  "filename": "src/awscdk/gitlab.ts",
2688
- "line": 31
2434
+ "line": 10
2689
2435
  },
2690
2436
  "name": "GitlabRunnerTags",
2691
2437
  "properties": [
@@ -2698,7 +2444,7 @@
2698
2444
  "immutable": true,
2699
2445
  "locationInModule": {
2700
2446
  "filename": "src/awscdk/gitlab.ts",
2701
- "line": 37
2447
+ "line": 16
2702
2448
  },
2703
2449
  "name": "assetPublishing",
2704
2450
  "optional": true,
@@ -2720,7 +2466,7 @@
2720
2466
  "immutable": true,
2721
2467
  "locationInModule": {
2722
2468
  "filename": "src/awscdk/gitlab.ts",
2723
- "line": 33
2469
+ "line": 12
2724
2470
  },
2725
2471
  "name": "default",
2726
2472
  "optional": true,
@@ -2742,7 +2488,7 @@
2742
2488
  "immutable": true,
2743
2489
  "locationInModule": {
2744
2490
  "filename": "src/awscdk/gitlab.ts",
2745
- "line": 41
2491
+ "line": 20
2746
2492
  },
2747
2493
  "name": "deployment",
2748
2494
  "optional": true,
@@ -2769,7 +2515,7 @@
2769
2515
  "immutable": true,
2770
2516
  "locationInModule": {
2771
2517
  "filename": "src/awscdk/gitlab.ts",
2772
- "line": 39
2518
+ "line": 18
2773
2519
  },
2774
2520
  "name": "diff",
2775
2521
  "optional": true,
@@ -2796,7 +2542,7 @@
2796
2542
  "immutable": true,
2797
2543
  "locationInModule": {
2798
2544
  "filename": "src/awscdk/gitlab.ts",
2799
- "line": 35
2545
+ "line": 14
2800
2546
  },
2801
2547
  "name": "synth",
2802
2548
  "optional": true,
@@ -2823,7 +2569,7 @@
2823
2569
  "kind": "interface",
2824
2570
  "locationInModule": {
2825
2571
  "filename": "src/steps/step.ts",
2826
- "line": 8
2572
+ "line": 9
2827
2573
  },
2828
2574
  "name": "GitlabStepConfig",
2829
2575
  "properties": [
@@ -2836,7 +2582,7 @@
2836
2582
  "immutable": true,
2837
2583
  "locationInModule": {
2838
2584
  "filename": "src/steps/step.ts",
2839
- "line": 17
2585
+ "line": 18
2840
2586
  },
2841
2587
  "name": "commands",
2842
2588
  "type": {
@@ -2857,7 +2603,7 @@
2857
2603
  "immutable": true,
2858
2604
  "locationInModule": {
2859
2605
  "filename": "src/steps/step.ts",
2860
- "line": 20
2606
+ "line": 21
2861
2607
  },
2862
2608
  "name": "env",
2863
2609
  "type": {
@@ -2878,7 +2624,7 @@
2878
2624
  "immutable": true,
2879
2625
  "locationInModule": {
2880
2626
  "filename": "src/steps/step.ts",
2881
- "line": 11
2627
+ "line": 12
2882
2628
  },
2883
2629
  "name": "extensions",
2884
2630
  "type": {
@@ -2899,7 +2645,7 @@
2899
2645
  "immutable": true,
2900
2646
  "locationInModule": {
2901
2647
  "filename": "src/steps/step.ts",
2902
- "line": 14
2648
+ "line": 15
2903
2649
  },
2904
2650
  "name": "needs",
2905
2651
  "type": {
@@ -2914,129 +2660,264 @@
2914
2660
  ],
2915
2661
  "symbolId": "src/steps/step:GitlabStepConfig"
2916
2662
  },
2917
- "projen-pipelines.IndependentStage": {
2663
+ "projen-pipelines.IamRoleConfig": {
2918
2664
  "assembly": "projen-pipelines",
2919
2665
  "datatype": true,
2920
2666
  "docs": {
2921
2667
  "stability": "stable",
2922
- "summary": "Options for stages that are not part of the pipeline."
2668
+ "summary": "Configuration interface for IAM roles used in the CDK pipeline."
2923
2669
  },
2924
- "fqn": "projen-pipelines.IndependentStage",
2925
- "interfaces": [
2926
- "projen-pipelines.NamedStageOptions"
2927
- ],
2670
+ "fqn": "projen-pipelines.IamRoleConfig",
2928
2671
  "kind": "interface",
2929
2672
  "locationInModule": {
2930
2673
  "filename": "src/awscdk/base.ts",
2931
- "line": 48
2674
+ "line": 77
2932
2675
  },
2933
- "name": "IndependentStage",
2676
+ "name": "IamRoleConfig",
2934
2677
  "properties": [
2935
2678
  {
2936
2679
  "abstract": true,
2937
2680
  "docs": {
2938
- "default": "false",
2939
2681
  "stability": "stable",
2940
- "summary": "This specifies whether the stage should be deployed on push."
2682
+ "summary": "IAM role ARN for the asset publishing step."
2941
2683
  },
2942
2684
  "immutable": true,
2943
2685
  "locationInModule": {
2944
2686
  "filename": "src/awscdk/base.ts",
2945
- "line": 54
2687
+ "line": 84
2946
2688
  },
2947
- "name": "deployOnPush",
2689
+ "name": "assetPublishing",
2948
2690
  "optional": true,
2949
2691
  "type": {
2950
- "primitive": "boolean"
2692
+ "primitive": "string"
2951
2693
  }
2952
2694
  },
2953
2695
  {
2954
2696
  "abstract": true,
2955
2697
  "docs": {
2956
- "stability": "stable"
2698
+ "stability": "stable",
2699
+ "summary": "IAM role ARN for the asset publishing step for a specific stage."
2957
2700
  },
2958
2701
  "immutable": true,
2959
2702
  "locationInModule": {
2960
2703
  "filename": "src/awscdk/base.ts",
2961
- "line": 57
2704
+ "line": 86
2962
2705
  },
2963
- "name": "postDeploySteps",
2706
+ "name": "assetPublishingPerStage",
2964
2707
  "optional": true,
2965
2708
  "type": {
2966
2709
  "collection": {
2967
2710
  "elementtype": {
2968
- "fqn": "projen-pipelines.PipelineStep"
2711
+ "primitive": "string"
2969
2712
  },
2970
- "kind": "array"
2713
+ "kind": "map"
2971
2714
  }
2972
2715
  }
2973
2716
  },
2974
2717
  {
2975
2718
  "abstract": true,
2976
2719
  "docs": {
2977
- "stability": "stable"
2720
+ "stability": "stable",
2721
+ "summary": "Default IAM role ARN used if no specific role is provided."
2978
2722
  },
2979
2723
  "immutable": true,
2980
2724
  "locationInModule": {
2981
2725
  "filename": "src/awscdk/base.ts",
2982
- "line": 56
2726
+ "line": 80
2983
2727
  },
2984
- "name": "postDiffSteps",
2728
+ "name": "default",
2729
+ "optional": true,
2730
+ "type": {
2731
+ "primitive": "string"
2732
+ }
2733
+ },
2734
+ {
2735
+ "abstract": true,
2736
+ "docs": {
2737
+ "stability": "stable",
2738
+ "summary": "IAM role ARNs for different deployment stages."
2739
+ },
2740
+ "immutable": true,
2741
+ "locationInModule": {
2742
+ "filename": "src/awscdk/base.ts",
2743
+ "line": 90
2744
+ },
2745
+ "name": "deployment",
2985
2746
  "optional": true,
2986
2747
  "type": {
2987
2748
  "collection": {
2988
2749
  "elementtype": {
2989
- "fqn": "projen-pipelines.PipelineStep"
2750
+ "primitive": "string"
2990
2751
  },
2991
- "kind": "array"
2752
+ "kind": "map"
2992
2753
  }
2993
2754
  }
2994
- }
2995
- ],
2996
- "symbolId": "src/awscdk/base:IndependentStage"
2997
- },
2998
- "projen-pipelines.NamedStageOptions": {
2999
- "assembly": "projen-pipelines",
3000
- "datatype": true,
3001
- "docs": {
3002
- "stability": "stable",
3003
- "summary": "Options for a CDK stage with a name."
3004
- },
3005
- "fqn": "projen-pipelines.NamedStageOptions",
3006
- "interfaces": [
3007
- "projen-pipelines.StageOptions"
3008
- ],
3009
- "kind": "interface",
3010
- "locationInModule": {
3011
- "filename": "src/awscdk/base.ts",
3012
- "line": 63
3013
- },
3014
- "name": "NamedStageOptions",
3015
- "properties": [
2755
+ },
3016
2756
  {
3017
2757
  "abstract": true,
3018
2758
  "docs": {
3019
- "stability": "stable"
2759
+ "stability": "stable",
2760
+ "summary": "IAM role ARNs for different diff stages."
3020
2761
  },
3021
2762
  "immutable": true,
3022
2763
  "locationInModule": {
3023
2764
  "filename": "src/awscdk/base.ts",
3024
- "line": 64
2765
+ "line": 88
3025
2766
  },
3026
- "name": "name",
2767
+ "name": "diff",
2768
+ "optional": true,
3027
2769
  "type": {
3028
- "primitive": "string"
2770
+ "collection": {
2771
+ "elementtype": {
2772
+ "primitive": "string"
2773
+ },
2774
+ "kind": "map"
2775
+ }
3029
2776
  }
3030
2777
  },
3031
2778
  {
3032
2779
  "abstract": true,
3033
2780
  "docs": {
3034
- "stability": "stable"
2781
+ "stability": "stable",
2782
+ "summary": "IAM role ARN for the synthesis step."
3035
2783
  },
3036
2784
  "immutable": true,
3037
2785
  "locationInModule": {
3038
2786
  "filename": "src/awscdk/base.ts",
3039
- "line": 65
2787
+ "line": 82
2788
+ },
2789
+ "name": "synth",
2790
+ "optional": true,
2791
+ "type": {
2792
+ "primitive": "string"
2793
+ }
2794
+ }
2795
+ ],
2796
+ "symbolId": "src/awscdk/base:IamRoleConfig"
2797
+ },
2798
+ "projen-pipelines.IndependentStage": {
2799
+ "assembly": "projen-pipelines",
2800
+ "datatype": true,
2801
+ "docs": {
2802
+ "stability": "stable",
2803
+ "summary": "Options for stages that are not part of the pipeline."
2804
+ },
2805
+ "fqn": "projen-pipelines.IndependentStage",
2806
+ "interfaces": [
2807
+ "projen-pipelines.NamedStageOptions"
2808
+ ],
2809
+ "kind": "interface",
2810
+ "locationInModule": {
2811
+ "filename": "src/awscdk/base.ts",
2812
+ "line": 48
2813
+ },
2814
+ "name": "IndependentStage",
2815
+ "properties": [
2816
+ {
2817
+ "abstract": true,
2818
+ "docs": {
2819
+ "default": "false",
2820
+ "stability": "stable",
2821
+ "summary": "This specifies whether the stage should be deployed on push."
2822
+ },
2823
+ "immutable": true,
2824
+ "locationInModule": {
2825
+ "filename": "src/awscdk/base.ts",
2826
+ "line": 54
2827
+ },
2828
+ "name": "deployOnPush",
2829
+ "optional": true,
2830
+ "type": {
2831
+ "primitive": "boolean"
2832
+ }
2833
+ }
2834
+ ],
2835
+ "symbolId": "src/awscdk/base:IndependentStage"
2836
+ },
2837
+ "projen-pipelines.NamedStageOptions": {
2838
+ "assembly": "projen-pipelines",
2839
+ "datatype": true,
2840
+ "docs": {
2841
+ "stability": "stable",
2842
+ "summary": "Options for a CDK stage with a name."
2843
+ },
2844
+ "fqn": "projen-pipelines.NamedStageOptions",
2845
+ "interfaces": [
2846
+ "projen-pipelines.StageOptions"
2847
+ ],
2848
+ "kind": "interface",
2849
+ "locationInModule": {
2850
+ "filename": "src/awscdk/base.ts",
2851
+ "line": 60
2852
+ },
2853
+ "name": "NamedStageOptions",
2854
+ "properties": [
2855
+ {
2856
+ "abstract": true,
2857
+ "docs": {
2858
+ "stability": "stable"
2859
+ },
2860
+ "immutable": true,
2861
+ "locationInModule": {
2862
+ "filename": "src/awscdk/base.ts",
2863
+ "line": 61
2864
+ },
2865
+ "name": "name",
2866
+ "type": {
2867
+ "primitive": "string"
2868
+ }
2869
+ },
2870
+ {
2871
+ "abstract": true,
2872
+ "docs": {
2873
+ "stability": "stable"
2874
+ },
2875
+ "immutable": true,
2876
+ "locationInModule": {
2877
+ "filename": "src/awscdk/base.ts",
2878
+ "line": 64
2879
+ },
2880
+ "name": "postDeploySteps",
2881
+ "optional": true,
2882
+ "type": {
2883
+ "collection": {
2884
+ "elementtype": {
2885
+ "fqn": "projen-pipelines.PipelineStep"
2886
+ },
2887
+ "kind": "array"
2888
+ }
2889
+ }
2890
+ },
2891
+ {
2892
+ "abstract": true,
2893
+ "docs": {
2894
+ "stability": "stable"
2895
+ },
2896
+ "immutable": true,
2897
+ "locationInModule": {
2898
+ "filename": "src/awscdk/base.ts",
2899
+ "line": 63
2900
+ },
2901
+ "name": "postDiffSteps",
2902
+ "optional": true,
2903
+ "type": {
2904
+ "collection": {
2905
+ "elementtype": {
2906
+ "fqn": "projen-pipelines.PipelineStep"
2907
+ },
2908
+ "kind": "array"
2909
+ }
2910
+ }
2911
+ },
2912
+ {
2913
+ "abstract": true,
2914
+ "docs": {
2915
+ "stability": "stable"
2916
+ },
2917
+ "immutable": true,
2918
+ "locationInModule": {
2919
+ "filename": "src/awscdk/base.ts",
2920
+ "line": 62
3040
2921
  },
3041
2922
  "name": "watchable",
3042
2923
  "optional": true,
@@ -3107,7 +2988,7 @@
3107
2988
  },
3108
2989
  "locationInModule": {
3109
2990
  "filename": "src/steps/step.ts",
3110
- "line": 75
2991
+ "line": 76
3111
2992
  },
3112
2993
  "parameters": [
3113
2994
  {
@@ -3124,7 +3005,7 @@
3124
3005
  "kind": "class",
3125
3006
  "locationInModule": {
3126
3007
  "filename": "src/steps/step.ts",
3127
- "line": 69
3008
+ "line": 70
3128
3009
  },
3129
3010
  "methods": [
3130
3011
  {
@@ -3135,7 +3016,7 @@
3135
3016
  },
3136
3017
  "locationInModule": {
3137
3018
  "filename": "src/steps/step.ts",
3138
- "line": 103
3019
+ "line": 104
3139
3020
  },
3140
3021
  "name": "toBash",
3141
3022
  "returns": {
@@ -3152,7 +3033,7 @@
3152
3033
  },
3153
3034
  "locationInModule": {
3154
3035
  "filename": "src/steps/step.ts",
3155
- "line": 96
3036
+ "line": 97
3156
3037
  },
3157
3038
  "name": "toCodeCatalyst",
3158
3039
  "returns": {
@@ -3169,7 +3050,7 @@
3169
3050
  },
3170
3051
  "locationInModule": {
3171
3052
  "filename": "src/steps/step.ts",
3172
- "line": 89
3053
+ "line": 90
3173
3054
  },
3174
3055
  "name": "toGithub",
3175
3056
  "returns": {
@@ -3186,7 +3067,7 @@
3186
3067
  },
3187
3068
  "locationInModule": {
3188
3069
  "filename": "src/steps/step.ts",
3189
- "line": 82
3070
+ "line": 83
3190
3071
  },
3191
3072
  "name": "toGitlab",
3192
3073
  "returns": {
@@ -3205,7 +3086,7 @@
3205
3086
  },
3206
3087
  "locationInModule": {
3207
3088
  "filename": "src/steps/step.ts",
3208
- "line": 75
3089
+ "line": 76
3209
3090
  },
3210
3091
  "name": "project",
3211
3092
  "protected": true,
@@ -3216,6 +3097,54 @@
3216
3097
  ],
3217
3098
  "symbolId": "src/steps/step:PipelineStep"
3218
3099
  },
3100
+ "projen-pipelines.ProjenScriptStep": {
3101
+ "assembly": "projen-pipelines",
3102
+ "base": "projen-pipelines.SimpleCommandStep",
3103
+ "docs": {
3104
+ "stability": "stable"
3105
+ },
3106
+ "fqn": "projen-pipelines.ProjenScriptStep",
3107
+ "initializer": {
3108
+ "docs": {
3109
+ "stability": "stable"
3110
+ },
3111
+ "locationInModule": {
3112
+ "filename": "src/steps/step.ts",
3113
+ "line": 171
3114
+ },
3115
+ "parameters": [
3116
+ {
3117
+ "docs": {
3118
+ "summary": "- The projen project reference."
3119
+ },
3120
+ "name": "project",
3121
+ "type": {
3122
+ "fqn": "projen.Project"
3123
+ }
3124
+ },
3125
+ {
3126
+ "name": "scriptName",
3127
+ "type": {
3128
+ "primitive": "string"
3129
+ }
3130
+ },
3131
+ {
3132
+ "name": "args",
3133
+ "optional": true,
3134
+ "type": {
3135
+ "primitive": "string"
3136
+ }
3137
+ }
3138
+ ]
3139
+ },
3140
+ "kind": "class",
3141
+ "locationInModule": {
3142
+ "filename": "src/steps/step.ts",
3143
+ "line": 170
3144
+ },
3145
+ "name": "ProjenScriptStep",
3146
+ "symbolId": "src/steps/step:ProjenScriptStep"
3147
+ },
3219
3148
  "projen-pipelines.SimpleCommandStep": {
3220
3149
  "assembly": "projen-pipelines",
3221
3150
  "base": "projen-pipelines.PipelineStep",
@@ -3231,7 +3160,7 @@
3231
3160
  },
3232
3161
  "locationInModule": {
3233
3162
  "filename": "src/steps/step.ts",
3234
- "line": 118
3163
+ "line": 121
3235
3164
  },
3236
3165
  "parameters": [
3237
3166
  {
@@ -3262,7 +3191,7 @@
3262
3191
  "kind": "class",
3263
3192
  "locationInModule": {
3264
3193
  "filename": "src/steps/step.ts",
3265
- "line": 111
3194
+ "line": 112
3266
3195
  },
3267
3196
  "methods": [
3268
3197
  {
@@ -3272,7 +3201,7 @@
3272
3201
  },
3273
3202
  "locationInModule": {
3274
3203
  "filename": "src/steps/step.ts",
3275
- "line": 137
3204
+ "line": 141
3276
3205
  },
3277
3206
  "name": "toBash",
3278
3207
  "overrides": "projen-pipelines.PipelineStep",
@@ -3289,7 +3218,7 @@
3289
3218
  },
3290
3219
  "locationInModule": {
3291
3220
  "filename": "src/steps/step.ts",
3292
- "line": 157
3221
+ "line": 161
3293
3222
  },
3294
3223
  "name": "toCodeCatalyst",
3295
3224
  "overrides": "projen-pipelines.PipelineStep",
@@ -3306,7 +3235,7 @@
3306
3235
  },
3307
3236
  "locationInModule": {
3308
3237
  "filename": "src/steps/step.ts",
3309
- "line": 146
3238
+ "line": 150
3310
3239
  },
3311
3240
  "name": "toGithub",
3312
3241
  "overrides": "projen-pipelines.PipelineStep",
@@ -3323,7 +3252,7 @@
3323
3252
  },
3324
3253
  "locationInModule": {
3325
3254
  "filename": "src/steps/step.ts",
3326
- "line": 125
3255
+ "line": 129
3327
3256
  },
3328
3257
  "name": "toGitlab",
3329
3258
  "overrides": "projen-pipelines.PipelineStep",
@@ -3338,12 +3267,11 @@
3338
3267
  "properties": [
3339
3268
  {
3340
3269
  "docs": {
3341
- "stability": "stable",
3342
- "summary": "- Shell commands to execute."
3270
+ "stability": "stable"
3343
3271
  },
3344
3272
  "locationInModule": {
3345
3273
  "filename": "src/steps/step.ts",
3346
- "line": 118
3274
+ "line": 114
3347
3275
  },
3348
3276
  "name": "commands",
3349
3277
  "protected": true,
@@ -3370,7 +3298,7 @@
3370
3298
  "kind": "interface",
3371
3299
  "locationInModule": {
3372
3300
  "filename": "src/awscdk/base.ts",
3373
- "line": 71
3301
+ "line": 70
3374
3302
  },
3375
3303
  "name": "StageOptions",
3376
3304
  "properties": [
@@ -3382,7 +3310,7 @@
3382
3310
  "immutable": true,
3383
3311
  "locationInModule": {
3384
3312
  "filename": "src/awscdk/base.ts",
3385
- "line": 72
3313
+ "line": 71
3386
3314
  },
3387
3315
  "name": "env",
3388
3316
  "type": {
@@ -3392,6 +3320,187 @@
3392
3320
  ],
3393
3321
  "symbolId": "src/awscdk/base:StageOptions"
3394
3322
  },
3323
+ "projen-pipelines.StepSequence": {
3324
+ "assembly": "projen-pipelines",
3325
+ "base": "projen-pipelines.PipelineStep",
3326
+ "docs": {
3327
+ "stability": "stable"
3328
+ },
3329
+ "fqn": "projen-pipelines.StepSequence",
3330
+ "initializer": {
3331
+ "docs": {
3332
+ "stability": "stable",
3333
+ "summary": "Constructs a sequence of pipeline steps."
3334
+ },
3335
+ "locationInModule": {
3336
+ "filename": "src/steps/step.ts",
3337
+ "line": 186
3338
+ },
3339
+ "parameters": [
3340
+ {
3341
+ "docs": {
3342
+ "summary": "- The projen project reference."
3343
+ },
3344
+ "name": "project",
3345
+ "type": {
3346
+ "fqn": "projen.Project"
3347
+ }
3348
+ },
3349
+ {
3350
+ "docs": {
3351
+ "summary": "- The sequence of pipeline steps."
3352
+ },
3353
+ "name": "steps",
3354
+ "type": {
3355
+ "collection": {
3356
+ "elementtype": {
3357
+ "fqn": "projen-pipelines.PipelineStep"
3358
+ },
3359
+ "kind": "array"
3360
+ }
3361
+ }
3362
+ }
3363
+ ]
3364
+ },
3365
+ "kind": "class",
3366
+ "locationInModule": {
3367
+ "filename": "src/steps/step.ts",
3368
+ "line": 177
3369
+ },
3370
+ "methods": [
3371
+ {
3372
+ "docs": {
3373
+ "stability": "stable"
3374
+ },
3375
+ "locationInModule": {
3376
+ "filename": "src/steps/step.ts",
3377
+ "line": 271
3378
+ },
3379
+ "name": "addSteps",
3380
+ "parameters": [
3381
+ {
3382
+ "name": "steps",
3383
+ "type": {
3384
+ "fqn": "projen-pipelines.PipelineStep"
3385
+ },
3386
+ "variadic": true
3387
+ }
3388
+ ],
3389
+ "variadic": true
3390
+ },
3391
+ {
3392
+ "docs": {
3393
+ "stability": "stable"
3394
+ },
3395
+ "locationInModule": {
3396
+ "filename": "src/steps/step.ts",
3397
+ "line": 275
3398
+ },
3399
+ "name": "prependSteps",
3400
+ "parameters": [
3401
+ {
3402
+ "name": "steps",
3403
+ "type": {
3404
+ "fqn": "projen-pipelines.PipelineStep"
3405
+ },
3406
+ "variadic": true
3407
+ }
3408
+ ],
3409
+ "variadic": true
3410
+ },
3411
+ {
3412
+ "docs": {
3413
+ "stability": "stable",
3414
+ "summary": "Converts the sequence of steps into a Bash script configuration."
3415
+ },
3416
+ "locationInModule": {
3417
+ "filename": "src/steps/step.ts",
3418
+ "line": 217
3419
+ },
3420
+ "name": "toBash",
3421
+ "overrides": "projen-pipelines.PipelineStep",
3422
+ "returns": {
3423
+ "type": {
3424
+ "fqn": "projen-pipelines.BashStepConfig"
3425
+ }
3426
+ }
3427
+ },
3428
+ {
3429
+ "docs": {
3430
+ "stability": "stable",
3431
+ "summary": "Converts the sequence of steps into a CodeCatalyst Actions step configuration."
3432
+ },
3433
+ "locationInModule": {
3434
+ "filename": "src/steps/step.ts",
3435
+ "line": 254
3436
+ },
3437
+ "name": "toCodeCatalyst",
3438
+ "overrides": "projen-pipelines.PipelineStep",
3439
+ "returns": {
3440
+ "type": {
3441
+ "fqn": "projen-pipelines.CodeCatalystStepConfig"
3442
+ }
3443
+ }
3444
+ },
3445
+ {
3446
+ "docs": {
3447
+ "stability": "stable",
3448
+ "summary": "Converts the sequence of steps into a GitHub Actions step configuration."
3449
+ },
3450
+ "locationInModule": {
3451
+ "filename": "src/steps/step.ts",
3452
+ "line": 229
3453
+ },
3454
+ "name": "toGithub",
3455
+ "overrides": "projen-pipelines.PipelineStep",
3456
+ "returns": {
3457
+ "type": {
3458
+ "fqn": "projen-pipelines.GithubStepConfig"
3459
+ }
3460
+ }
3461
+ },
3462
+ {
3463
+ "docs": {
3464
+ "stability": "stable",
3465
+ "summary": "Converts the sequence of steps into a GitLab CI configuration."
3466
+ },
3467
+ "locationInModule": {
3468
+ "filename": "src/steps/step.ts",
3469
+ "line": 194
3470
+ },
3471
+ "name": "toGitlab",
3472
+ "overrides": "projen-pipelines.PipelineStep",
3473
+ "returns": {
3474
+ "type": {
3475
+ "fqn": "projen-pipelines.GitlabStepConfig"
3476
+ }
3477
+ }
3478
+ }
3479
+ ],
3480
+ "name": "StepSequence",
3481
+ "properties": [
3482
+ {
3483
+ "docs": {
3484
+ "stability": "stable"
3485
+ },
3486
+ "locationInModule": {
3487
+ "filename": "src/steps/step.ts",
3488
+ "line": 179
3489
+ },
3490
+ "name": "steps",
3491
+ "protected": true,
3492
+ "type": {
3493
+ "collection": {
3494
+ "elementtype": {
3495
+ "fqn": "projen-pipelines.PipelineStep"
3496
+ },
3497
+ "kind": "array"
3498
+ }
3499
+ }
3500
+ }
3501
+ ],
3502
+ "symbolId": "src/steps/step:StepSequence"
3503
+ },
3395
3504
  "projen-pipelines.UploadArtifactStep": {
3396
3505
  "assembly": "projen-pipelines",
3397
3506
  "base": "projen-pipelines.PipelineStep",
@@ -3518,6 +3627,6 @@
3518
3627
  "symbolId": "src/steps/artifact-steps:UploadArtifactStepConfig"
3519
3628
  }
3520
3629
  },
3521
- "version": "0.1.1",
3522
- "fingerprint": "o62aYlwCGr2GGVR80WCTJRU4KJKMMi2NtICFc/4Zk+8="
3630
+ "version": "0.2.0",
3631
+ "fingerprint": "Lp8Qt0PSg+c2C6kwuPNuAzCw/39mgS0+WHT99JjP6+g="
3523
3632
  }