projen-pipelines 0.0.56 → 0.0.58

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
@@ -130,7 +130,7 @@
130
130
  },
131
131
  "locationInModule": {
132
132
  "filename": "src/awscdk/bash.ts",
133
- "line": 10
133
+ "line": 11
134
134
  },
135
135
  "parameters": [
136
136
  {
@@ -150,8 +150,26 @@
150
150
  "kind": "class",
151
151
  "locationInModule": {
152
152
  "filename": "src/awscdk/bash.ts",
153
- "line": 8
153
+ "line": 9
154
154
  },
155
+ "methods": [
156
+ {
157
+ "docs": {
158
+ "stability": "stable"
159
+ },
160
+ "locationInModule": {
161
+ "filename": "src/awscdk/bash.ts",
162
+ "line": 78
163
+ },
164
+ "name": "engineType",
165
+ "overrides": "projen-pipelines.CDKPipeline",
166
+ "returns": {
167
+ "type": {
168
+ "fqn": "projen-pipelines.PipelineEngine"
169
+ }
170
+ }
171
+ }
172
+ ],
155
173
  "name": "BashCDKPipeline",
156
174
  "symbolId": "src/awscdk/bash:BashCDKPipeline"
157
175
  },
@@ -168,11 +186,50 @@
168
186
  "kind": "interface",
169
187
  "locationInModule": {
170
188
  "filename": "src/awscdk/bash.ts",
171
- "line": 4
189
+ "line": 5
172
190
  },
173
191
  "name": "BashCDKPipelineOptions",
174
192
  "symbolId": "src/awscdk/bash:BashCDKPipelineOptions"
175
193
  },
194
+ "projen-pipelines.BashStepConfig": {
195
+ "assembly": "projen-pipelines",
196
+ "datatype": true,
197
+ "docs": {
198
+ "stability": "stable",
199
+ "summary": "Configuration interface for a bash script step."
200
+ },
201
+ "fqn": "projen-pipelines.BashStepConfig",
202
+ "kind": "interface",
203
+ "locationInModule": {
204
+ "filename": "src/steps/step.ts",
205
+ "line": 35
206
+ },
207
+ "name": "BashStepConfig",
208
+ "properties": [
209
+ {
210
+ "abstract": true,
211
+ "docs": {
212
+ "stability": "stable",
213
+ "summary": "Shell commands to execute."
214
+ },
215
+ "immutable": true,
216
+ "locationInModule": {
217
+ "filename": "src/steps/step.ts",
218
+ "line": 38
219
+ },
220
+ "name": "commands",
221
+ "type": {
222
+ "collection": {
223
+ "elementtype": {
224
+ "primitive": "string"
225
+ },
226
+ "kind": "array"
227
+ }
228
+ }
229
+ }
230
+ ],
231
+ "symbolId": "src/steps/step:BashStepConfig"
232
+ },
176
233
  "projen-pipelines.CDKPipeline": {
177
234
  "abstract": true,
178
235
  "assembly": "projen-pipelines",
@@ -189,7 +246,7 @@
189
246
  },
190
247
  "locationInModule": {
191
248
  "filename": "src/awscdk/base.ts",
192
- "line": 126
249
+ "line": 118
193
250
  },
194
251
  "parameters": [
195
252
  {
@@ -209,7 +266,7 @@
209
266
  "kind": "class",
210
267
  "locationInModule": {
211
268
  "filename": "src/awscdk/base.ts",
212
- "line": 121
269
+ "line": 113
213
270
  },
214
271
  "methods": [
215
272
  {
@@ -219,7 +276,7 @@
219
276
  },
220
277
  "locationInModule": {
221
278
  "filename": "src/awscdk/base.ts",
222
- "line": 233
279
+ "line": 225
223
280
  },
224
281
  "name": "createApplicationEntrypoint",
225
282
  "protected": true
@@ -231,7 +288,7 @@
231
288
  },
232
289
  "locationInModule": {
233
290
  "filename": "src/awscdk/base.ts",
234
- "line": 378
291
+ "line": 370
235
292
  },
236
293
  "name": "createFeatureStage",
237
294
  "protected": true
@@ -243,7 +300,7 @@
243
300
  },
244
301
  "locationInModule": {
245
302
  "filename": "src/awscdk/base.ts",
246
- "line": 358
303
+ "line": 350
247
304
  },
248
305
  "name": "createPersonalStage",
249
306
  "protected": true
@@ -255,7 +312,7 @@
255
312
  },
256
313
  "locationInModule": {
257
314
  "filename": "src/awscdk/base.ts",
258
- "line": 395
315
+ "line": 387
259
316
  },
260
317
  "name": "createPipelineStage",
261
318
  "parameters": [
@@ -278,18 +335,34 @@
278
335
  },
279
336
  "locationInModule": {
280
337
  "filename": "src/awscdk/base.ts",
281
- "line": 318
338
+ "line": 310
282
339
  },
283
340
  "name": "createReleaseTasks",
284
341
  "protected": true
285
342
  },
343
+ {
344
+ "abstract": true,
345
+ "docs": {
346
+ "stability": "stable"
347
+ },
348
+ "locationInModule": {
349
+ "filename": "src/awscdk/base.ts",
350
+ "line": 163
351
+ },
352
+ "name": "engineType",
353
+ "returns": {
354
+ "type": {
355
+ "fqn": "projen-pipelines.PipelineEngine"
356
+ }
357
+ }
358
+ },
286
359
  {
287
360
  "docs": {
288
361
  "stability": "stable"
289
362
  },
290
363
  "locationInModule": {
291
364
  "filename": "src/awscdk/base.ts",
292
- "line": 206
365
+ "line": 199
293
366
  },
294
367
  "name": "getAssetUploadCommands",
295
368
  "parameters": [
@@ -318,7 +391,7 @@
318
391
  },
319
392
  "locationInModule": {
320
393
  "filename": "src/awscdk/base.ts",
321
- "line": 405
394
+ "line": 397
322
395
  },
323
396
  "name": "getCliStackPattern",
324
397
  "parameters": [
@@ -342,7 +415,7 @@
342
415
  },
343
416
  "locationInModule": {
344
417
  "filename": "src/awscdk/base.ts",
345
- "line": 217
418
+ "line": 209
346
419
  },
347
420
  "name": "renderDeployCommands",
348
421
  "parameters": [
@@ -371,7 +444,7 @@
371
444
  },
372
445
  "locationInModule": {
373
446
  "filename": "src/awscdk/base.ts",
374
- "line": 223
447
+ "line": 215
375
448
  },
376
449
  "name": "renderDiffCommands",
377
450
  "parameters": [
@@ -400,7 +473,7 @@
400
473
  },
401
474
  "locationInModule": {
402
475
  "filename": "src/awscdk/base.ts",
403
- "line": 171
476
+ "line": 165
404
477
  },
405
478
  "name": "renderInstallCommands",
406
479
  "protected": true,
@@ -421,7 +494,7 @@
421
494
  },
422
495
  "locationInModule": {
423
496
  "filename": "src/awscdk/base.ts",
424
- "line": 178
497
+ "line": 172
425
498
  },
426
499
  "name": "renderInstallPackageCommands",
427
500
  "parameters": [
@@ -457,7 +530,7 @@
457
530
  },
458
531
  "locationInModule": {
459
532
  "filename": "src/awscdk/base.ts",
460
- "line": 197
533
+ "line": 191
461
534
  },
462
535
  "name": "renderSynthCommands",
463
536
  "protected": true,
@@ -482,7 +555,7 @@
482
555
  "immutable": true,
483
556
  "locationInModule": {
484
557
  "filename": "src/awscdk/base.ts",
485
- "line": 124
558
+ "line": 116
486
559
  },
487
560
  "name": "branchName",
488
561
  "type": {
@@ -496,7 +569,7 @@
496
569
  "immutable": true,
497
570
  "locationInModule": {
498
571
  "filename": "src/awscdk/base.ts",
499
- "line": 123
572
+ "line": 115
500
573
  },
501
574
  "name": "stackPrefix",
502
575
  "type": {
@@ -509,7 +582,7 @@
509
582
  },
510
583
  "locationInModule": {
511
584
  "filename": "src/awscdk/base.ts",
512
- "line": 126
585
+ "line": 118
513
586
  },
514
587
  "name": "app",
515
588
  "protected": true,
@@ -532,7 +605,7 @@
532
605
  "kind": "interface",
533
606
  "locationInModule": {
534
607
  "filename": "src/awscdk/base.ts",
535
- "line": 65
608
+ "line": 54
536
609
  },
537
610
  "name": "CDKPipelineOptions",
538
611
  "properties": [
@@ -546,7 +619,7 @@
546
619
  "immutable": true,
547
620
  "locationInModule": {
548
621
  "filename": "src/awscdk/base.ts",
549
- "line": 94
622
+ "line": 83
550
623
  },
551
624
  "name": "pkgNamespace",
552
625
  "type": {
@@ -561,7 +634,7 @@
561
634
  "immutable": true,
562
635
  "locationInModule": {
563
636
  "filename": "src/awscdk/base.ts",
564
- "line": 96
637
+ "line": 85
565
638
  },
566
639
  "name": "stages",
567
640
  "type": {
@@ -583,7 +656,7 @@
583
656
  "immutable": true,
584
657
  "locationInModule": {
585
658
  "filename": "src/awscdk/base.ts",
586
- "line": 71
659
+ "line": 60
587
660
  },
588
661
  "name": "branchName",
589
662
  "optional": true,
@@ -602,7 +675,7 @@
602
675
  "immutable": true,
603
676
  "locationInModule": {
604
677
  "filename": "src/awscdk/base.ts",
605
- "line": 87
678
+ "line": 76
606
679
  },
607
680
  "name": "deploySubStacks",
608
681
  "optional": true,
@@ -618,7 +691,7 @@
618
691
  "immutable": true,
619
692
  "locationInModule": {
620
693
  "filename": "src/awscdk/base.ts",
621
- "line": 100
694
+ "line": 89
622
695
  },
623
696
  "name": "featureStages",
624
697
  "optional": true,
@@ -634,7 +707,7 @@
634
707
  "immutable": true,
635
708
  "locationInModule": {
636
709
  "filename": "src/awscdk/base.ts",
637
- "line": 98
710
+ "line": 87
638
711
  },
639
712
  "name": "personalStage",
640
713
  "optional": true,
@@ -650,7 +723,7 @@
650
723
  "immutable": true,
651
724
  "locationInModule": {
652
725
  "filename": "src/awscdk/base.ts",
653
- "line": 113
726
+ "line": 102
654
727
  },
655
728
  "name": "postSynthCommands",
656
729
  "optional": true,
@@ -671,7 +744,28 @@
671
744
  "immutable": true,
672
745
  "locationInModule": {
673
746
  "filename": "src/awscdk/base.ts",
674
- "line": 111
747
+ "line": 106
748
+ },
749
+ "name": "postSynthSteps",
750
+ "optional": true,
751
+ "type": {
752
+ "collection": {
753
+ "elementtype": {
754
+ "fqn": "projen-pipelines.PipelineStep"
755
+ },
756
+ "kind": "array"
757
+ }
758
+ }
759
+ },
760
+ {
761
+ "abstract": true,
762
+ "docs": {
763
+ "stability": "stable"
764
+ },
765
+ "immutable": true,
766
+ "locationInModule": {
767
+ "filename": "src/awscdk/base.ts",
768
+ "line": 100
675
769
  },
676
770
  "name": "preInstallCommands",
677
771
  "optional": true,
@@ -692,7 +786,28 @@
692
786
  "immutable": true,
693
787
  "locationInModule": {
694
788
  "filename": "src/awscdk/base.ts",
695
- "line": 112
789
+ "line": 104
790
+ },
791
+ "name": "preInstallSteps",
792
+ "optional": true,
793
+ "type": {
794
+ "collection": {
795
+ "elementtype": {
796
+ "fqn": "projen-pipelines.PipelineStep"
797
+ },
798
+ "kind": "array"
799
+ }
800
+ }
801
+ },
802
+ {
803
+ "abstract": true,
804
+ "docs": {
805
+ "stability": "stable"
806
+ },
807
+ "immutable": true,
808
+ "locationInModule": {
809
+ "filename": "src/awscdk/base.ts",
810
+ "line": 101
696
811
  },
697
812
  "name": "preSynthCommands",
698
813
  "optional": true,
@@ -705,6 +820,27 @@
705
820
  }
706
821
  }
707
822
  },
823
+ {
824
+ "abstract": true,
825
+ "docs": {
826
+ "stability": "stable"
827
+ },
828
+ "immutable": true,
829
+ "locationInModule": {
830
+ "filename": "src/awscdk/base.ts",
831
+ "line": 105
832
+ },
833
+ "name": "preSynthSteps",
834
+ "optional": true,
835
+ "type": {
836
+ "collection": {
837
+ "elementtype": {
838
+ "fqn": "projen-pipelines.PipelineStep"
839
+ },
840
+ "kind": "array"
841
+ }
842
+ }
843
+ },
708
844
  {
709
845
  "abstract": true,
710
846
  "docs": {
@@ -715,7 +851,7 @@
715
851
  "immutable": true,
716
852
  "locationInModule": {
717
853
  "filename": "src/awscdk/base.ts",
718
- "line": 79
854
+ "line": 68
719
855
  },
720
856
  "name": "stackPrefix",
721
857
  "optional": true,
@@ -736,7 +872,7 @@
736
872
  "kind": "interface",
737
873
  "locationInModule": {
738
874
  "filename": "src/awscdk/base.ts",
739
- "line": 49
875
+ "line": 38
740
876
  },
741
877
  "name": "DeploymentStage",
742
878
  "properties": [
@@ -748,7 +884,7 @@
748
884
  "immutable": true,
749
885
  "locationInModule": {
750
886
  "filename": "src/awscdk/base.ts",
751
- "line": 51
887
+ "line": 40
752
888
  },
753
889
  "name": "env",
754
890
  "type": {
@@ -763,7 +899,7 @@
763
899
  "immutable": true,
764
900
  "locationInModule": {
765
901
  "filename": "src/awscdk/base.ts",
766
- "line": 50
902
+ "line": 39
767
903
  },
768
904
  "name": "name",
769
905
  "type": {
@@ -778,7 +914,7 @@
778
914
  "immutable": true,
779
915
  "locationInModule": {
780
916
  "filename": "src/awscdk/base.ts",
781
- "line": 52
917
+ "line": 41
782
918
  },
783
919
  "name": "manualApproval",
784
920
  "optional": true,
@@ -801,7 +937,7 @@
801
937
  "kind": "interface",
802
938
  "locationInModule": {
803
939
  "filename": "src/awscdk/base.ts",
804
- "line": 10
940
+ "line": 12
805
941
  },
806
942
  "name": "Environment",
807
943
  "properties": [
@@ -815,7 +951,7 @@
815
951
  "immutable": true,
816
952
  "locationInModule": {
817
953
  "filename": "src/awscdk/base.ts",
818
- "line": 16
954
+ "line": 18
819
955
  },
820
956
  "name": "account",
821
957
  "type": {
@@ -832,7 +968,7 @@
832
968
  "immutable": true,
833
969
  "locationInModule": {
834
970
  "filename": "src/awscdk/base.ts",
835
- "line": 23
971
+ "line": 25
836
972
  },
837
973
  "name": "region",
838
974
  "type": {
@@ -857,7 +993,7 @@
857
993
  },
858
994
  "locationInModule": {
859
995
  "filename": "src/awscdk/github.ts",
860
- "line": 47
996
+ "line": 59
861
997
  },
862
998
  "parameters": [
863
999
  {
@@ -883,7 +1019,7 @@
883
1019
  "kind": "class",
884
1020
  "locationInModule": {
885
1021
  "filename": "src/awscdk/github.ts",
886
- "line": 32
1022
+ "line": 44
887
1023
  },
888
1024
  "methods": [
889
1025
  {
@@ -893,7 +1029,7 @@
893
1029
  },
894
1030
  "locationInModule": {
895
1031
  "filename": "src/awscdk/github.ts",
896
- "line": 119
1032
+ "line": 147
897
1033
  },
898
1034
  "name": "createAssetUpload"
899
1035
  },
@@ -904,7 +1040,7 @@
904
1040
  },
905
1041
  "locationInModule": {
906
1042
  "filename": "src/awscdk/github.ts",
907
- "line": 162
1043
+ "line": 196
908
1044
  },
909
1045
  "name": "createDeployment",
910
1046
  "parameters": [
@@ -918,6 +1054,23 @@
918
1054
  }
919
1055
  }
920
1056
  ]
1057
+ },
1058
+ {
1059
+ "docs": {
1060
+ "stability": "stable",
1061
+ "summary": "the type of engine this implementation of CDKPipeline is for."
1062
+ },
1063
+ "locationInModule": {
1064
+ "filename": "src/awscdk/github.ts",
1065
+ "line": 85
1066
+ },
1067
+ "name": "engineType",
1068
+ "overrides": "projen-pipelines.CDKPipeline",
1069
+ "returns": {
1070
+ "type": {
1071
+ "fqn": "projen-pipelines.PipelineEngine"
1072
+ }
1073
+ }
921
1074
  }
922
1075
  ],
923
1076
  "name": "GithubCDKPipeline",
@@ -930,7 +1083,7 @@
930
1083
  "immutable": true,
931
1084
  "locationInModule": {
932
1085
  "filename": "src/awscdk/github.ts",
933
- "line": 35
1086
+ "line": 47
934
1087
  },
935
1088
  "name": "needsVersionedArtifacts",
936
1089
  "type": {
@@ -954,24 +1107,48 @@
954
1107
  "kind": "interface",
955
1108
  "locationInModule": {
956
1109
  "filename": "src/awscdk/github.ts",
957
- "line": 24
1110
+ "line": 27
958
1111
  },
959
1112
  "name": "GithubCDKPipelineOptions",
960
1113
  "properties": [
961
1114
  {
962
1115
  "abstract": true,
963
1116
  "docs": {
964
- "stability": "stable"
1117
+ "stability": "stable",
1118
+ "summary": "IAM config for GitHub Actions."
965
1119
  },
966
1120
  "immutable": true,
967
1121
  "locationInModule": {
968
1122
  "filename": "src/awscdk/github.ts",
969
- "line": 25
1123
+ "line": 30
970
1124
  },
971
1125
  "name": "iamRoleArns",
972
1126
  "type": {
973
1127
  "fqn": "projen-pipelines.GithubIamRoleConfig"
974
1128
  }
1129
+ },
1130
+ {
1131
+ "abstract": true,
1132
+ "docs": {
1133
+ "default": "['ubuntu-latest']",
1134
+ "stability": "stable",
1135
+ "summary": "runner tags to use to select runners."
1136
+ },
1137
+ "immutable": true,
1138
+ "locationInModule": {
1139
+ "filename": "src/awscdk/github.ts",
1140
+ "line": 37
1141
+ },
1142
+ "name": "runnerTags",
1143
+ "optional": true,
1144
+ "type": {
1145
+ "collection": {
1146
+ "elementtype": {
1147
+ "primitive": "string"
1148
+ },
1149
+ "kind": "array"
1150
+ }
1151
+ }
975
1152
  }
976
1153
  ],
977
1154
  "symbolId": "src/awscdk/github:GithubCDKPipelineOptions"
@@ -987,7 +1164,7 @@
987
1164
  "kind": "interface",
988
1165
  "locationInModule": {
989
1166
  "filename": "src/awscdk/github.ts",
990
- "line": 9
1167
+ "line": 12
991
1168
  },
992
1169
  "name": "GithubIamRoleConfig",
993
1170
  "properties": [
@@ -1000,7 +1177,7 @@
1000
1177
  "immutable": true,
1001
1178
  "locationInModule": {
1002
1179
  "filename": "src/awscdk/github.ts",
1003
- "line": 16
1180
+ "line": 19
1004
1181
  },
1005
1182
  "name": "assetPublishing",
1006
1183
  "optional": true,
@@ -1017,7 +1194,7 @@
1017
1194
  "immutable": true,
1018
1195
  "locationInModule": {
1019
1196
  "filename": "src/awscdk/github.ts",
1020
- "line": 12
1197
+ "line": 15
1021
1198
  },
1022
1199
  "name": "default",
1023
1200
  "optional": true,
@@ -1034,7 +1211,7 @@
1034
1211
  "immutable": true,
1035
1212
  "locationInModule": {
1036
1213
  "filename": "src/awscdk/github.ts",
1037
- "line": 18
1214
+ "line": 21
1038
1215
  },
1039
1216
  "name": "deployment",
1040
1217
  "optional": true,
@@ -1056,7 +1233,7 @@
1056
1233
  "immutable": true,
1057
1234
  "locationInModule": {
1058
1235
  "filename": "src/awscdk/github.ts",
1059
- "line": 14
1236
+ "line": 17
1060
1237
  },
1061
1238
  "name": "synth",
1062
1239
  "optional": true,
@@ -1067,6 +1244,66 @@
1067
1244
  ],
1068
1245
  "symbolId": "src/awscdk/github:GithubIamRoleConfig"
1069
1246
  },
1247
+ "projen-pipelines.GithubStepConfig": {
1248
+ "assembly": "projen-pipelines",
1249
+ "datatype": true,
1250
+ "docs": {
1251
+ "stability": "stable",
1252
+ "summary": "Configuration interface for a GitHub Actions step."
1253
+ },
1254
+ "fqn": "projen-pipelines.GithubStepConfig",
1255
+ "kind": "interface",
1256
+ "locationInModule": {
1257
+ "filename": "src/steps/step.ts",
1258
+ "line": 23
1259
+ },
1260
+ "name": "GithubStepConfig",
1261
+ "properties": [
1262
+ {
1263
+ "abstract": true,
1264
+ "docs": {
1265
+ "stability": "stable",
1266
+ "summary": "Dependencies which need to be completed before this step."
1267
+ },
1268
+ "immutable": true,
1269
+ "locationInModule": {
1270
+ "filename": "src/steps/step.ts",
1271
+ "line": 26
1272
+ },
1273
+ "name": "needs",
1274
+ "type": {
1275
+ "collection": {
1276
+ "elementtype": {
1277
+ "primitive": "string"
1278
+ },
1279
+ "kind": "array"
1280
+ }
1281
+ }
1282
+ },
1283
+ {
1284
+ "abstract": true,
1285
+ "docs": {
1286
+ "stability": "stable",
1287
+ "summary": "Commands wrapped as GitHub Action job steps."
1288
+ },
1289
+ "immutable": true,
1290
+ "locationInModule": {
1291
+ "filename": "src/steps/step.ts",
1292
+ "line": 29
1293
+ },
1294
+ "name": "steps",
1295
+ "type": {
1296
+ "collection": {
1297
+ "elementtype": {
1298
+ "fqn": "projen.github.workflows.JobStep"
1299
+ },
1300
+ "kind": "array"
1301
+ }
1302
+ }
1303
+ }
1304
+ ],
1305
+ "symbolId": "src/steps/step:GithubStepConfig"
1306
+ },
1070
1307
  "projen-pipelines.GitlabCDKPipeline": {
1071
1308
  "assembly": "projen-pipelines",
1072
1309
  "base": "projen-pipelines.CDKPipeline",
@@ -1083,7 +1320,7 @@
1083
1320
  },
1084
1321
  "locationInModule": {
1085
1322
  "filename": "src/awscdk/gitlab.ts",
1086
- "line": 79
1323
+ "line": 80
1087
1324
  },
1088
1325
  "parameters": [
1089
1326
  {
@@ -1109,7 +1346,7 @@
1109
1346
  "kind": "class",
1110
1347
  "locationInModule": {
1111
1348
  "filename": "src/awscdk/gitlab.ts",
1112
- "line": 58
1349
+ "line": 59
1113
1350
  },
1114
1351
  "methods": [
1115
1352
  {
@@ -1120,7 +1357,7 @@
1120
1357
  },
1121
1358
  "locationInModule": {
1122
1359
  "filename": "src/awscdk/gitlab.ts",
1123
- "line": 189
1360
+ "line": 211
1124
1361
  },
1125
1362
  "name": "createAssetUpload",
1126
1363
  "protected": true
@@ -1133,7 +1370,7 @@
1133
1370
  },
1134
1371
  "locationInModule": {
1135
1372
  "filename": "src/awscdk/gitlab.ts",
1136
- "line": 216
1373
+ "line": 242
1137
1374
  },
1138
1375
  "name": "createDeployment",
1139
1376
  "parameters": [
@@ -1157,11 +1394,27 @@
1157
1394
  },
1158
1395
  "locationInModule": {
1159
1396
  "filename": "src/awscdk/gitlab.ts",
1160
- "line": 165
1397
+ "line": 166
1161
1398
  },
1162
1399
  "name": "createSynth",
1163
1400
  "protected": true
1164
1401
  },
1402
+ {
1403
+ "docs": {
1404
+ "stability": "stable"
1405
+ },
1406
+ "locationInModule": {
1407
+ "filename": "src/awscdk/gitlab.ts",
1408
+ "line": 294
1409
+ },
1410
+ "name": "engineType",
1411
+ "overrides": "projen-pipelines.CDKPipeline",
1412
+ "returns": {
1413
+ "type": {
1414
+ "fqn": "projen-pipelines.PipelineEngine"
1415
+ }
1416
+ }
1417
+ },
1165
1418
  {
1166
1419
  "docs": {
1167
1420
  "remarks": "This method defines reusable job configurations to be extended by specific pipeline jobs,\nfacilitating artifact caching and AWS authentication setup.",
@@ -1170,7 +1423,7 @@
1170
1423
  },
1171
1424
  "locationInModule": {
1172
1425
  "filename": "src/awscdk/gitlab.ts",
1173
- "line": 107
1426
+ "line": 108
1174
1427
  },
1175
1428
  "name": "setupSnippets",
1176
1429
  "protected": true
@@ -1186,7 +1439,7 @@
1186
1439
  "immutable": true,
1187
1440
  "locationInModule": {
1188
1441
  "filename": "src/awscdk/gitlab.ts",
1189
- "line": 67
1442
+ "line": 68
1190
1443
  },
1191
1444
  "name": "config",
1192
1445
  "type": {
@@ -1202,7 +1455,7 @@
1202
1455
  "immutable": true,
1203
1456
  "locationInModule": {
1204
1457
  "filename": "src/awscdk/gitlab.ts",
1205
- "line": 64
1458
+ "line": 65
1206
1459
  },
1207
1460
  "name": "jobImage",
1208
1461
  "type": {
@@ -1218,7 +1471,7 @@
1218
1471
  "immutable": true,
1219
1472
  "locationInModule": {
1220
1473
  "filename": "src/awscdk/gitlab.ts",
1221
- "line": 61
1474
+ "line": 62
1222
1475
  },
1223
1476
  "name": "needsVersionedArtifacts",
1224
1477
  "type": {
@@ -1242,7 +1495,7 @@
1242
1495
  "kind": "interface",
1243
1496
  "locationInModule": {
1244
1497
  "filename": "src/awscdk/gitlab.ts",
1245
- "line": 42
1498
+ "line": 43
1246
1499
  },
1247
1500
  "name": "GitlabCDKPipelineOptions",
1248
1501
  "properties": [
@@ -1255,7 +1508,7 @@
1255
1508
  "immutable": true,
1256
1509
  "locationInModule": {
1257
1510
  "filename": "src/awscdk/gitlab.ts",
1258
- "line": 44
1511
+ "line": 45
1259
1512
  },
1260
1513
  "name": "iamRoleArns",
1261
1514
  "type": {
@@ -1271,7 +1524,7 @@
1271
1524
  "immutable": true,
1272
1525
  "locationInModule": {
1273
1526
  "filename": "src/awscdk/gitlab.ts",
1274
- "line": 48
1527
+ "line": 49
1275
1528
  },
1276
1529
  "name": "image",
1277
1530
  "optional": true,
@@ -1288,7 +1541,7 @@
1288
1541
  "immutable": true,
1289
1542
  "locationInModule": {
1290
1543
  "filename": "src/awscdk/gitlab.ts",
1291
- "line": 46
1544
+ "line": 47
1292
1545
  },
1293
1546
  "name": "runnerTags",
1294
1547
  "optional": true,
@@ -1311,7 +1564,7 @@
1311
1564
  "kind": "interface",
1312
1565
  "locationInModule": {
1313
1566
  "filename": "src/awscdk/gitlab.ts",
1314
- "line": 9
1567
+ "line": 10
1315
1568
  },
1316
1569
  "name": "GitlabIamRoleConfig",
1317
1570
  "properties": [
@@ -1324,7 +1577,7 @@
1324
1577
  "immutable": true,
1325
1578
  "locationInModule": {
1326
1579
  "filename": "src/awscdk/gitlab.ts",
1327
- "line": 15
1580
+ "line": 16
1328
1581
  },
1329
1582
  "name": "assetPublishing",
1330
1583
  "optional": true,
@@ -1341,7 +1594,7 @@
1341
1594
  "immutable": true,
1342
1595
  "locationInModule": {
1343
1596
  "filename": "src/awscdk/gitlab.ts",
1344
- "line": 11
1597
+ "line": 12
1345
1598
  },
1346
1599
  "name": "default",
1347
1600
  "optional": true,
@@ -1358,7 +1611,7 @@
1358
1611
  "immutable": true,
1359
1612
  "locationInModule": {
1360
1613
  "filename": "src/awscdk/gitlab.ts",
1361
- "line": 19
1614
+ "line": 20
1362
1615
  },
1363
1616
  "name": "deployment",
1364
1617
  "optional": true,
@@ -1380,7 +1633,7 @@
1380
1633
  "immutable": true,
1381
1634
  "locationInModule": {
1382
1635
  "filename": "src/awscdk/gitlab.ts",
1383
- "line": 17
1636
+ "line": 18
1384
1637
  },
1385
1638
  "name": "diff",
1386
1639
  "optional": true,
@@ -1402,7 +1655,7 @@
1402
1655
  "immutable": true,
1403
1656
  "locationInModule": {
1404
1657
  "filename": "src/awscdk/gitlab.ts",
1405
- "line": 13
1658
+ "line": 14
1406
1659
  },
1407
1660
  "name": "synth",
1408
1661
  "optional": true,
@@ -1425,7 +1678,7 @@
1425
1678
  "kind": "interface",
1426
1679
  "locationInModule": {
1427
1680
  "filename": "src/awscdk/gitlab.ts",
1428
- "line": 26
1681
+ "line": 27
1429
1682
  },
1430
1683
  "name": "GitlabRunnerTags",
1431
1684
  "properties": [
@@ -1438,7 +1691,7 @@
1438
1691
  "immutable": true,
1439
1692
  "locationInModule": {
1440
1693
  "filename": "src/awscdk/gitlab.ts",
1441
- "line": 32
1694
+ "line": 33
1442
1695
  },
1443
1696
  "name": "assetPublishing",
1444
1697
  "optional": true,
@@ -1460,7 +1713,7 @@
1460
1713
  "immutable": true,
1461
1714
  "locationInModule": {
1462
1715
  "filename": "src/awscdk/gitlab.ts",
1463
- "line": 28
1716
+ "line": 29
1464
1717
  },
1465
1718
  "name": "default",
1466
1719
  "optional": true,
@@ -1482,7 +1735,7 @@
1482
1735
  "immutable": true,
1483
1736
  "locationInModule": {
1484
1737
  "filename": "src/awscdk/gitlab.ts",
1485
- "line": 36
1738
+ "line": 37
1486
1739
  },
1487
1740
  "name": "deployment",
1488
1741
  "optional": true,
@@ -1509,7 +1762,7 @@
1509
1762
  "immutable": true,
1510
1763
  "locationInModule": {
1511
1764
  "filename": "src/awscdk/gitlab.ts",
1512
- "line": 34
1765
+ "line": 35
1513
1766
  },
1514
1767
  "name": "diff",
1515
1768
  "optional": true,
@@ -1536,7 +1789,7 @@
1536
1789
  "immutable": true,
1537
1790
  "locationInModule": {
1538
1791
  "filename": "src/awscdk/gitlab.ts",
1539
- "line": 30
1792
+ "line": 31
1540
1793
  },
1541
1794
  "name": "synth",
1542
1795
  "optional": true,
@@ -1552,6 +1805,87 @@
1552
1805
  ],
1553
1806
  "symbolId": "src/awscdk/gitlab:GitlabRunnerTags"
1554
1807
  },
1808
+ "projen-pipelines.GitlabStepConfig": {
1809
+ "assembly": "projen-pipelines",
1810
+ "datatype": true,
1811
+ "docs": {
1812
+ "stability": "stable",
1813
+ "summary": "Configuration interface for a GitLab CI step."
1814
+ },
1815
+ "fqn": "projen-pipelines.GitlabStepConfig",
1816
+ "kind": "interface",
1817
+ "locationInModule": {
1818
+ "filename": "src/steps/step.ts",
1819
+ "line": 8
1820
+ },
1821
+ "name": "GitlabStepConfig",
1822
+ "properties": [
1823
+ {
1824
+ "abstract": true,
1825
+ "docs": {
1826
+ "stability": "stable",
1827
+ "summary": "Shell commands to execute in this step."
1828
+ },
1829
+ "immutable": true,
1830
+ "locationInModule": {
1831
+ "filename": "src/steps/step.ts",
1832
+ "line": 17
1833
+ },
1834
+ "name": "commands",
1835
+ "type": {
1836
+ "collection": {
1837
+ "elementtype": {
1838
+ "primitive": "string"
1839
+ },
1840
+ "kind": "array"
1841
+ }
1842
+ }
1843
+ },
1844
+ {
1845
+ "abstract": true,
1846
+ "docs": {
1847
+ "stability": "stable",
1848
+ "summary": "List of job extensions related to the step."
1849
+ },
1850
+ "immutable": true,
1851
+ "locationInModule": {
1852
+ "filename": "src/steps/step.ts",
1853
+ "line": 11
1854
+ },
1855
+ "name": "extensions",
1856
+ "type": {
1857
+ "collection": {
1858
+ "elementtype": {
1859
+ "primitive": "string"
1860
+ },
1861
+ "kind": "array"
1862
+ }
1863
+ }
1864
+ },
1865
+ {
1866
+ "abstract": true,
1867
+ "docs": {
1868
+ "stability": "stable",
1869
+ "summary": "Dependencies which need to be completed before this step."
1870
+ },
1871
+ "immutable": true,
1872
+ "locationInModule": {
1873
+ "filename": "src/steps/step.ts",
1874
+ "line": 14
1875
+ },
1876
+ "name": "needs",
1877
+ "type": {
1878
+ "collection": {
1879
+ "elementtype": {
1880
+ "fqn": "projen.gitlab.Need"
1881
+ },
1882
+ "kind": "array"
1883
+ }
1884
+ }
1885
+ }
1886
+ ],
1887
+ "symbolId": "src/steps/step:GitlabStepConfig"
1888
+ },
1555
1889
  "projen-pipelines.PipelineEngine": {
1556
1890
  "assembly": "projen-pipelines",
1557
1891
  "docs": {
@@ -1562,8 +1896,8 @@
1562
1896
  "fqn": "projen-pipelines.PipelineEngine",
1563
1897
  "kind": "enum",
1564
1898
  "locationInModule": {
1565
- "filename": "src/awscdk/base.ts",
1566
- "line": 30
1899
+ "filename": "src/engine.ts",
1900
+ "line": 6
1567
1901
  },
1568
1902
  "members": [
1569
1903
  {
@@ -1579,10 +1913,253 @@
1579
1913
  "summary": "Create a .gitlab-ci.yaml file."
1580
1914
  },
1581
1915
  "name": "GITLAB"
1916
+ },
1917
+ {
1918
+ "docs": {
1919
+ "stability": "stable",
1920
+ "summary": "Create bash scripts."
1921
+ },
1922
+ "name": "BASH"
1582
1923
  }
1583
1924
  ],
1584
1925
  "name": "PipelineEngine",
1585
- "symbolId": "src/awscdk/base:PipelineEngine"
1926
+ "symbolId": "src/engine:PipelineEngine"
1927
+ },
1928
+ "projen-pipelines.PipelineStep": {
1929
+ "abstract": true,
1930
+ "assembly": "projen-pipelines",
1931
+ "docs": {
1932
+ "stability": "stable",
1933
+ "summary": "Abstract class defining the structure of a pipeline step."
1934
+ },
1935
+ "fqn": "projen-pipelines.PipelineStep",
1936
+ "initializer": {
1937
+ "docs": {
1938
+ "stability": "stable",
1939
+ "summary": "Initializes a new instance of a PipelineStep with a reference to a projen project."
1940
+ },
1941
+ "locationInModule": {
1942
+ "filename": "src/steps/step.ts",
1943
+ "line": 50
1944
+ },
1945
+ "parameters": [
1946
+ {
1947
+ "docs": {
1948
+ "summary": "- The projen project reference."
1949
+ },
1950
+ "name": "project",
1951
+ "type": {
1952
+ "fqn": "projen.Project"
1953
+ }
1954
+ }
1955
+ ]
1956
+ },
1957
+ "kind": "class",
1958
+ "locationInModule": {
1959
+ "filename": "src/steps/step.ts",
1960
+ "line": 44
1961
+ },
1962
+ "methods": [
1963
+ {
1964
+ "abstract": true,
1965
+ "docs": {
1966
+ "remarks": "Must be implemented by subclasses.",
1967
+ "stability": "stable",
1968
+ "summary": "Generates a configuration for a bash script step."
1969
+ },
1970
+ "locationInModule": {
1971
+ "filename": "src/steps/step.ts",
1972
+ "line": 67
1973
+ },
1974
+ "name": "toBash",
1975
+ "returns": {
1976
+ "type": {
1977
+ "fqn": "projen-pipelines.BashStepConfig"
1978
+ }
1979
+ }
1980
+ },
1981
+ {
1982
+ "abstract": true,
1983
+ "docs": {
1984
+ "remarks": "Must be implemented by subclasses.",
1985
+ "stability": "stable",
1986
+ "summary": "Generates a configuration for a GitHub Actions step."
1987
+ },
1988
+ "locationInModule": {
1989
+ "filename": "src/steps/step.ts",
1990
+ "line": 62
1991
+ },
1992
+ "name": "toGithub",
1993
+ "returns": {
1994
+ "type": {
1995
+ "fqn": "projen-pipelines.GithubStepConfig"
1996
+ }
1997
+ }
1998
+ },
1999
+ {
2000
+ "abstract": true,
2001
+ "docs": {
2002
+ "remarks": "Must be implemented by subclasses.",
2003
+ "stability": "stable",
2004
+ "summary": "Generates a configuration for a GitLab CI step."
2005
+ },
2006
+ "locationInModule": {
2007
+ "filename": "src/steps/step.ts",
2008
+ "line": 57
2009
+ },
2010
+ "name": "toGitlab",
2011
+ "returns": {
2012
+ "type": {
2013
+ "fqn": "projen-pipelines.GitlabStepConfig"
2014
+ }
2015
+ }
2016
+ }
2017
+ ],
2018
+ "name": "PipelineStep",
2019
+ "properties": [
2020
+ {
2021
+ "docs": {
2022
+ "stability": "stable",
2023
+ "summary": "- The projen project reference."
2024
+ },
2025
+ "locationInModule": {
2026
+ "filename": "src/steps/step.ts",
2027
+ "line": 50
2028
+ },
2029
+ "name": "project",
2030
+ "protected": true,
2031
+ "type": {
2032
+ "fqn": "projen.Project"
2033
+ }
2034
+ }
2035
+ ],
2036
+ "symbolId": "src/steps/step:PipelineStep"
2037
+ },
2038
+ "projen-pipelines.SimpleCommandStep": {
2039
+ "assembly": "projen-pipelines",
2040
+ "base": "projen-pipelines.PipelineStep",
2041
+ "docs": {
2042
+ "stability": "stable",
2043
+ "summary": "Concrete implementation of PipelineStep that executes simple commands."
2044
+ },
2045
+ "fqn": "projen-pipelines.SimpleCommandStep",
2046
+ "initializer": {
2047
+ "docs": {
2048
+ "stability": "stable",
2049
+ "summary": "Constructs a simple command step with a specified set of commands."
2050
+ },
2051
+ "locationInModule": {
2052
+ "filename": "src/steps/step.ts",
2053
+ "line": 80
2054
+ },
2055
+ "parameters": [
2056
+ {
2057
+ "docs": {
2058
+ "summary": "- The projen project reference."
2059
+ },
2060
+ "name": "project",
2061
+ "type": {
2062
+ "fqn": "projen.Project"
2063
+ }
2064
+ },
2065
+ {
2066
+ "docs": {
2067
+ "summary": "- Shell commands to execute."
2068
+ },
2069
+ "name": "commands",
2070
+ "type": {
2071
+ "collection": {
2072
+ "elementtype": {
2073
+ "primitive": "string"
2074
+ },
2075
+ "kind": "array"
2076
+ }
2077
+ }
2078
+ }
2079
+ ]
2080
+ },
2081
+ "kind": "class",
2082
+ "locationInModule": {
2083
+ "filename": "src/steps/step.ts",
2084
+ "line": 73
2085
+ },
2086
+ "methods": [
2087
+ {
2088
+ "docs": {
2089
+ "stability": "stable",
2090
+ "summary": "Converts the step into a Bash script configuration."
2091
+ },
2092
+ "locationInModule": {
2093
+ "filename": "src/steps/step.ts",
2094
+ "line": 98
2095
+ },
2096
+ "name": "toBash",
2097
+ "overrides": "projen-pipelines.PipelineStep",
2098
+ "returns": {
2099
+ "type": {
2100
+ "fqn": "projen-pipelines.BashStepConfig"
2101
+ }
2102
+ }
2103
+ },
2104
+ {
2105
+ "docs": {
2106
+ "stability": "stable",
2107
+ "summary": "Converts the step into a GitHub Actions step configuration."
2108
+ },
2109
+ "locationInModule": {
2110
+ "filename": "src/steps/step.ts",
2111
+ "line": 107
2112
+ },
2113
+ "name": "toGithub",
2114
+ "overrides": "projen-pipelines.PipelineStep",
2115
+ "returns": {
2116
+ "type": {
2117
+ "fqn": "projen-pipelines.GithubStepConfig"
2118
+ }
2119
+ }
2120
+ },
2121
+ {
2122
+ "docs": {
2123
+ "stability": "stable",
2124
+ "summary": "Converts the step into a GitLab CI configuration."
2125
+ },
2126
+ "locationInModule": {
2127
+ "filename": "src/steps/step.ts",
2128
+ "line": 87
2129
+ },
2130
+ "name": "toGitlab",
2131
+ "overrides": "projen-pipelines.PipelineStep",
2132
+ "returns": {
2133
+ "type": {
2134
+ "fqn": "projen-pipelines.GitlabStepConfig"
2135
+ }
2136
+ }
2137
+ }
2138
+ ],
2139
+ "name": "SimpleCommandStep",
2140
+ "properties": [
2141
+ {
2142
+ "docs": {
2143
+ "stability": "stable",
2144
+ "summary": "- Shell commands to execute."
2145
+ },
2146
+ "locationInModule": {
2147
+ "filename": "src/steps/step.ts",
2148
+ "line": 80
2149
+ },
2150
+ "name": "commands",
2151
+ "protected": true,
2152
+ "type": {
2153
+ "collection": {
2154
+ "elementtype": {
2155
+ "primitive": "string"
2156
+ },
2157
+ "kind": "array"
2158
+ }
2159
+ }
2160
+ }
2161
+ ],
2162
+ "symbolId": "src/steps/step:SimpleCommandStep"
1586
2163
  },
1587
2164
  "projen-pipelines.StageOptions": {
1588
2165
  "assembly": "projen-pipelines",
@@ -1594,7 +2171,7 @@
1594
2171
  "kind": "interface",
1595
2172
  "locationInModule": {
1596
2173
  "filename": "src/awscdk/base.ts",
1597
- "line": 55
2174
+ "line": 44
1598
2175
  },
1599
2176
  "name": "StageOptions",
1600
2177
  "properties": [
@@ -1606,7 +2183,7 @@
1606
2183
  "immutable": true,
1607
2184
  "locationInModule": {
1608
2185
  "filename": "src/awscdk/base.ts",
1609
- "line": 56
2186
+ "line": 45
1610
2187
  },
1611
2188
  "name": "env",
1612
2189
  "type": {
@@ -1617,6 +2194,6 @@
1617
2194
  "symbolId": "src/awscdk/base:StageOptions"
1618
2195
  }
1619
2196
  },
1620
- "version": "0.0.56",
1621
- "fingerprint": "aGvG8Fk+DeWHTeLqkkkUd+4cNgMtNEsQ7kNgYxW30GI="
2197
+ "version": "0.0.58",
2198
+ "fingerprint": "UXHkV+bRWunwkegOJpn1AMa7CdMQqD9uSHr+qfv6amc="
1622
2199
  }