projen 0.49.1 → 0.49.2

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.
Files changed (119) hide show
  1. package/.jsii +4673 -13
  2. package/API.md +930 -0
  3. package/changelog.md +6 -1
  4. package/docs/gitlab.md +67 -0
  5. package/lib/awscdk/auto-discover.js +1 -1
  6. package/lib/awscdk/awscdk-app-java.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/construct-lib.js +1 -1
  18. package/lib/cdk/jsii-docgen.js +1 -1
  19. package/lib/cdk/jsii-project.js +1 -1
  20. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  21. package/lib/cdk8s/cdk8s-construct.js +1 -1
  22. package/lib/cdktf/cdktf-construct.js +1 -1
  23. package/lib/component.js +1 -1
  24. package/lib/dependencies.js +1 -1
  25. package/lib/dev-env.js +1 -1
  26. package/lib/docker-compose.js +2 -2
  27. package/lib/file.js +1 -1
  28. package/lib/gitattributes.js +1 -1
  29. package/lib/github/auto-approve.js +1 -1
  30. package/lib/github/auto-merge.js +1 -1
  31. package/lib/github/dependabot.js +1 -1
  32. package/lib/github/github-project.js +1 -1
  33. package/lib/github/github.js +1 -1
  34. package/lib/github/mergify.js +1 -1
  35. package/lib/github/pr-template.js +1 -1
  36. package/lib/github/pull-request-lint.js +1 -1
  37. package/lib/github/stale.js +1 -1
  38. package/lib/github/task-workflow.js +1 -1
  39. package/lib/github/workflows.js +1 -1
  40. package/lib/gitlab/configuration-model.d.ts +1308 -0
  41. package/lib/gitlab/configuration-model.js +122 -0
  42. package/lib/gitlab/configuration.d.ts +260 -0
  43. package/lib/gitlab/configuration.js +296 -0
  44. package/lib/gitlab/gitlab-configuration.d.ts +30 -0
  45. package/lib/gitlab/gitlab-configuration.js +49 -0
  46. package/lib/gitlab/index.d.ts +4 -0
  47. package/lib/gitlab/index.js +17 -0
  48. package/lib/gitlab/nested-configuration.d.ts +26 -0
  49. package/lib/gitlab/nested-configuration.js +38 -0
  50. package/lib/gitpod.js +1 -1
  51. package/lib/ignore-file.js +1 -1
  52. package/lib/index.d.ts +1 -0
  53. package/lib/index.js +2 -1
  54. package/lib/ini.js +1 -1
  55. package/lib/java/java-project.js +1 -1
  56. package/lib/java/junit.js +1 -1
  57. package/lib/java/maven-compile.js +1 -1
  58. package/lib/java/maven-packaging.js +1 -1
  59. package/lib/java/maven-sample.js +1 -1
  60. package/lib/java/pom.js +1 -1
  61. package/lib/java/projenrc.js +1 -1
  62. package/lib/javascript/bundler.js +1 -1
  63. package/lib/javascript/eslint.js +1 -1
  64. package/lib/javascript/jest.js +1 -1
  65. package/lib/javascript/node-package.js +1 -1
  66. package/lib/javascript/node-project.js +1 -1
  67. package/lib/javascript/npm-config.js +1 -1
  68. package/lib/javascript/prettier.js +1 -1
  69. package/lib/javascript/projenrc.js +1 -1
  70. package/lib/javascript/typescript-config.js +1 -1
  71. package/lib/javascript/upgrade-dependencies.js +2 -2
  72. package/lib/json.js +1 -1
  73. package/lib/license.js +1 -1
  74. package/lib/logger.js +1 -1
  75. package/lib/makefile.js +1 -1
  76. package/lib/object-file.js +1 -1
  77. package/lib/project-build.js +1 -1
  78. package/lib/project.js +1 -1
  79. package/lib/projects.js +1 -1
  80. package/lib/projenrc-json.js +1 -1
  81. package/lib/python/pip.js +1 -1
  82. package/lib/python/poetry.js +2 -2
  83. package/lib/python/projenrc.js +1 -1
  84. package/lib/python/pytest.js +1 -1
  85. package/lib/python/python-project.js +1 -1
  86. package/lib/python/python-sample.js +1 -1
  87. package/lib/python/requirements-file.js +1 -1
  88. package/lib/python/setuppy.js +1 -1
  89. package/lib/python/setuptools.js +1 -1
  90. package/lib/python/venv.js +1 -1
  91. package/lib/readme.js +1 -1
  92. package/lib/release/publisher.js +1 -1
  93. package/lib/release/release-trigger.js +1 -1
  94. package/lib/release/release.js +1 -1
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/package.json +1 -1
  118. package/releasetag.txt +1 -1
  119. package/version.txt +1 -1
package/.jsii CHANGED
@@ -59,35 +59,35 @@
59
59
  "projen.awscdk": {
60
60
  "locationInModule": {
61
61
  "filename": "src/index.ts",
62
- "line": 44
62
+ "line": 45
63
63
  },
64
64
  "symbolId": "src/awscdk/index:"
65
65
  },
66
66
  "projen.build": {
67
67
  "locationInModule": {
68
68
  "filename": "src/index.ts",
69
- "line": 48
69
+ "line": 49
70
70
  },
71
71
  "symbolId": "src/build/index:"
72
72
  },
73
73
  "projen.cdk": {
74
74
  "locationInModule": {
75
75
  "filename": "src/index.ts",
76
- "line": 47
76
+ "line": 48
77
77
  },
78
78
  "symbolId": "src/cdk/index:"
79
79
  },
80
80
  "projen.cdk8s": {
81
81
  "locationInModule": {
82
82
  "filename": "src/index.ts",
83
- "line": 45
83
+ "line": 46
84
84
  },
85
85
  "symbolId": "src/cdk8s/index:"
86
86
  },
87
87
  "projen.cdktf": {
88
88
  "locationInModule": {
89
89
  "filename": "src/index.ts",
90
- "line": 46
90
+ "line": 47
91
91
  },
92
92
  "symbolId": "src/cdktf/index:"
93
93
  },
@@ -105,45 +105,52 @@
105
105
  },
106
106
  "symbolId": "src/github/workflows-model:"
107
107
  },
108
+ "projen.gitlab": {
109
+ "locationInModule": {
110
+ "filename": "src/index.ts",
111
+ "line": 38
112
+ },
113
+ "symbolId": "src/gitlab/index:"
114
+ },
108
115
  "projen.java": {
109
116
  "locationInModule": {
110
117
  "filename": "src/index.ts",
111
- "line": 39
118
+ "line": 40
112
119
  },
113
120
  "symbolId": "src/java/index:"
114
121
  },
115
122
  "projen.javascript": {
116
123
  "locationInModule": {
117
124
  "filename": "src/index.ts",
118
- "line": 42
125
+ "line": 43
119
126
  },
120
127
  "symbolId": "src/javascript/index:"
121
128
  },
122
129
  "projen.python": {
123
130
  "locationInModule": {
124
131
  "filename": "src/index.ts",
125
- "line": 40
132
+ "line": 41
126
133
  },
127
134
  "symbolId": "src/python/index:"
128
135
  },
129
136
  "projen.release": {
130
137
  "locationInModule": {
131
138
  "filename": "src/index.ts",
132
- "line": 43
139
+ "line": 44
133
140
  },
134
141
  "symbolId": "src/release/index:"
135
142
  },
136
143
  "projen.typescript": {
137
144
  "locationInModule": {
138
145
  "filename": "src/index.ts",
139
- "line": 41
146
+ "line": 42
140
147
  },
141
148
  "symbolId": "src/typescript/index:"
142
149
  },
143
150
  "projen.vscode": {
144
151
  "locationInModule": {
145
152
  "filename": "src/index.ts",
146
- "line": 38
153
+ "line": 39
147
154
  },
148
155
  "symbolId": "src/vscode/index:"
149
156
  },
@@ -19675,6 +19682,4659 @@
19675
19682
  ],
19676
19683
  "symbolId": "src/github/workflows-model:WorkflowRunOptions"
19677
19684
  },
19685
+ "projen.gitlab.Action": {
19686
+ "assembly": "projen",
19687
+ "docs": {
19688
+ "remarks": "'start' (default) indicates the job will start the\ndeployment. 'prepare' indicates this will not affect the deployment. 'stop' indicates\nthis will stop the deployment.",
19689
+ "stability": "experimental",
19690
+ "summary": "Specifies what this job will do."
19691
+ },
19692
+ "fqn": "projen.gitlab.Action",
19693
+ "kind": "enum",
19694
+ "locationInModule": {
19695
+ "filename": "src/gitlab/configuration-model.ts",
19696
+ "line": 312
19697
+ },
19698
+ "members": [
19699
+ {
19700
+ "docs": {
19701
+ "stability": "experimental"
19702
+ },
19703
+ "name": "PREPARE"
19704
+ },
19705
+ {
19706
+ "docs": {
19707
+ "stability": "experimental"
19708
+ },
19709
+ "name": "START"
19710
+ },
19711
+ {
19712
+ "docs": {
19713
+ "stability": "experimental"
19714
+ },
19715
+ "name": "STOP"
19716
+ }
19717
+ ],
19718
+ "name": "Action",
19719
+ "namespace": "gitlab",
19720
+ "symbolId": "src/gitlab/configuration-model:Action"
19721
+ },
19722
+ "projen.gitlab.AllowFailure": {
19723
+ "assembly": "projen",
19724
+ "datatype": true,
19725
+ "docs": {
19726
+ "remarks": "The job fails for any other exit code.\nYou can list which exit codes are not considered failures. The job fails for any other\nexit code.",
19727
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#allow_failure",
19728
+ "stability": "experimental",
19729
+ "summary": "Exit code that are not considered failure."
19730
+ },
19731
+ "fqn": "projen.gitlab.AllowFailure",
19732
+ "kind": "interface",
19733
+ "locationInModule": {
19734
+ "filename": "src/gitlab/configuration-model.ts",
19735
+ "line": 203
19736
+ },
19737
+ "name": "AllowFailure",
19738
+ "namespace": "gitlab",
19739
+ "properties": [
19740
+ {
19741
+ "abstract": true,
19742
+ "docs": {
19743
+ "stability": "experimental"
19744
+ },
19745
+ "immutable": true,
19746
+ "locationInModule": {
19747
+ "filename": "src/gitlab/configuration-model.ts",
19748
+ "line": 204
19749
+ },
19750
+ "name": "exitCodes",
19751
+ "type": {
19752
+ "union": {
19753
+ "types": [
19754
+ {
19755
+ "primitive": "number"
19756
+ },
19757
+ {
19758
+ "collection": {
19759
+ "elementtype": {
19760
+ "primitive": "number"
19761
+ },
19762
+ "kind": "array"
19763
+ }
19764
+ }
19765
+ ]
19766
+ }
19767
+ }
19768
+ }
19769
+ ],
19770
+ "symbolId": "src/gitlab/configuration-model:AllowFailure"
19771
+ },
19772
+ "projen.gitlab.Artifacts": {
19773
+ "assembly": "projen",
19774
+ "datatype": true,
19775
+ "docs": {
19776
+ "remarks": "Artifacts are sent to Gitlab where they can be downloaded.",
19777
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#artifacts",
19778
+ "stability": "experimental",
19779
+ "summary": "Used to specify a list of files and directories that should be attached to the job if it succeeds."
19780
+ },
19781
+ "fqn": "projen.gitlab.Artifacts",
19782
+ "kind": "interface",
19783
+ "locationInModule": {
19784
+ "filename": "src/gitlab/configuration-model.ts",
19785
+ "line": 59
19786
+ },
19787
+ "name": "Artifacts",
19788
+ "namespace": "gitlab",
19789
+ "properties": [
19790
+ {
19791
+ "abstract": true,
19792
+ "docs": {
19793
+ "stability": "experimental",
19794
+ "summary": "A list of paths to files/folders that should be excluded in the artifact."
19795
+ },
19796
+ "immutable": true,
19797
+ "locationInModule": {
19798
+ "filename": "src/gitlab/configuration-model.ts",
19799
+ "line": 61
19800
+ },
19801
+ "name": "exclude",
19802
+ "optional": true,
19803
+ "type": {
19804
+ "collection": {
19805
+ "elementtype": {
19806
+ "primitive": "string"
19807
+ },
19808
+ "kind": "array"
19809
+ }
19810
+ }
19811
+ },
19812
+ {
19813
+ "abstract": true,
19814
+ "docs": {
19815
+ "remarks": "They are saved 30 days by default. Artifacts that have expired are removed periodically via cron job. Supports a wide variety of formats, e.g. '1 week', '3 mins 4 sec', '2 hrs 20 min', '2h20min', '6 mos 1 day', '47 yrs 6 mos and 4d', '3 weeks and 2 days'.",
19816
+ "stability": "experimental",
19817
+ "summary": "How long artifacts should be kept."
19818
+ },
19819
+ "immutable": true,
19820
+ "locationInModule": {
19821
+ "filename": "src/gitlab/configuration-model.ts",
19822
+ "line": 63
19823
+ },
19824
+ "name": "expireIn",
19825
+ "optional": true,
19826
+ "type": {
19827
+ "primitive": "string"
19828
+ }
19829
+ },
19830
+ {
19831
+ "abstract": true,
19832
+ "docs": {
19833
+ "remarks": "GitLab will add a link <expose_as> to the relevant merge request that points to the artifact.",
19834
+ "stability": "experimental",
19835
+ "summary": "Can be used to expose job artifacts in the merge request UI."
19836
+ },
19837
+ "immutable": true,
19838
+ "locationInModule": {
19839
+ "filename": "src/gitlab/configuration-model.ts",
19840
+ "line": 65
19841
+ },
19842
+ "name": "exposeAs",
19843
+ "optional": true,
19844
+ "type": {
19845
+ "primitive": "string"
19846
+ }
19847
+ },
19848
+ {
19849
+ "abstract": true,
19850
+ "docs": {
19851
+ "remarks": "Can use variables in the name, e.g. '$CI_JOB_NAME'",
19852
+ "stability": "experimental",
19853
+ "summary": "Name for the archive created on job success."
19854
+ },
19855
+ "immutable": true,
19856
+ "locationInModule": {
19857
+ "filename": "src/gitlab/configuration-model.ts",
19858
+ "line": 67
19859
+ },
19860
+ "name": "name",
19861
+ "optional": true,
19862
+ "type": {
19863
+ "primitive": "string"
19864
+ }
19865
+ },
19866
+ {
19867
+ "abstract": true,
19868
+ "docs": {
19869
+ "stability": "experimental",
19870
+ "summary": "A list of paths to files/folders that should be included in the artifact."
19871
+ },
19872
+ "immutable": true,
19873
+ "locationInModule": {
19874
+ "filename": "src/gitlab/configuration-model.ts",
19875
+ "line": 69
19876
+ },
19877
+ "name": "paths",
19878
+ "optional": true,
19879
+ "type": {
19880
+ "collection": {
19881
+ "elementtype": {
19882
+ "primitive": "string"
19883
+ },
19884
+ "kind": "array"
19885
+ }
19886
+ }
19887
+ },
19888
+ {
19889
+ "abstract": true,
19890
+ "docs": {
19891
+ "stability": "experimental",
19892
+ "summary": "Reports will be uploaded as artifacts, and often displayed in the Gitlab UI, such as in Merge Requests."
19893
+ },
19894
+ "immutable": true,
19895
+ "locationInModule": {
19896
+ "filename": "src/gitlab/configuration-model.ts",
19897
+ "line": 71
19898
+ },
19899
+ "name": "reports",
19900
+ "optional": true,
19901
+ "type": {
19902
+ "fqn": "projen.gitlab.Reports"
19903
+ }
19904
+ },
19905
+ {
19906
+ "abstract": true,
19907
+ "docs": {
19908
+ "stability": "experimental",
19909
+ "summary": "Whether to add all untracked files (along with 'artifacts.paths') to the artifact."
19910
+ },
19911
+ "immutable": true,
19912
+ "locationInModule": {
19913
+ "filename": "src/gitlab/configuration-model.ts",
19914
+ "line": 73
19915
+ },
19916
+ "name": "untracked",
19917
+ "optional": true,
19918
+ "type": {
19919
+ "primitive": "boolean"
19920
+ }
19921
+ },
19922
+ {
19923
+ "abstract": true,
19924
+ "docs": {
19925
+ "stability": "experimental",
19926
+ "summary": "Configure when artifacts are uploaded depended on job status."
19927
+ },
19928
+ "immutable": true,
19929
+ "locationInModule": {
19930
+ "filename": "src/gitlab/configuration-model.ts",
19931
+ "line": 75
19932
+ },
19933
+ "name": "when",
19934
+ "optional": true,
19935
+ "type": {
19936
+ "fqn": "projen.gitlab.CacheWhen"
19937
+ }
19938
+ }
19939
+ ],
19940
+ "symbolId": "src/gitlab/configuration-model:Artifacts"
19941
+ },
19942
+ "projen.gitlab.Assets": {
19943
+ "assembly": "projen",
19944
+ "datatype": true,
19945
+ "docs": {
19946
+ "stability": "experimental",
19947
+ "summary": "Asset configuration for a release."
19948
+ },
19949
+ "fqn": "projen.gitlab.Assets",
19950
+ "kind": "interface",
19951
+ "locationInModule": {
19952
+ "filename": "src/gitlab/configuration-model.ts",
19953
+ "line": 427
19954
+ },
19955
+ "name": "Assets",
19956
+ "namespace": "gitlab",
19957
+ "properties": [
19958
+ {
19959
+ "abstract": true,
19960
+ "docs": {
19961
+ "stability": "experimental",
19962
+ "summary": "Include asset links in the release."
19963
+ },
19964
+ "immutable": true,
19965
+ "locationInModule": {
19966
+ "filename": "src/gitlab/configuration-model.ts",
19967
+ "line": 429
19968
+ },
19969
+ "name": "links",
19970
+ "type": {
19971
+ "collection": {
19972
+ "elementtype": {
19973
+ "fqn": "projen.gitlab.Link"
19974
+ },
19975
+ "kind": "array"
19976
+ }
19977
+ }
19978
+ }
19979
+ ],
19980
+ "symbolId": "src/gitlab/configuration-model:Assets"
19981
+ },
19982
+ "projen.gitlab.Cache": {
19983
+ "assembly": "projen",
19984
+ "datatype": true,
19985
+ "docs": {
19986
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#cache",
19987
+ "stability": "experimental",
19988
+ "summary": "Cache Definition."
19989
+ },
19990
+ "fqn": "projen.gitlab.Cache",
19991
+ "kind": "interface",
19992
+ "locationInModule": {
19993
+ "filename": "src/gitlab/configuration-model.ts",
19994
+ "line": 9
19995
+ },
19996
+ "name": "Cache",
19997
+ "namespace": "gitlab",
19998
+ "properties": [
19999
+ {
20000
+ "abstract": true,
20001
+ "docs": {
20002
+ "stability": "experimental",
20003
+ "summary": "Defines when to save the cache, based on the status of the job (Default: Job Success)."
20004
+ },
20005
+ "immutable": true,
20006
+ "locationInModule": {
20007
+ "filename": "src/gitlab/configuration-model.ts",
20008
+ "line": 11
20009
+ },
20010
+ "name": "when",
20011
+ "optional": true,
20012
+ "type": {
20013
+ "fqn": "projen.gitlab.CacheWhen"
20014
+ }
20015
+ }
20016
+ ],
20017
+ "symbolId": "src/gitlab/configuration-model:Cache"
20018
+ },
20019
+ "projen.gitlab.CacheWhen": {
20020
+ "assembly": "projen",
20021
+ "docs": {
20022
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#cachewhen",
20023
+ "stability": "experimental",
20024
+ "summary": "Configure when artifacts are uploaded depended on job status."
20025
+ },
20026
+ "fqn": "projen.gitlab.CacheWhen",
20027
+ "kind": "enum",
20028
+ "locationInModule": {
20029
+ "filename": "src/gitlab/configuration-model.ts",
20030
+ "line": 18
20031
+ },
20032
+ "members": [
20033
+ {
20034
+ "docs": {
20035
+ "stability": "experimental",
20036
+ "summary": "Upload artifacts regardless of job status."
20037
+ },
20038
+ "name": "ALWAYS"
20039
+ },
20040
+ {
20041
+ "docs": {
20042
+ "stability": "experimental",
20043
+ "summary": "Upload artifacts only when the job fails."
20044
+ },
20045
+ "name": "ON_FAILURE"
20046
+ },
20047
+ {
20048
+ "docs": {
20049
+ "stability": "experimental",
20050
+ "summary": "Upload artifacts only when the job succeeds (this is the default)."
20051
+ },
20052
+ "name": "ON_SUCCESS"
20053
+ }
20054
+ ],
20055
+ "name": "CacheWhen",
20056
+ "namespace": "gitlab",
20057
+ "symbolId": "src/gitlab/configuration-model:CacheWhen"
20058
+ },
20059
+ "projen.gitlab.CiConfiguration": {
20060
+ "assembly": "projen",
20061
+ "base": "projen.Component",
20062
+ "docs": {
20063
+ "remarks": "A CI is a configurable automated process made up of one or more stages/jobs.",
20064
+ "see": "https://docs.gitlab.com/ee/ci/yaml/",
20065
+ "stability": "experimental",
20066
+ "summary": "CI for GitLab."
20067
+ },
20068
+ "fqn": "projen.gitlab.CiConfiguration",
20069
+ "initializer": {
20070
+ "docs": {
20071
+ "stability": "experimental"
20072
+ },
20073
+ "locationInModule": {
20074
+ "filename": "src/gitlab/configuration.ts",
20075
+ "line": 145
20076
+ },
20077
+ "parameters": [
20078
+ {
20079
+ "name": "project",
20080
+ "type": {
20081
+ "fqn": "projen.Project"
20082
+ }
20083
+ },
20084
+ {
20085
+ "name": "name",
20086
+ "type": {
20087
+ "primitive": "string"
20088
+ }
20089
+ },
20090
+ {
20091
+ "name": "options",
20092
+ "optional": true,
20093
+ "type": {
20094
+ "fqn": "projen.gitlab.CiConfigurationOptions"
20095
+ }
20096
+ }
20097
+ ]
20098
+ },
20099
+ "kind": "class",
20100
+ "locationInModule": {
20101
+ "filename": "src/gitlab/configuration.ts",
20102
+ "line": 57
20103
+ },
20104
+ "methods": [
20105
+ {
20106
+ "docs": {
20107
+ "stability": "experimental",
20108
+ "summary": "Add a globally defined variable to the CI configuration."
20109
+ },
20110
+ "locationInModule": {
20111
+ "filename": "src/gitlab/configuration.ts",
20112
+ "line": 278
20113
+ },
20114
+ "name": "addGlobalVariables",
20115
+ "parameters": [
20116
+ {
20117
+ "docs": {
20118
+ "summary": "The variables to add."
20119
+ },
20120
+ "name": "variables",
20121
+ "type": {
20122
+ "collection": {
20123
+ "elementtype": {
20124
+ "primitive": "any"
20125
+ },
20126
+ "kind": "map"
20127
+ }
20128
+ }
20129
+ }
20130
+ ]
20131
+ },
20132
+ {
20133
+ "docs": {
20134
+ "stability": "experimental",
20135
+ "summary": "Add additional yml/yaml files to the CI includes."
20136
+ },
20137
+ "locationInModule": {
20138
+ "filename": "src/gitlab/configuration.ts",
20139
+ "line": 191
20140
+ },
20141
+ "name": "addIncludes",
20142
+ "parameters": [
20143
+ {
20144
+ "docs": {
20145
+ "summary": "The includes to add."
20146
+ },
20147
+ "name": "includes",
20148
+ "type": {
20149
+ "fqn": "projen.gitlab.Include"
20150
+ },
20151
+ "variadic": true
20152
+ }
20153
+ ],
20154
+ "variadic": true
20155
+ },
20156
+ {
20157
+ "docs": {
20158
+ "stability": "experimental",
20159
+ "summary": "Add jobs and their stages to the CI configuration."
20160
+ },
20161
+ "locationInModule": {
20162
+ "filename": "src/gitlab/configuration.ts",
20163
+ "line": 305
20164
+ },
20165
+ "name": "addJobs",
20166
+ "parameters": [
20167
+ {
20168
+ "docs": {
20169
+ "summary": "Jobs to add."
20170
+ },
20171
+ "name": "jobs",
20172
+ "type": {
20173
+ "collection": {
20174
+ "elementtype": {
20175
+ "fqn": "projen.gitlab.Job"
20176
+ },
20177
+ "kind": "map"
20178
+ }
20179
+ }
20180
+ }
20181
+ ]
20182
+ },
20183
+ {
20184
+ "docs": {
20185
+ "stability": "experimental",
20186
+ "summary": "Add additional services."
20187
+ },
20188
+ "locationInModule": {
20189
+ "filename": "src/gitlab/configuration.ts",
20190
+ "line": 258
20191
+ },
20192
+ "name": "addServices",
20193
+ "parameters": [
20194
+ {
20195
+ "docs": {
20196
+ "summary": "The services to add."
20197
+ },
20198
+ "name": "services",
20199
+ "type": {
20200
+ "fqn": "projen.gitlab.Service"
20201
+ },
20202
+ "variadic": true
20203
+ }
20204
+ ],
20205
+ "variadic": true
20206
+ },
20207
+ {
20208
+ "docs": {
20209
+ "stability": "experimental",
20210
+ "summary": "Add stages to the CI configuration if not already present."
20211
+ },
20212
+ "locationInModule": {
20213
+ "filename": "src/gitlab/configuration.ts",
20214
+ "line": 293
20215
+ },
20216
+ "name": "addStages",
20217
+ "parameters": [
20218
+ {
20219
+ "docs": {
20220
+ "summary": "stages to add."
20221
+ },
20222
+ "name": "stages",
20223
+ "type": {
20224
+ "primitive": "string"
20225
+ },
20226
+ "variadic": true
20227
+ }
20228
+ ],
20229
+ "variadic": true
20230
+ }
20231
+ ],
20232
+ "name": "CiConfiguration",
20233
+ "namespace": "gitlab",
20234
+ "properties": [
20235
+ {
20236
+ "docs": {
20237
+ "remarks": "Can be overriden by the job level `afterScript`.",
20238
+ "stability": "experimental",
20239
+ "summary": "Defines default scripts that should run *after* all jobs."
20240
+ },
20241
+ "immutable": true,
20242
+ "locationInModule": {
20243
+ "filename": "src/gitlab/configuration.ts",
20244
+ "line": 77
20245
+ },
20246
+ "name": "defaultAfterScript",
20247
+ "type": {
20248
+ "collection": {
20249
+ "elementtype": {
20250
+ "primitive": "string"
20251
+ },
20252
+ "kind": "array"
20253
+ }
20254
+ }
20255
+ },
20256
+ {
20257
+ "docs": {
20258
+ "remarks": "Can be overriden by the job level `afterScript`.",
20259
+ "stability": "experimental",
20260
+ "summary": "Defines default scripts that should run *before* all jobs."
20261
+ },
20262
+ "immutable": true,
20263
+ "locationInModule": {
20264
+ "filename": "src/gitlab/configuration.ts",
20265
+ "line": 85
20266
+ },
20267
+ "name": "defaultBeforeScript",
20268
+ "type": {
20269
+ "collection": {
20270
+ "elementtype": {
20271
+ "primitive": "string"
20272
+ },
20273
+ "kind": "array"
20274
+ }
20275
+ }
20276
+ },
20277
+ {
20278
+ "docs": {
20279
+ "stability": "experimental",
20280
+ "summary": "Used to select a specific runner from the list of all runners that are available for the project."
20281
+ },
20282
+ "immutable": true,
20283
+ "locationInModule": {
20284
+ "filename": "src/gitlab/configuration.ts",
20285
+ "line": 109
20286
+ },
20287
+ "name": "defaultTags",
20288
+ "type": {
20289
+ "collection": {
20290
+ "elementtype": {
20291
+ "primitive": "string"
20292
+ },
20293
+ "kind": "array"
20294
+ }
20295
+ }
20296
+ },
20297
+ {
20298
+ "docs": {
20299
+ "stability": "experimental",
20300
+ "summary": "The workflow YAML file."
20301
+ },
20302
+ "immutable": true,
20303
+ "locationInModule": {
20304
+ "filename": "src/gitlab/configuration.ts",
20305
+ "line": 73
20306
+ },
20307
+ "name": "file",
20308
+ "type": {
20309
+ "fqn": "projen.YamlFile"
20310
+ }
20311
+ },
20312
+ {
20313
+ "docs": {
20314
+ "stability": "experimental",
20315
+ "summary": "The jobs in the CI configuration."
20316
+ },
20317
+ "immutable": true,
20318
+ "locationInModule": {
20319
+ "filename": "src/gitlab/configuration.ts",
20320
+ "line": 143
20321
+ },
20322
+ "name": "jobs",
20323
+ "type": {
20324
+ "collection": {
20325
+ "elementtype": {
20326
+ "fqn": "projen.gitlab.Job"
20327
+ },
20328
+ "kind": "map"
20329
+ }
20330
+ }
20331
+ },
20332
+ {
20333
+ "docs": {
20334
+ "stability": "experimental",
20335
+ "summary": "The name of the configuration."
20336
+ },
20337
+ "immutable": true,
20338
+ "locationInModule": {
20339
+ "filename": "src/gitlab/configuration.ts",
20340
+ "line": 65
20341
+ },
20342
+ "name": "name",
20343
+ "type": {
20344
+ "primitive": "string"
20345
+ }
20346
+ },
20347
+ {
20348
+ "docs": {
20349
+ "stability": "experimental",
20350
+ "summary": "Path to CI file generated by the configuration."
20351
+ },
20352
+ "immutable": true,
20353
+ "locationInModule": {
20354
+ "filename": "src/gitlab/configuration.ts",
20355
+ "line": 69
20356
+ },
20357
+ "name": "path",
20358
+ "type": {
20359
+ "primitive": "string"
20360
+ }
20361
+ },
20362
+ {
20363
+ "docs": {
20364
+ "stability": "experimental",
20365
+ "summary": "The project the configuration belongs to."
20366
+ },
20367
+ "immutable": true,
20368
+ "locationInModule": {
20369
+ "filename": "src/gitlab/configuration.ts",
20370
+ "line": 61
20371
+ },
20372
+ "name": "project",
20373
+ "overrides": "projen.Component",
20374
+ "type": {
20375
+ "fqn": "projen.Project"
20376
+ }
20377
+ },
20378
+ {
20379
+ "docs": {
20380
+ "remarks": "All jobs in one stage must complete before next stage is\nexecuted. Defaults to ['build', 'test', 'deploy'].",
20381
+ "stability": "experimental",
20382
+ "summary": "Groups jobs into stages."
20383
+ },
20384
+ "immutable": true,
20385
+ "locationInModule": {
20386
+ "filename": "src/gitlab/configuration.ts",
20387
+ "line": 129
20388
+ },
20389
+ "name": "stages",
20390
+ "type": {
20391
+ "collection": {
20392
+ "elementtype": {
20393
+ "primitive": "string"
20394
+ },
20395
+ "kind": "array"
20396
+ }
20397
+ }
20398
+ },
20399
+ {
20400
+ "docs": {
20401
+ "remarks": "If the job already has that variable defined, the job-level variable takes precedence.",
20402
+ "stability": "experimental",
20403
+ "summary": "Global variables that are passed to jobs."
20404
+ },
20405
+ "immutable": true,
20406
+ "locationInModule": {
20407
+ "filename": "src/gitlab/configuration.ts",
20408
+ "line": 134
20409
+ },
20410
+ "name": "variables",
20411
+ "type": {
20412
+ "collection": {
20413
+ "elementtype": {
20414
+ "union": {
20415
+ "types": [
20416
+ {
20417
+ "primitive": "string"
20418
+ },
20419
+ {
20420
+ "primitive": "number"
20421
+ },
20422
+ {
20423
+ "fqn": "projen.gitlab.VariableConfig"
20424
+ }
20425
+ ]
20426
+ }
20427
+ },
20428
+ "kind": "map"
20429
+ }
20430
+ }
20431
+ },
20432
+ {
20433
+ "docs": {
20434
+ "remarks": "Artifacts are sent to Gitlab where they can be downloaded.",
20435
+ "stability": "experimental",
20436
+ "summary": "Default list of files and directories that should be attached to the job if it succeeds."
20437
+ },
20438
+ "immutable": true,
20439
+ "locationInModule": {
20440
+ "filename": "src/gitlab/configuration.ts",
20441
+ "line": 81
20442
+ },
20443
+ "name": "defaultArtifacts",
20444
+ "optional": true,
20445
+ "type": {
20446
+ "fqn": "projen.gitlab.Artifacts"
20447
+ }
20448
+ },
20449
+ {
20450
+ "docs": {
20451
+ "remarks": "You can only use paths that are in the local working copy.",
20452
+ "stability": "experimental",
20453
+ "summary": "A default list of files and directories to cache between jobs."
20454
+ },
20455
+ "immutable": true,
20456
+ "locationInModule": {
20457
+ "filename": "src/gitlab/configuration.ts",
20458
+ "line": 89
20459
+ },
20460
+ "name": "defaultCache",
20461
+ "optional": true,
20462
+ "type": {
20463
+ "fqn": "projen.gitlab.Cache"
20464
+ }
20465
+ },
20466
+ {
20467
+ "docs": {
20468
+ "stability": "experimental",
20469
+ "summary": "Specifies the default docker image to use globally for all jobs."
20470
+ },
20471
+ "immutable": true,
20472
+ "locationInModule": {
20473
+ "filename": "src/gitlab/configuration.ts",
20474
+ "line": 93
20475
+ },
20476
+ "name": "defaultImage",
20477
+ "optional": true,
20478
+ "type": {
20479
+ "fqn": "projen.gitlab.Image"
20480
+ }
20481
+ },
20482
+ {
20483
+ "docs": {
20484
+ "stability": "experimental",
20485
+ "summary": "The default behavior for whether a job should be canceled when a newer pipeline starts before the job completes (Default: false)."
20486
+ },
20487
+ "immutable": true,
20488
+ "locationInModule": {
20489
+ "filename": "src/gitlab/configuration.ts",
20490
+ "line": 97
20491
+ },
20492
+ "name": "defaultInterruptible",
20493
+ "optional": true,
20494
+ "type": {
20495
+ "primitive": "boolean"
20496
+ }
20497
+ },
20498
+ {
20499
+ "docs": {
20500
+ "remarks": "If not defined, defaults to 0 and jobs do not retry.",
20501
+ "stability": "experimental",
20502
+ "summary": "How many times a job is retried if it fails."
20503
+ },
20504
+ "immutable": true,
20505
+ "locationInModule": {
20506
+ "filename": "src/gitlab/configuration.ts",
20507
+ "line": 101
20508
+ },
20509
+ "name": "defaultRetry",
20510
+ "optional": true,
20511
+ "type": {
20512
+ "fqn": "projen.gitlab.Retry"
20513
+ }
20514
+ },
20515
+ {
20516
+ "docs": {
20517
+ "remarks": "one hour, 3600 seconds, 60 minutes).",
20518
+ "stability": "experimental",
20519
+ "summary": "A default timeout job written in natural language (Ex."
20520
+ },
20521
+ "immutable": true,
20522
+ "locationInModule": {
20523
+ "filename": "src/gitlab/configuration.ts",
20524
+ "line": 113
20525
+ },
20526
+ "name": "defaultTimeout",
20527
+ "optional": true,
20528
+ "type": {
20529
+ "primitive": "string"
20530
+ }
20531
+ },
20532
+ {
20533
+ "docs": {
20534
+ "remarks": "Requires a `public/` directory\nwith `artifacts.path` pointing to it.",
20535
+ "stability": "experimental",
20536
+ "summary": "A special job used to upload static sites to Gitlab pages."
20537
+ },
20538
+ "immutable": true,
20539
+ "locationInModule": {
20540
+ "filename": "src/gitlab/configuration.ts",
20541
+ "line": 124
20542
+ },
20543
+ "name": "pages",
20544
+ "optional": true,
20545
+ "type": {
20546
+ "fqn": "projen.gitlab.Job"
20547
+ }
20548
+ },
20549
+ {
20550
+ "docs": {
20551
+ "stability": "experimental",
20552
+ "summary": "Used to control pipeline behavior."
20553
+ },
20554
+ "immutable": true,
20555
+ "locationInModule": {
20556
+ "filename": "src/gitlab/configuration.ts",
20557
+ "line": 139
20558
+ },
20559
+ "name": "workflow",
20560
+ "optional": true,
20561
+ "type": {
20562
+ "fqn": "projen.gitlab.Workflow"
20563
+ }
20564
+ }
20565
+ ],
20566
+ "symbolId": "src/gitlab/configuration:CiConfiguration"
20567
+ },
20568
+ "projen.gitlab.CiConfigurationOptions": {
20569
+ "assembly": "projen",
20570
+ "datatype": true,
20571
+ "docs": {
20572
+ "stability": "experimental",
20573
+ "summary": "Options for `CiConfiguration`."
20574
+ },
20575
+ "fqn": "projen.gitlab.CiConfigurationOptions",
20576
+ "kind": "interface",
20577
+ "locationInModule": {
20578
+ "filename": "src/gitlab/configuration.ts",
20579
+ "line": 22
20580
+ },
20581
+ "name": "CiConfigurationOptions",
20582
+ "namespace": "gitlab",
20583
+ "properties": [
20584
+ {
20585
+ "abstract": true,
20586
+ "docs": {
20587
+ "remarks": "Jobs that do not define one or more of the listed keywords use the value defined in the default section.",
20588
+ "stability": "experimental",
20589
+ "summary": "Default settings for the CI Configuration."
20590
+ },
20591
+ "immutable": true,
20592
+ "locationInModule": {
20593
+ "filename": "src/gitlab/configuration.ts",
20594
+ "line": 26
20595
+ },
20596
+ "name": "default",
20597
+ "optional": true,
20598
+ "type": {
20599
+ "fqn": "projen.gitlab.Default"
20600
+ }
20601
+ },
20602
+ {
20603
+ "abstract": true,
20604
+ "docs": {
20605
+ "stability": "experimental",
20606
+ "summary": "An initial set of jobs to add to the configuration."
20607
+ },
20608
+ "immutable": true,
20609
+ "locationInModule": {
20610
+ "filename": "src/gitlab/configuration.ts",
20611
+ "line": 49
20612
+ },
20613
+ "name": "jobs",
20614
+ "optional": true,
20615
+ "type": {
20616
+ "collection": {
20617
+ "elementtype": {
20618
+ "fqn": "projen.gitlab.Job"
20619
+ },
20620
+ "kind": "map"
20621
+ }
20622
+ }
20623
+ },
20624
+ {
20625
+ "abstract": true,
20626
+ "docs": {
20627
+ "remarks": "Requires a `public/` directory\nwith `artifacts.path` pointing to it.",
20628
+ "stability": "experimental",
20629
+ "summary": "A special job used to upload static sites to Gitlab pages."
20630
+ },
20631
+ "immutable": true,
20632
+ "locationInModule": {
20633
+ "filename": "src/gitlab/configuration.ts",
20634
+ "line": 31
20635
+ },
20636
+ "name": "pages",
20637
+ "optional": true,
20638
+ "type": {
20639
+ "fqn": "projen.gitlab.Job"
20640
+ }
20641
+ },
20642
+ {
20643
+ "abstract": true,
20644
+ "docs": {
20645
+ "remarks": "All jobs in one stage must complete before next stage is\nexecuted. If no stages are specified. Defaults to ['build', 'test', 'deploy'].",
20646
+ "stability": "experimental",
20647
+ "summary": "Groups jobs into stages."
20648
+ },
20649
+ "immutable": true,
20650
+ "locationInModule": {
20651
+ "filename": "src/gitlab/configuration.ts",
20652
+ "line": 40
20653
+ },
20654
+ "name": "stages",
20655
+ "optional": true,
20656
+ "type": {
20657
+ "collection": {
20658
+ "elementtype": {
20659
+ "primitive": "string"
20660
+ },
20661
+ "kind": "array"
20662
+ }
20663
+ }
20664
+ },
20665
+ {
20666
+ "abstract": true,
20667
+ "docs": {
20668
+ "remarks": "If the job already has that variable defined, the job-level variable takes precedence.",
20669
+ "stability": "experimental",
20670
+ "summary": "Global variables that are passed to jobs."
20671
+ },
20672
+ "immutable": true,
20673
+ "locationInModule": {
20674
+ "filename": "src/gitlab/configuration.ts",
20675
+ "line": 45
20676
+ },
20677
+ "name": "variables",
20678
+ "optional": true,
20679
+ "type": {
20680
+ "collection": {
20681
+ "elementtype": {
20682
+ "primitive": "any"
20683
+ },
20684
+ "kind": "map"
20685
+ }
20686
+ }
20687
+ },
20688
+ {
20689
+ "abstract": true,
20690
+ "docs": {
20691
+ "stability": "experimental",
20692
+ "summary": "Used to control pipeline behavior."
20693
+ },
20694
+ "immutable": true,
20695
+ "locationInModule": {
20696
+ "filename": "src/gitlab/configuration.ts",
20697
+ "line": 35
20698
+ },
20699
+ "name": "workflow",
20700
+ "optional": true,
20701
+ "type": {
20702
+ "fqn": "projen.gitlab.Workflow"
20703
+ }
20704
+ }
20705
+ ],
20706
+ "symbolId": "src/gitlab/configuration:CiConfigurationOptions"
20707
+ },
20708
+ "projen.gitlab.Default": {
20709
+ "assembly": "projen",
20710
+ "datatype": true,
20711
+ "docs": {
20712
+ "remarks": "Jobs that do not define one or more of the listed keywords use the value defined in the default section.",
20713
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#default",
20714
+ "stability": "experimental",
20715
+ "summary": "Default settings for the CI Configuration."
20716
+ },
20717
+ "fqn": "projen.gitlab.Default",
20718
+ "kind": "interface",
20719
+ "locationInModule": {
20720
+ "filename": "src/gitlab/configuration-model.ts",
20721
+ "line": 31
20722
+ },
20723
+ "name": "Default",
20724
+ "namespace": "gitlab",
20725
+ "properties": [
20726
+ {
20727
+ "abstract": true,
20728
+ "docs": {
20729
+ "stability": "experimental"
20730
+ },
20731
+ "immutable": true,
20732
+ "locationInModule": {
20733
+ "filename": "src/gitlab/configuration-model.ts",
20734
+ "line": 33
20735
+ },
20736
+ "name": "afterScript",
20737
+ "optional": true,
20738
+ "type": {
20739
+ "collection": {
20740
+ "elementtype": {
20741
+ "primitive": "string"
20742
+ },
20743
+ "kind": "array"
20744
+ }
20745
+ }
20746
+ },
20747
+ {
20748
+ "abstract": true,
20749
+ "docs": {
20750
+ "stability": "experimental"
20751
+ },
20752
+ "immutable": true,
20753
+ "locationInModule": {
20754
+ "filename": "src/gitlab/configuration-model.ts",
20755
+ "line": 35
20756
+ },
20757
+ "name": "artifacts",
20758
+ "optional": true,
20759
+ "type": {
20760
+ "fqn": "projen.gitlab.Artifacts"
20761
+ }
20762
+ },
20763
+ {
20764
+ "abstract": true,
20765
+ "docs": {
20766
+ "stability": "experimental"
20767
+ },
20768
+ "immutable": true,
20769
+ "locationInModule": {
20770
+ "filename": "src/gitlab/configuration-model.ts",
20771
+ "line": 37
20772
+ },
20773
+ "name": "beforeScript",
20774
+ "optional": true,
20775
+ "type": {
20776
+ "collection": {
20777
+ "elementtype": {
20778
+ "primitive": "string"
20779
+ },
20780
+ "kind": "array"
20781
+ }
20782
+ }
20783
+ },
20784
+ {
20785
+ "abstract": true,
20786
+ "docs": {
20787
+ "stability": "experimental"
20788
+ },
20789
+ "immutable": true,
20790
+ "locationInModule": {
20791
+ "filename": "src/gitlab/configuration-model.ts",
20792
+ "line": 39
20793
+ },
20794
+ "name": "cache",
20795
+ "optional": true,
20796
+ "type": {
20797
+ "fqn": "projen.gitlab.Cache"
20798
+ }
20799
+ },
20800
+ {
20801
+ "abstract": true,
20802
+ "docs": {
20803
+ "stability": "experimental"
20804
+ },
20805
+ "immutable": true,
20806
+ "locationInModule": {
20807
+ "filename": "src/gitlab/configuration-model.ts",
20808
+ "line": 41
20809
+ },
20810
+ "name": "image",
20811
+ "optional": true,
20812
+ "type": {
20813
+ "fqn": "projen.gitlab.Image"
20814
+ }
20815
+ },
20816
+ {
20817
+ "abstract": true,
20818
+ "docs": {
20819
+ "stability": "experimental"
20820
+ },
20821
+ "immutable": true,
20822
+ "locationInModule": {
20823
+ "filename": "src/gitlab/configuration-model.ts",
20824
+ "line": 43
20825
+ },
20826
+ "name": "interruptible",
20827
+ "optional": true,
20828
+ "type": {
20829
+ "primitive": "boolean"
20830
+ }
20831
+ },
20832
+ {
20833
+ "abstract": true,
20834
+ "docs": {
20835
+ "stability": "experimental"
20836
+ },
20837
+ "immutable": true,
20838
+ "locationInModule": {
20839
+ "filename": "src/gitlab/configuration-model.ts",
20840
+ "line": 45
20841
+ },
20842
+ "name": "retry",
20843
+ "optional": true,
20844
+ "type": {
20845
+ "fqn": "projen.gitlab.Retry"
20846
+ }
20847
+ },
20848
+ {
20849
+ "abstract": true,
20850
+ "docs": {
20851
+ "stability": "experimental"
20852
+ },
20853
+ "immutable": true,
20854
+ "locationInModule": {
20855
+ "filename": "src/gitlab/configuration-model.ts",
20856
+ "line": 47
20857
+ },
20858
+ "name": "services",
20859
+ "optional": true,
20860
+ "type": {
20861
+ "collection": {
20862
+ "elementtype": {
20863
+ "fqn": "projen.gitlab.Service"
20864
+ },
20865
+ "kind": "array"
20866
+ }
20867
+ }
20868
+ },
20869
+ {
20870
+ "abstract": true,
20871
+ "docs": {
20872
+ "stability": "experimental"
20873
+ },
20874
+ "immutable": true,
20875
+ "locationInModule": {
20876
+ "filename": "src/gitlab/configuration-model.ts",
20877
+ "line": 49
20878
+ },
20879
+ "name": "tags",
20880
+ "optional": true,
20881
+ "type": {
20882
+ "collection": {
20883
+ "elementtype": {
20884
+ "primitive": "string"
20885
+ },
20886
+ "kind": "array"
20887
+ }
20888
+ }
20889
+ },
20890
+ {
20891
+ "abstract": true,
20892
+ "docs": {
20893
+ "stability": "experimental"
20894
+ },
20895
+ "immutable": true,
20896
+ "locationInModule": {
20897
+ "filename": "src/gitlab/configuration-model.ts",
20898
+ "line": 51
20899
+ },
20900
+ "name": "timeout",
20901
+ "optional": true,
20902
+ "type": {
20903
+ "primitive": "string"
20904
+ }
20905
+ }
20906
+ ],
20907
+ "symbolId": "src/gitlab/configuration-model:Default"
20908
+ },
20909
+ "projen.gitlab.DefaultElement": {
20910
+ "assembly": "projen",
20911
+ "docs": {
20912
+ "stability": "experimental"
20913
+ },
20914
+ "fqn": "projen.gitlab.DefaultElement",
20915
+ "kind": "enum",
20916
+ "locationInModule": {
20917
+ "filename": "src/gitlab/configuration-model.ts",
20918
+ "line": 373
20919
+ },
20920
+ "members": [
20921
+ {
20922
+ "docs": {
20923
+ "stability": "experimental"
20924
+ },
20925
+ "name": "AFTER_SCRIPT"
20926
+ },
20927
+ {
20928
+ "docs": {
20929
+ "stability": "experimental"
20930
+ },
20931
+ "name": "ARTIFACTS"
20932
+ },
20933
+ {
20934
+ "docs": {
20935
+ "stability": "experimental"
20936
+ },
20937
+ "name": "BEFORE_SCRIPT"
20938
+ },
20939
+ {
20940
+ "docs": {
20941
+ "stability": "experimental"
20942
+ },
20943
+ "name": "CACHE"
20944
+ },
20945
+ {
20946
+ "docs": {
20947
+ "stability": "experimental"
20948
+ },
20949
+ "name": "IMAGE"
20950
+ },
20951
+ {
20952
+ "docs": {
20953
+ "stability": "experimental"
20954
+ },
20955
+ "name": "INTERRUPTIBLE"
20956
+ },
20957
+ {
20958
+ "docs": {
20959
+ "stability": "experimental"
20960
+ },
20961
+ "name": "RETRY"
20962
+ },
20963
+ {
20964
+ "docs": {
20965
+ "stability": "experimental"
20966
+ },
20967
+ "name": "SERVICES"
20968
+ },
20969
+ {
20970
+ "docs": {
20971
+ "stability": "experimental"
20972
+ },
20973
+ "name": "TAGS"
20974
+ },
20975
+ {
20976
+ "docs": {
20977
+ "stability": "experimental"
20978
+ },
20979
+ "name": "TIMEOUT"
20980
+ }
20981
+ ],
20982
+ "name": "DefaultElement",
20983
+ "namespace": "gitlab",
20984
+ "symbolId": "src/gitlab/configuration-model:DefaultElement"
20985
+ },
20986
+ "projen.gitlab.DeploymentTier": {
20987
+ "assembly": "projen",
20988
+ "docs": {
20989
+ "stability": "experimental",
20990
+ "summary": "Explicitly specifies the tier of the deployment environment if non-standard environment name is used."
20991
+ },
20992
+ "fqn": "projen.gitlab.DeploymentTier",
20993
+ "kind": "enum",
20994
+ "locationInModule": {
20995
+ "filename": "src/gitlab/configuration-model.ts",
20996
+ "line": 322
20997
+ },
20998
+ "members": [
20999
+ {
21000
+ "docs": {
21001
+ "stability": "experimental"
21002
+ },
21003
+ "name": "DEVELOPMENT"
21004
+ },
21005
+ {
21006
+ "docs": {
21007
+ "stability": "experimental"
21008
+ },
21009
+ "name": "OTHER"
21010
+ },
21011
+ {
21012
+ "docs": {
21013
+ "stability": "experimental"
21014
+ },
21015
+ "name": "PRODUCTION"
21016
+ },
21017
+ {
21018
+ "docs": {
21019
+ "stability": "experimental"
21020
+ },
21021
+ "name": "STAGING"
21022
+ },
21023
+ {
21024
+ "docs": {
21025
+ "stability": "experimental"
21026
+ },
21027
+ "name": "TESTING"
21028
+ }
21029
+ ],
21030
+ "name": "DeploymentTier",
21031
+ "namespace": "gitlab",
21032
+ "symbolId": "src/gitlab/configuration-model:DeploymentTier"
21033
+ },
21034
+ "projen.gitlab.Engine": {
21035
+ "assembly": "projen",
21036
+ "datatype": true,
21037
+ "docs": {
21038
+ "stability": "experimental",
21039
+ "summary": "The engine configuration for a secret."
21040
+ },
21041
+ "fqn": "projen.gitlab.Engine",
21042
+ "kind": "interface",
21043
+ "locationInModule": {
21044
+ "filename": "src/gitlab/configuration-model.ts",
21045
+ "line": 479
21046
+ },
21047
+ "name": "Engine",
21048
+ "namespace": "gitlab",
21049
+ "properties": [
21050
+ {
21051
+ "abstract": true,
21052
+ "docs": {
21053
+ "stability": "experimental",
21054
+ "summary": "Name of the secrets engine."
21055
+ },
21056
+ "immutable": true,
21057
+ "locationInModule": {
21058
+ "filename": "src/gitlab/configuration-model.ts",
21059
+ "line": 481
21060
+ },
21061
+ "name": "name",
21062
+ "type": {
21063
+ "primitive": "string"
21064
+ }
21065
+ },
21066
+ {
21067
+ "abstract": true,
21068
+ "docs": {
21069
+ "stability": "experimental",
21070
+ "summary": "Path to the secrets engine."
21071
+ },
21072
+ "immutable": true,
21073
+ "locationInModule": {
21074
+ "filename": "src/gitlab/configuration-model.ts",
21075
+ "line": 483
21076
+ },
21077
+ "name": "path",
21078
+ "type": {
21079
+ "primitive": "string"
21080
+ }
21081
+ }
21082
+ ],
21083
+ "symbolId": "src/gitlab/configuration-model:Engine"
21084
+ },
21085
+ "projen.gitlab.Environment": {
21086
+ "assembly": "projen",
21087
+ "datatype": true,
21088
+ "docs": {
21089
+ "stability": "experimental",
21090
+ "summary": "The environment that a job deploys to."
21091
+ },
21092
+ "fqn": "projen.gitlab.Environment",
21093
+ "kind": "interface",
21094
+ "locationInModule": {
21095
+ "filename": "src/gitlab/configuration-model.ts",
21096
+ "line": 290
21097
+ },
21098
+ "name": "Environment",
21099
+ "namespace": "gitlab",
21100
+ "properties": [
21101
+ {
21102
+ "abstract": true,
21103
+ "docs": {
21104
+ "stability": "experimental",
21105
+ "summary": "The name of the environment, e.g. 'qa', 'staging', 'production'."
21106
+ },
21107
+ "immutable": true,
21108
+ "locationInModule": {
21109
+ "filename": "src/gitlab/configuration-model.ts",
21110
+ "line": 300
21111
+ },
21112
+ "name": "name",
21113
+ "type": {
21114
+ "primitive": "string"
21115
+ }
21116
+ },
21117
+ {
21118
+ "abstract": true,
21119
+ "docs": {
21120
+ "remarks": "'start' (default) indicates the job will start the deployment. 'prepare' indicates this will not affect the deployment. 'stop' indicates this will stop the deployment.",
21121
+ "stability": "experimental",
21122
+ "summary": "Specifies what this job will do."
21123
+ },
21124
+ "immutable": true,
21125
+ "locationInModule": {
21126
+ "filename": "src/gitlab/configuration-model.ts",
21127
+ "line": 292
21128
+ },
21129
+ "name": "action",
21130
+ "optional": true,
21131
+ "type": {
21132
+ "fqn": "projen.gitlab.Action"
21133
+ }
21134
+ },
21135
+ {
21136
+ "abstract": true,
21137
+ "docs": {
21138
+ "remarks": "Supports a wide variety of formats, e.g. '1 week', '3 mins 4 sec', '2 hrs 20 min', '2h20min', '6 mos 1 day', '47 yrs 6 mos and 4d', '3 weeks and 2 days'.",
21139
+ "stability": "experimental",
21140
+ "summary": "The amount of time it should take before Gitlab will automatically stop the environment."
21141
+ },
21142
+ "immutable": true,
21143
+ "locationInModule": {
21144
+ "filename": "src/gitlab/configuration-model.ts",
21145
+ "line": 294
21146
+ },
21147
+ "name": "autoStopIn",
21148
+ "optional": true,
21149
+ "type": {
21150
+ "primitive": "string"
21151
+ }
21152
+ },
21153
+ {
21154
+ "abstract": true,
21155
+ "docs": {
21156
+ "stability": "experimental",
21157
+ "summary": "Explicitly specifies the tier of the deployment environment if non-standard environment name is used."
21158
+ },
21159
+ "immutable": true,
21160
+ "locationInModule": {
21161
+ "filename": "src/gitlab/configuration-model.ts",
21162
+ "line": 296
21163
+ },
21164
+ "name": "deploymentTier",
21165
+ "optional": true,
21166
+ "type": {
21167
+ "fqn": "projen.gitlab.DeploymentTier"
21168
+ }
21169
+ },
21170
+ {
21171
+ "abstract": true,
21172
+ "docs": {
21173
+ "remarks": "This is currently not supported for kubernetes clusters that are managed by Gitlab.",
21174
+ "stability": "experimental",
21175
+ "summary": "Used to configure the kubernetes deployment for this environment."
21176
+ },
21177
+ "immutable": true,
21178
+ "locationInModule": {
21179
+ "filename": "src/gitlab/configuration-model.ts",
21180
+ "line": 298
21181
+ },
21182
+ "name": "kubernetes",
21183
+ "optional": true,
21184
+ "type": {
21185
+ "fqn": "projen.gitlab.KubernetesConfig"
21186
+ }
21187
+ },
21188
+ {
21189
+ "abstract": true,
21190
+ "docs": {
21191
+ "stability": "experimental",
21192
+ "summary": "The name of a job to execute when the environment is about to be stopped."
21193
+ },
21194
+ "immutable": true,
21195
+ "locationInModule": {
21196
+ "filename": "src/gitlab/configuration-model.ts",
21197
+ "line": 302
21198
+ },
21199
+ "name": "onStop",
21200
+ "optional": true,
21201
+ "type": {
21202
+ "primitive": "string"
21203
+ }
21204
+ },
21205
+ {
21206
+ "abstract": true,
21207
+ "docs": {
21208
+ "stability": "experimental",
21209
+ "summary": "When set, this will expose buttons in various places for the current environment in Gitlab, that will take you to the defined URL."
21210
+ },
21211
+ "immutable": true,
21212
+ "locationInModule": {
21213
+ "filename": "src/gitlab/configuration-model.ts",
21214
+ "line": 304
21215
+ },
21216
+ "name": "url",
21217
+ "optional": true,
21218
+ "type": {
21219
+ "primitive": "string"
21220
+ }
21221
+ }
21222
+ ],
21223
+ "symbolId": "src/gitlab/configuration-model:Environment"
21224
+ },
21225
+ "projen.gitlab.Filter": {
21226
+ "assembly": "projen",
21227
+ "datatype": true,
21228
+ "docs": {
21229
+ "stability": "experimental",
21230
+ "summary": "Filtering options for when a job will run."
21231
+ },
21232
+ "fqn": "projen.gitlab.Filter",
21233
+ "kind": "interface",
21234
+ "locationInModule": {
21235
+ "filename": "src/gitlab/configuration-model.ts",
21236
+ "line": 342
21237
+ },
21238
+ "name": "Filter",
21239
+ "namespace": "gitlab",
21240
+ "properties": [
21241
+ {
21242
+ "abstract": true,
21243
+ "docs": {
21244
+ "stability": "experimental",
21245
+ "summary": "Filter job creation based on files that were modified in a git push."
21246
+ },
21247
+ "immutable": true,
21248
+ "locationInModule": {
21249
+ "filename": "src/gitlab/configuration-model.ts",
21250
+ "line": 344
21251
+ },
21252
+ "name": "changes",
21253
+ "optional": true,
21254
+ "type": {
21255
+ "collection": {
21256
+ "elementtype": {
21257
+ "primitive": "string"
21258
+ },
21259
+ "kind": "array"
21260
+ }
21261
+ }
21262
+ },
21263
+ {
21264
+ "abstract": true,
21265
+ "docs": {
21266
+ "stability": "experimental",
21267
+ "summary": "Filter job based on if Kubernetes integration is active."
21268
+ },
21269
+ "immutable": true,
21270
+ "locationInModule": {
21271
+ "filename": "src/gitlab/configuration-model.ts",
21272
+ "line": 346
21273
+ },
21274
+ "name": "kubernetes",
21275
+ "optional": true,
21276
+ "type": {
21277
+ "fqn": "projen.gitlab.KubernetesEnum"
21278
+ }
21279
+ },
21280
+ {
21281
+ "abstract": true,
21282
+ "docs": {
21283
+ "stability": "experimental",
21284
+ "summary": "Control when to add jobs to a pipeline based on branch names or pipeline types."
21285
+ },
21286
+ "immutable": true,
21287
+ "locationInModule": {
21288
+ "filename": "src/gitlab/configuration-model.ts",
21289
+ "line": 348
21290
+ },
21291
+ "name": "refs",
21292
+ "optional": true,
21293
+ "type": {
21294
+ "collection": {
21295
+ "elementtype": {
21296
+ "primitive": "string"
21297
+ },
21298
+ "kind": "array"
21299
+ }
21300
+ }
21301
+ },
21302
+ {
21303
+ "abstract": true,
21304
+ "docs": {
21305
+ "remarks": "Read more about variable expressions: https://docs.gitlab.com/ee/ci/variables/README.html#variables-expressions",
21306
+ "stability": "experimental",
21307
+ "summary": "Filter job by checking comparing values of environment variables."
21308
+ },
21309
+ "immutable": true,
21310
+ "locationInModule": {
21311
+ "filename": "src/gitlab/configuration-model.ts",
21312
+ "line": 350
21313
+ },
21314
+ "name": "variables",
21315
+ "optional": true,
21316
+ "type": {
21317
+ "collection": {
21318
+ "elementtype": {
21319
+ "primitive": "string"
21320
+ },
21321
+ "kind": "array"
21322
+ }
21323
+ }
21324
+ }
21325
+ ],
21326
+ "symbolId": "src/gitlab/configuration-model:Filter"
21327
+ },
21328
+ "projen.gitlab.GitlabConfiguration": {
21329
+ "assembly": "projen",
21330
+ "base": "projen.gitlab.CiConfiguration",
21331
+ "docs": {
21332
+ "stability": "experimental",
21333
+ "summary": "A GitLab CI for the main `.gitlab-ci.yml` file."
21334
+ },
21335
+ "fqn": "projen.gitlab.GitlabConfiguration",
21336
+ "initializer": {
21337
+ "docs": {
21338
+ "stability": "experimental"
21339
+ },
21340
+ "locationInModule": {
21341
+ "filename": "src/gitlab/gitlab-configuration.ts",
21342
+ "line": 11
21343
+ },
21344
+ "parameters": [
21345
+ {
21346
+ "name": "project",
21347
+ "type": {
21348
+ "fqn": "projen.Project"
21349
+ }
21350
+ },
21351
+ {
21352
+ "name": "options",
21353
+ "optional": true,
21354
+ "type": {
21355
+ "fqn": "projen.gitlab.CiConfigurationOptions"
21356
+ }
21357
+ }
21358
+ ]
21359
+ },
21360
+ "kind": "class",
21361
+ "locationInModule": {
21362
+ "filename": "src/gitlab/gitlab-configuration.ts",
21363
+ "line": 9
21364
+ },
21365
+ "methods": [
21366
+ {
21367
+ "docs": {
21368
+ "remarks": "Additionally adds their stages to the main CI if they are not already present.\nYou can futher customize nested templates through the `nestedTemplates` property.\nE.g. gitlabConfig.nestedTemplates['templateName']?.addStages('stageName')",
21369
+ "stability": "experimental",
21370
+ "summary": "Creates and adds nested templates to the includes of the main CI."
21371
+ },
21372
+ "locationInModule": {
21373
+ "filename": "src/gitlab/gitlab-configuration.ts",
21374
+ "line": 22
21375
+ },
21376
+ "name": "createNestedTemplates",
21377
+ "parameters": [
21378
+ {
21379
+ "docs": {
21380
+ "summary": "a record the names and configuraitons of the templates."
21381
+ },
21382
+ "name": "config",
21383
+ "type": {
21384
+ "collection": {
21385
+ "elementtype": {
21386
+ "fqn": "projen.gitlab.CiConfigurationOptions"
21387
+ },
21388
+ "kind": "map"
21389
+ }
21390
+ }
21391
+ }
21392
+ ]
21393
+ }
21394
+ ],
21395
+ "name": "GitlabConfiguration",
21396
+ "namespace": "gitlab",
21397
+ "properties": [
21398
+ {
21399
+ "docs": {
21400
+ "stability": "experimental"
21401
+ },
21402
+ "immutable": true,
21403
+ "locationInModule": {
21404
+ "filename": "src/gitlab/gitlab-configuration.ts",
21405
+ "line": 10
21406
+ },
21407
+ "name": "nestedTemplates",
21408
+ "type": {
21409
+ "collection": {
21410
+ "elementtype": {
21411
+ "fqn": "projen.gitlab.NestedConfiguration"
21412
+ },
21413
+ "kind": "map"
21414
+ }
21415
+ }
21416
+ }
21417
+ ],
21418
+ "symbolId": "src/gitlab/gitlab-configuration:GitlabConfiguration"
21419
+ },
21420
+ "projen.gitlab.Image": {
21421
+ "assembly": "projen",
21422
+ "datatype": true,
21423
+ "docs": {
21424
+ "remarks": "Job configuration\ntakes precedence over global setting. Requires a certain kind of Gitlab runner executor.",
21425
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#image",
21426
+ "stability": "experimental",
21427
+ "summary": "Specifies the docker image to use for the job or globally for all jobs."
21428
+ },
21429
+ "fqn": "projen.gitlab.Image",
21430
+ "kind": "interface",
21431
+ "locationInModule": {
21432
+ "filename": "src/gitlab/configuration-model.ts",
21433
+ "line": 123
21434
+ },
21435
+ "name": "Image",
21436
+ "namespace": "gitlab",
21437
+ "properties": [
21438
+ {
21439
+ "abstract": true,
21440
+ "docs": {
21441
+ "remarks": "It should contain the Registry part if needed.",
21442
+ "stability": "experimental",
21443
+ "summary": "Full name of the image that should be used."
21444
+ },
21445
+ "immutable": true,
21446
+ "locationInModule": {
21447
+ "filename": "src/gitlab/configuration-model.ts",
21448
+ "line": 127
21449
+ },
21450
+ "name": "name",
21451
+ "type": {
21452
+ "primitive": "string"
21453
+ }
21454
+ },
21455
+ {
21456
+ "abstract": true,
21457
+ "docs": {
21458
+ "remarks": "It will be translated to Docker's --entrypoint option while creating the container. The syntax is similar to Dockerfile's ENTRYPOINT directive, where each shell token is a separate string in the array.",
21459
+ "stability": "experimental",
21460
+ "summary": "Command or script that should be executed as the container's entrypoint."
21461
+ },
21462
+ "immutable": true,
21463
+ "locationInModule": {
21464
+ "filename": "src/gitlab/configuration-model.ts",
21465
+ "line": 125
21466
+ },
21467
+ "name": "entrypoint",
21468
+ "optional": true,
21469
+ "type": {
21470
+ "collection": {
21471
+ "elementtype": {
21472
+ "primitive": "any"
21473
+ },
21474
+ "kind": "array"
21475
+ }
21476
+ }
21477
+ }
21478
+ ],
21479
+ "symbolId": "src/gitlab/configuration-model:Image"
21480
+ },
21481
+ "projen.gitlab.Include": {
21482
+ "assembly": "projen",
21483
+ "datatype": true,
21484
+ "docs": {
21485
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#include",
21486
+ "stability": "experimental",
21487
+ "summary": "An included YAML file."
21488
+ },
21489
+ "fqn": "projen.gitlab.Include",
21490
+ "kind": "interface",
21491
+ "locationInModule": {
21492
+ "filename": "src/gitlab/configuration-model.ts",
21493
+ "line": 158
21494
+ },
21495
+ "name": "Include",
21496
+ "namespace": "gitlab",
21497
+ "properties": [
21498
+ {
21499
+ "abstract": true,
21500
+ "docs": {
21501
+ "remarks": "You can use `file` in combination with `project` only.",
21502
+ "stability": "experimental",
21503
+ "summary": "Files from another private project on the same GitLab instance."
21504
+ },
21505
+ "immutable": true,
21506
+ "locationInModule": {
21507
+ "filename": "src/gitlab/configuration-model.ts",
21508
+ "line": 164
21509
+ },
21510
+ "name": "file",
21511
+ "optional": true,
21512
+ "type": {
21513
+ "collection": {
21514
+ "elementtype": {
21515
+ "primitive": "string"
21516
+ },
21517
+ "kind": "array"
21518
+ }
21519
+ }
21520
+ },
21521
+ {
21522
+ "abstract": true,
21523
+ "docs": {
21524
+ "remarks": "The file must be on the same branch, and does not work across git submodules.",
21525
+ "stability": "experimental",
21526
+ "summary": "Relative path from local repository root (`/`) to the `yaml`/`yml` file template."
21527
+ },
21528
+ "immutable": true,
21529
+ "locationInModule": {
21530
+ "filename": "src/gitlab/configuration-model.ts",
21531
+ "line": 160
21532
+ },
21533
+ "name": "local",
21534
+ "optional": true,
21535
+ "type": {
21536
+ "primitive": "string"
21537
+ }
21538
+ },
21539
+ {
21540
+ "abstract": true,
21541
+ "docs": {
21542
+ "stability": "experimental",
21543
+ "summary": "Path to the project, e.g. `group/project`, or `group/sub-group/project`."
21544
+ },
21545
+ "immutable": true,
21546
+ "locationInModule": {
21547
+ "filename": "src/gitlab/configuration-model.ts",
21548
+ "line": 166
21549
+ },
21550
+ "name": "project",
21551
+ "optional": true,
21552
+ "type": {
21553
+ "primitive": "string"
21554
+ }
21555
+ },
21556
+ {
21557
+ "abstract": true,
21558
+ "docs": {
21559
+ "stability": "experimental",
21560
+ "summary": "Branch/Tag/Commit-hash for the target project."
21561
+ },
21562
+ "immutable": true,
21563
+ "locationInModule": {
21564
+ "filename": "src/gitlab/configuration-model.ts",
21565
+ "line": 168
21566
+ },
21567
+ "name": "ref",
21568
+ "optional": true,
21569
+ "type": {
21570
+ "primitive": "string"
21571
+ }
21572
+ },
21573
+ {
21574
+ "abstract": true,
21575
+ "docs": {
21576
+ "stability": "experimental",
21577
+ "summary": "URL to a `yaml`/`yml` template file using HTTP/HTTPS."
21578
+ },
21579
+ "immutable": true,
21580
+ "locationInModule": {
21581
+ "filename": "src/gitlab/configuration-model.ts",
21582
+ "line": 172
21583
+ },
21584
+ "name": "remote",
21585
+ "optional": true,
21586
+ "type": {
21587
+ "primitive": "string"
21588
+ }
21589
+ },
21590
+ {
21591
+ "abstract": true,
21592
+ "docs": {
21593
+ "stability": "experimental",
21594
+ "summary": "Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job."
21595
+ },
21596
+ "immutable": true,
21597
+ "locationInModule": {
21598
+ "filename": "src/gitlab/configuration-model.ts",
21599
+ "line": 162
21600
+ },
21601
+ "name": "rules",
21602
+ "optional": true,
21603
+ "type": {
21604
+ "collection": {
21605
+ "elementtype": {
21606
+ "fqn": "projen.gitlab.IncludeRule"
21607
+ },
21608
+ "kind": "array"
21609
+ }
21610
+ }
21611
+ },
21612
+ {
21613
+ "abstract": true,
21614
+ "docs": {
21615
+ "stability": "experimental",
21616
+ "summary": "Use a `.gitlab-ci.yml` template as a base, e.g. `Nodejs.gitlab-ci.yml`."
21617
+ },
21618
+ "immutable": true,
21619
+ "locationInModule": {
21620
+ "filename": "src/gitlab/configuration-model.ts",
21621
+ "line": 170
21622
+ },
21623
+ "name": "template",
21624
+ "optional": true,
21625
+ "type": {
21626
+ "primitive": "string"
21627
+ }
21628
+ }
21629
+ ],
21630
+ "symbolId": "src/gitlab/configuration-model:Include"
21631
+ },
21632
+ "projen.gitlab.IncludeRule": {
21633
+ "assembly": "projen",
21634
+ "datatype": true,
21635
+ "docs": {
21636
+ "see": "https://docs.gitlab.com/ee/ci/yaml/includes.html#use-rules-with-include",
21637
+ "stability": "experimental",
21638
+ "summary": "Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job."
21639
+ },
21640
+ "fqn": "projen.gitlab.IncludeRule",
21641
+ "kind": "interface",
21642
+ "locationInModule": {
21643
+ "filename": "src/gitlab/configuration-model.ts",
21644
+ "line": 180
21645
+ },
21646
+ "name": "IncludeRule",
21647
+ "namespace": "gitlab",
21648
+ "properties": [
21649
+ {
21650
+ "abstract": true,
21651
+ "docs": {
21652
+ "stability": "experimental"
21653
+ },
21654
+ "immutable": true,
21655
+ "locationInModule": {
21656
+ "filename": "src/gitlab/configuration-model.ts",
21657
+ "line": 182
21658
+ },
21659
+ "name": "allowFailure",
21660
+ "optional": true,
21661
+ "type": {
21662
+ "union": {
21663
+ "types": [
21664
+ {
21665
+ "primitive": "boolean"
21666
+ },
21667
+ {
21668
+ "fqn": "projen.gitlab.AllowFailure"
21669
+ }
21670
+ ]
21671
+ }
21672
+ }
21673
+ },
21674
+ {
21675
+ "abstract": true,
21676
+ "docs": {
21677
+ "stability": "experimental"
21678
+ },
21679
+ "immutable": true,
21680
+ "locationInModule": {
21681
+ "filename": "src/gitlab/configuration-model.ts",
21682
+ "line": 184
21683
+ },
21684
+ "name": "changes",
21685
+ "optional": true,
21686
+ "type": {
21687
+ "collection": {
21688
+ "elementtype": {
21689
+ "primitive": "string"
21690
+ },
21691
+ "kind": "array"
21692
+ }
21693
+ }
21694
+ },
21695
+ {
21696
+ "abstract": true,
21697
+ "docs": {
21698
+ "stability": "experimental"
21699
+ },
21700
+ "immutable": true,
21701
+ "locationInModule": {
21702
+ "filename": "src/gitlab/configuration-model.ts",
21703
+ "line": 186
21704
+ },
21705
+ "name": "exists",
21706
+ "optional": true,
21707
+ "type": {
21708
+ "collection": {
21709
+ "elementtype": {
21710
+ "primitive": "string"
21711
+ },
21712
+ "kind": "array"
21713
+ }
21714
+ }
21715
+ },
21716
+ {
21717
+ "abstract": true,
21718
+ "docs": {
21719
+ "stability": "experimental"
21720
+ },
21721
+ "immutable": true,
21722
+ "locationInModule": {
21723
+ "filename": "src/gitlab/configuration-model.ts",
21724
+ "line": 188
21725
+ },
21726
+ "name": "if",
21727
+ "optional": true,
21728
+ "type": {
21729
+ "primitive": "string"
21730
+ }
21731
+ },
21732
+ {
21733
+ "abstract": true,
21734
+ "docs": {
21735
+ "stability": "experimental"
21736
+ },
21737
+ "immutable": true,
21738
+ "locationInModule": {
21739
+ "filename": "src/gitlab/configuration-model.ts",
21740
+ "line": 190
21741
+ },
21742
+ "name": "startIn",
21743
+ "optional": true,
21744
+ "type": {
21745
+ "primitive": "string"
21746
+ }
21747
+ },
21748
+ {
21749
+ "abstract": true,
21750
+ "docs": {
21751
+ "stability": "experimental"
21752
+ },
21753
+ "immutable": true,
21754
+ "locationInModule": {
21755
+ "filename": "src/gitlab/configuration-model.ts",
21756
+ "line": 192
21757
+ },
21758
+ "name": "variables",
21759
+ "optional": true,
21760
+ "type": {
21761
+ "collection": {
21762
+ "elementtype": {
21763
+ "union": {
21764
+ "types": [
21765
+ {
21766
+ "primitive": "string"
21767
+ },
21768
+ {
21769
+ "primitive": "number"
21770
+ }
21771
+ ]
21772
+ }
21773
+ },
21774
+ "kind": "map"
21775
+ }
21776
+ }
21777
+ },
21778
+ {
21779
+ "abstract": true,
21780
+ "docs": {
21781
+ "stability": "experimental"
21782
+ },
21783
+ "immutable": true,
21784
+ "locationInModule": {
21785
+ "filename": "src/gitlab/configuration-model.ts",
21786
+ "line": 194
21787
+ },
21788
+ "name": "when",
21789
+ "optional": true,
21790
+ "type": {
21791
+ "fqn": "projen.gitlab.JobWhen"
21792
+ }
21793
+ }
21794
+ ],
21795
+ "symbolId": "src/gitlab/configuration-model:IncludeRule"
21796
+ },
21797
+ "projen.gitlab.Inherit": {
21798
+ "assembly": "projen",
21799
+ "datatype": true,
21800
+ "docs": {
21801
+ "remarks": "Boolean values control\ninheritance of all default: or variables: keywords. To inherit only a subset of default:\nor variables: keywords, specify what you wish to inherit. Anything not listed is not\ninherited.",
21802
+ "stability": "experimental",
21803
+ "summary": "Controls inheritance of globally-defined defaults and variables."
21804
+ },
21805
+ "fqn": "projen.gitlab.Inherit",
21806
+ "kind": "interface",
21807
+ "locationInModule": {
21808
+ "filename": "src/gitlab/configuration-model.ts",
21809
+ "line": 366
21810
+ },
21811
+ "name": "Inherit",
21812
+ "namespace": "gitlab",
21813
+ "properties": [
21814
+ {
21815
+ "abstract": true,
21816
+ "docs": {
21817
+ "remarks": "Or subset of inherited defaults",
21818
+ "stability": "experimental",
21819
+ "summary": "Whether to inherit all globally-defined defaults or not."
21820
+ },
21821
+ "immutable": true,
21822
+ "locationInModule": {
21823
+ "filename": "src/gitlab/configuration-model.ts",
21824
+ "line": 368
21825
+ },
21826
+ "name": "default",
21827
+ "optional": true,
21828
+ "type": {
21829
+ "union": {
21830
+ "types": [
21831
+ {
21832
+ "primitive": "boolean"
21833
+ },
21834
+ {
21835
+ "collection": {
21836
+ "elementtype": {
21837
+ "fqn": "projen.gitlab.DefaultElement"
21838
+ },
21839
+ "kind": "array"
21840
+ }
21841
+ }
21842
+ ]
21843
+ }
21844
+ }
21845
+ },
21846
+ {
21847
+ "abstract": true,
21848
+ "docs": {
21849
+ "remarks": "Or subset of inherited variables",
21850
+ "stability": "experimental",
21851
+ "summary": "Whether to inherit all globally-defined variables or not."
21852
+ },
21853
+ "immutable": true,
21854
+ "locationInModule": {
21855
+ "filename": "src/gitlab/configuration-model.ts",
21856
+ "line": 370
21857
+ },
21858
+ "name": "variables",
21859
+ "optional": true,
21860
+ "type": {
21861
+ "union": {
21862
+ "types": [
21863
+ {
21864
+ "primitive": "boolean"
21865
+ },
21866
+ {
21867
+ "collection": {
21868
+ "elementtype": {
21869
+ "primitive": "string"
21870
+ },
21871
+ "kind": "array"
21872
+ }
21873
+ }
21874
+ ]
21875
+ }
21876
+ }
21877
+ }
21878
+ ],
21879
+ "symbolId": "src/gitlab/configuration-model:Inherit"
21880
+ },
21881
+ "projen.gitlab.Job": {
21882
+ "assembly": "projen",
21883
+ "datatype": true,
21884
+ "docs": {
21885
+ "see": "https://docs.gitlab.com/ee/ci/jobs/",
21886
+ "stability": "experimental",
21887
+ "summary": "Jobs are the most fundamental element of a .gitlab-ci.yml file."
21888
+ },
21889
+ "fqn": "projen.gitlab.Job",
21890
+ "kind": "interface",
21891
+ "locationInModule": {
21892
+ "filename": "src/gitlab/configuration-model.ts",
21893
+ "line": 224
21894
+ },
21895
+ "name": "Job",
21896
+ "namespace": "gitlab",
21897
+ "properties": [
21898
+ {
21899
+ "abstract": true,
21900
+ "docs": {
21901
+ "stability": "experimental"
21902
+ },
21903
+ "immutable": true,
21904
+ "locationInModule": {
21905
+ "filename": "src/gitlab/configuration-model.ts",
21906
+ "line": 226
21907
+ },
21908
+ "name": "afterScript",
21909
+ "optional": true,
21910
+ "type": {
21911
+ "collection": {
21912
+ "elementtype": {
21913
+ "primitive": "string"
21914
+ },
21915
+ "kind": "array"
21916
+ }
21917
+ }
21918
+ },
21919
+ {
21920
+ "abstract": true,
21921
+ "docs": {
21922
+ "stability": "experimental",
21923
+ "summary": "Whether to allow the pipeline to continue running on job failure (Default: false)."
21924
+ },
21925
+ "immutable": true,
21926
+ "locationInModule": {
21927
+ "filename": "src/gitlab/configuration-model.ts",
21928
+ "line": 228
21929
+ },
21930
+ "name": "allowFailure",
21931
+ "optional": true,
21932
+ "type": {
21933
+ "union": {
21934
+ "types": [
21935
+ {
21936
+ "primitive": "boolean"
21937
+ },
21938
+ {
21939
+ "fqn": "projen.gitlab.AllowFailure"
21940
+ }
21941
+ ]
21942
+ }
21943
+ }
21944
+ },
21945
+ {
21946
+ "abstract": true,
21947
+ "docs": {
21948
+ "stability": "experimental"
21949
+ },
21950
+ "immutable": true,
21951
+ "locationInModule": {
21952
+ "filename": "src/gitlab/configuration-model.ts",
21953
+ "line": 230
21954
+ },
21955
+ "name": "artifacts",
21956
+ "optional": true,
21957
+ "type": {
21958
+ "fqn": "projen.gitlab.Artifacts"
21959
+ }
21960
+ },
21961
+ {
21962
+ "abstract": true,
21963
+ "docs": {
21964
+ "stability": "experimental"
21965
+ },
21966
+ "immutable": true,
21967
+ "locationInModule": {
21968
+ "filename": "src/gitlab/configuration-model.ts",
21969
+ "line": 232
21970
+ },
21971
+ "name": "beforeScript",
21972
+ "optional": true,
21973
+ "type": {
21974
+ "collection": {
21975
+ "elementtype": {
21976
+ "primitive": "string"
21977
+ },
21978
+ "kind": "array"
21979
+ }
21980
+ }
21981
+ },
21982
+ {
21983
+ "abstract": true,
21984
+ "docs": {
21985
+ "stability": "experimental"
21986
+ },
21987
+ "immutable": true,
21988
+ "locationInModule": {
21989
+ "filename": "src/gitlab/configuration-model.ts",
21990
+ "line": 234
21991
+ },
21992
+ "name": "cache",
21993
+ "optional": true,
21994
+ "type": {
21995
+ "fqn": "projen.gitlab.Cache"
21996
+ }
21997
+ },
21998
+ {
21999
+ "abstract": true,
22000
+ "docs": {
22001
+ "remarks": "Example: '/Code coverage: \\d+\\.\\d+/'",
22002
+ "stability": "experimental",
22003
+ "summary": "Must be a regular expression, optionally but recommended to be quoted, and must be surrounded with '/'."
22004
+ },
22005
+ "immutable": true,
22006
+ "locationInModule": {
22007
+ "filename": "src/gitlab/configuration-model.ts",
22008
+ "line": 236
22009
+ },
22010
+ "name": "coverage",
22011
+ "optional": true,
22012
+ "type": {
22013
+ "primitive": "string"
22014
+ }
22015
+ },
22016
+ {
22017
+ "abstract": true,
22018
+ "docs": {
22019
+ "remarks": "By default, all previous artifacts are passed. Use an empty array to skip downloading artifacts.",
22020
+ "stability": "experimental",
22021
+ "summary": "Specify a list of job names from earlier stages from which artifacts should be loaded."
22022
+ },
22023
+ "immutable": true,
22024
+ "locationInModule": {
22025
+ "filename": "src/gitlab/configuration-model.ts",
22026
+ "line": 238
22027
+ },
22028
+ "name": "dependencies",
22029
+ "optional": true,
22030
+ "type": {
22031
+ "collection": {
22032
+ "elementtype": {
22033
+ "primitive": "string"
22034
+ },
22035
+ "kind": "array"
22036
+ }
22037
+ }
22038
+ },
22039
+ {
22040
+ "abstract": true,
22041
+ "docs": {
22042
+ "remarks": "Environment can have a name and URL attached to it, and will be displayed under /environments under the project.",
22043
+ "stability": "experimental",
22044
+ "summary": "Used to associate environment metadata with a deploy."
22045
+ },
22046
+ "immutable": true,
22047
+ "locationInModule": {
22048
+ "filename": "src/gitlab/configuration-model.ts",
22049
+ "line": 240
22050
+ },
22051
+ "name": "environment",
22052
+ "optional": true,
22053
+ "type": {
22054
+ "union": {
22055
+ "types": [
22056
+ {
22057
+ "primitive": "string"
22058
+ },
22059
+ {
22060
+ "fqn": "projen.gitlab.Environment"
22061
+ }
22062
+ ]
22063
+ }
22064
+ }
22065
+ },
22066
+ {
22067
+ "abstract": true,
22068
+ "docs": {
22069
+ "stability": "experimental",
22070
+ "summary": "Job will run *except* for when these filtering options match."
22071
+ },
22072
+ "immutable": true,
22073
+ "locationInModule": {
22074
+ "filename": "src/gitlab/configuration-model.ts",
22075
+ "line": 242
22076
+ },
22077
+ "name": "except",
22078
+ "optional": true,
22079
+ "type": {
22080
+ "union": {
22081
+ "types": [
22082
+ {
22083
+ "fqn": "projen.gitlab.Filter"
22084
+ },
22085
+ {
22086
+ "collection": {
22087
+ "elementtype": {
22088
+ "primitive": "string"
22089
+ },
22090
+ "kind": "array"
22091
+ }
22092
+ }
22093
+ ]
22094
+ }
22095
+ }
22096
+ },
22097
+ {
22098
+ "abstract": true,
22099
+ "docs": {
22100
+ "stability": "experimental",
22101
+ "summary": "The name of one or more jobs to inherit configuration from."
22102
+ },
22103
+ "immutable": true,
22104
+ "locationInModule": {
22105
+ "filename": "src/gitlab/configuration-model.ts",
22106
+ "line": 244
22107
+ },
22108
+ "name": "extends",
22109
+ "optional": true,
22110
+ "type": {
22111
+ "collection": {
22112
+ "elementtype": {
22113
+ "primitive": "string"
22114
+ },
22115
+ "kind": "array"
22116
+ }
22117
+ }
22118
+ },
22119
+ {
22120
+ "abstract": true,
22121
+ "docs": {
22122
+ "stability": "experimental"
22123
+ },
22124
+ "immutable": true,
22125
+ "locationInModule": {
22126
+ "filename": "src/gitlab/configuration-model.ts",
22127
+ "line": 246
22128
+ },
22129
+ "name": "image",
22130
+ "optional": true,
22131
+ "type": {
22132
+ "fqn": "projen.gitlab.Image"
22133
+ }
22134
+ },
22135
+ {
22136
+ "abstract": true,
22137
+ "docs": {
22138
+ "remarks": "Boolean values control inheritance of all default: or variables: keywords. To inherit only a subset of default: or variables: keywords, specify what you wish to inherit. Anything not listed is not inherited.",
22139
+ "stability": "experimental",
22140
+ "summary": "Controls inheritance of globally-defined defaults and variables."
22141
+ },
22142
+ "immutable": true,
22143
+ "locationInModule": {
22144
+ "filename": "src/gitlab/configuration-model.ts",
22145
+ "line": 248
22146
+ },
22147
+ "name": "inherit",
22148
+ "optional": true,
22149
+ "type": {
22150
+ "fqn": "projen.gitlab.Inherit"
22151
+ }
22152
+ },
22153
+ {
22154
+ "abstract": true,
22155
+ "docs": {
22156
+ "stability": "experimental"
22157
+ },
22158
+ "immutable": true,
22159
+ "locationInModule": {
22160
+ "filename": "src/gitlab/configuration-model.ts",
22161
+ "line": 250
22162
+ },
22163
+ "name": "interruptible",
22164
+ "optional": true,
22165
+ "type": {
22166
+ "primitive": "boolean"
22167
+ }
22168
+ },
22169
+ {
22170
+ "abstract": true,
22171
+ "docs": {
22172
+ "stability": "experimental",
22173
+ "summary": "The list of jobs in previous stages whose sole completion is needed to start the current job."
22174
+ },
22175
+ "immutable": true,
22176
+ "locationInModule": {
22177
+ "filename": "src/gitlab/configuration-model.ts",
22178
+ "line": 252
22179
+ },
22180
+ "name": "needs",
22181
+ "optional": true,
22182
+ "type": {
22183
+ "collection": {
22184
+ "elementtype": {
22185
+ "union": {
22186
+ "types": [
22187
+ {
22188
+ "primitive": "string"
22189
+ },
22190
+ {
22191
+ "fqn": "projen.gitlab.Need"
22192
+ }
22193
+ ]
22194
+ }
22195
+ },
22196
+ "kind": "array"
22197
+ }
22198
+ }
22199
+ },
22200
+ {
22201
+ "abstract": true,
22202
+ "docs": {
22203
+ "stability": "experimental",
22204
+ "summary": "Job will run *only* when these filtering options match."
22205
+ },
22206
+ "immutable": true,
22207
+ "locationInModule": {
22208
+ "filename": "src/gitlab/configuration-model.ts",
22209
+ "line": 254
22210
+ },
22211
+ "name": "only",
22212
+ "optional": true,
22213
+ "type": {
22214
+ "union": {
22215
+ "types": [
22216
+ {
22217
+ "fqn": "projen.gitlab.Filter"
22218
+ },
22219
+ {
22220
+ "collection": {
22221
+ "elementtype": {
22222
+ "primitive": "string"
22223
+ },
22224
+ "kind": "array"
22225
+ }
22226
+ }
22227
+ ]
22228
+ }
22229
+ }
22230
+ },
22231
+ {
22232
+ "abstract": true,
22233
+ "docs": {
22234
+ "stability": "experimental",
22235
+ "summary": "Parallel will split up a single job into several, and provide `CI_NODE_INDEX` and `CI_NODE_TOTAL` environment variables for the running jobs."
22236
+ },
22237
+ "immutable": true,
22238
+ "locationInModule": {
22239
+ "filename": "src/gitlab/configuration-model.ts",
22240
+ "line": 256
22241
+ },
22242
+ "name": "parallel",
22243
+ "optional": true,
22244
+ "type": {
22245
+ "union": {
22246
+ "types": [
22247
+ {
22248
+ "primitive": "number"
22249
+ },
22250
+ {
22251
+ "fqn": "projen.gitlab.Parallel"
22252
+ }
22253
+ ]
22254
+ }
22255
+ }
22256
+ },
22257
+ {
22258
+ "abstract": true,
22259
+ "docs": {
22260
+ "stability": "experimental",
22261
+ "summary": "Indicates that the job creates a Release."
22262
+ },
22263
+ "immutable": true,
22264
+ "locationInModule": {
22265
+ "filename": "src/gitlab/configuration-model.ts",
22266
+ "line": 258
22267
+ },
22268
+ "name": "release",
22269
+ "optional": true,
22270
+ "type": {
22271
+ "fqn": "projen.gitlab.Release"
22272
+ }
22273
+ },
22274
+ {
22275
+ "abstract": true,
22276
+ "docs": {
22277
+ "remarks": "Can be used to ensure that the Runner will not run certain jobs simultaneously.",
22278
+ "stability": "experimental",
22279
+ "summary": "Limit job concurrency."
22280
+ },
22281
+ "immutable": true,
22282
+ "locationInModule": {
22283
+ "filename": "src/gitlab/configuration-model.ts",
22284
+ "line": 260
22285
+ },
22286
+ "name": "resourceGroup",
22287
+ "optional": true,
22288
+ "type": {
22289
+ "primitive": "string"
22290
+ }
22291
+ },
22292
+ {
22293
+ "abstract": true,
22294
+ "docs": {
22295
+ "stability": "experimental"
22296
+ },
22297
+ "immutable": true,
22298
+ "locationInModule": {
22299
+ "filename": "src/gitlab/configuration-model.ts",
22300
+ "line": 262
22301
+ },
22302
+ "name": "retry",
22303
+ "optional": true,
22304
+ "type": {
22305
+ "fqn": "projen.gitlab.Retry"
22306
+ }
22307
+ },
22308
+ {
22309
+ "abstract": true,
22310
+ "docs": {
22311
+ "stability": "experimental",
22312
+ "summary": "Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job."
22313
+ },
22314
+ "immutable": true,
22315
+ "locationInModule": {
22316
+ "filename": "src/gitlab/configuration-model.ts",
22317
+ "line": 264
22318
+ },
22319
+ "name": "rules",
22320
+ "optional": true,
22321
+ "type": {
22322
+ "collection": {
22323
+ "elementtype": {
22324
+ "fqn": "projen.gitlab.IncludeRule"
22325
+ },
22326
+ "kind": "array"
22327
+ }
22328
+ }
22329
+ },
22330
+ {
22331
+ "abstract": true,
22332
+ "docs": {
22333
+ "remarks": "The only required property of jobs. Be careful with special characters (e.g. `:`, `{`, `}`, `&`) and use single or double quotes to avoid issues.",
22334
+ "stability": "experimental",
22335
+ "summary": "Shell scripts executed by the Runner."
22336
+ },
22337
+ "immutable": true,
22338
+ "locationInModule": {
22339
+ "filename": "src/gitlab/configuration-model.ts",
22340
+ "line": 266
22341
+ },
22342
+ "name": "script",
22343
+ "optional": true,
22344
+ "type": {
22345
+ "collection": {
22346
+ "elementtype": {
22347
+ "primitive": "string"
22348
+ },
22349
+ "kind": "array"
22350
+ }
22351
+ }
22352
+ },
22353
+ {
22354
+ "abstract": true,
22355
+ "docs": {
22356
+ "stability": "experimental",
22357
+ "summary": "CI/CD secrets."
22358
+ },
22359
+ "immutable": true,
22360
+ "locationInModule": {
22361
+ "filename": "src/gitlab/configuration-model.ts",
22362
+ "line": 268
22363
+ },
22364
+ "name": "secrets",
22365
+ "optional": true,
22366
+ "type": {
22367
+ "collection": {
22368
+ "elementtype": {
22369
+ "collection": {
22370
+ "elementtype": {
22371
+ "fqn": "projen.gitlab.Secret"
22372
+ },
22373
+ "kind": "map"
22374
+ }
22375
+ },
22376
+ "kind": "map"
22377
+ }
22378
+ }
22379
+ },
22380
+ {
22381
+ "abstract": true,
22382
+ "docs": {
22383
+ "stability": "experimental"
22384
+ },
22385
+ "immutable": true,
22386
+ "locationInModule": {
22387
+ "filename": "src/gitlab/configuration-model.ts",
22388
+ "line": 270
22389
+ },
22390
+ "name": "services",
22391
+ "optional": true,
22392
+ "type": {
22393
+ "collection": {
22394
+ "elementtype": {
22395
+ "fqn": "projen.gitlab.Service"
22396
+ },
22397
+ "kind": "array"
22398
+ }
22399
+ }
22400
+ },
22401
+ {
22402
+ "abstract": true,
22403
+ "docs": {
22404
+ "stability": "experimental",
22405
+ "summary": "Define what stage the job will run in."
22406
+ },
22407
+ "immutable": true,
22408
+ "locationInModule": {
22409
+ "filename": "src/gitlab/configuration-model.ts",
22410
+ "line": 272
22411
+ },
22412
+ "name": "stage",
22413
+ "optional": true,
22414
+ "type": {
22415
+ "primitive": "string"
22416
+ }
22417
+ },
22418
+ {
22419
+ "abstract": true,
22420
+ "docs": {
22421
+ "stability": "experimental"
22422
+ },
22423
+ "immutable": true,
22424
+ "locationInModule": {
22425
+ "filename": "src/gitlab/configuration-model.ts",
22426
+ "line": 274
22427
+ },
22428
+ "name": "startIn",
22429
+ "optional": true,
22430
+ "type": {
22431
+ "primitive": "string"
22432
+ }
22433
+ },
22434
+ {
22435
+ "abstract": true,
22436
+ "docs": {
22437
+ "stability": "experimental"
22438
+ },
22439
+ "immutable": true,
22440
+ "locationInModule": {
22441
+ "filename": "src/gitlab/configuration-model.ts",
22442
+ "line": 276
22443
+ },
22444
+ "name": "tags",
22445
+ "optional": true,
22446
+ "type": {
22447
+ "collection": {
22448
+ "elementtype": {
22449
+ "primitive": "string"
22450
+ },
22451
+ "kind": "array"
22452
+ }
22453
+ }
22454
+ },
22455
+ {
22456
+ "abstract": true,
22457
+ "docs": {
22458
+ "stability": "experimental"
22459
+ },
22460
+ "immutable": true,
22461
+ "locationInModule": {
22462
+ "filename": "src/gitlab/configuration-model.ts",
22463
+ "line": 278
22464
+ },
22465
+ "name": "timeout",
22466
+ "optional": true,
22467
+ "type": {
22468
+ "primitive": "string"
22469
+ }
22470
+ },
22471
+ {
22472
+ "abstract": true,
22473
+ "docs": {
22474
+ "remarks": "When a job created from trigger definition is started by GitLab, a downstream pipeline gets created. Read more: https://docs.gitlab.com/ee/ci/yaml/README.html#trigger",
22475
+ "stability": "experimental",
22476
+ "summary": "Trigger allows you to define downstream pipeline trigger."
22477
+ },
22478
+ "immutable": true,
22479
+ "locationInModule": {
22480
+ "filename": "src/gitlab/configuration-model.ts",
22481
+ "line": 280
22482
+ },
22483
+ "name": "trigger",
22484
+ "optional": true,
22485
+ "type": {
22486
+ "union": {
22487
+ "types": [
22488
+ {
22489
+ "primitive": "string"
22490
+ },
22491
+ {
22492
+ "fqn": "projen.gitlab.Trigger"
22493
+ }
22494
+ ]
22495
+ }
22496
+ }
22497
+ },
22498
+ {
22499
+ "abstract": true,
22500
+ "docs": {
22501
+ "stability": "experimental",
22502
+ "summary": "Configurable values that are passed to the Job."
22503
+ },
22504
+ "immutable": true,
22505
+ "locationInModule": {
22506
+ "filename": "src/gitlab/configuration-model.ts",
22507
+ "line": 282
22508
+ },
22509
+ "name": "variables",
22510
+ "optional": true,
22511
+ "type": {
22512
+ "collection": {
22513
+ "elementtype": {
22514
+ "union": {
22515
+ "types": [
22516
+ {
22517
+ "primitive": "string"
22518
+ },
22519
+ {
22520
+ "primitive": "number"
22521
+ }
22522
+ ]
22523
+ }
22524
+ },
22525
+ "kind": "map"
22526
+ }
22527
+ }
22528
+ },
22529
+ {
22530
+ "abstract": true,
22531
+ "docs": {
22532
+ "remarks": "Defaults to 'on_success'.",
22533
+ "stability": "experimental",
22534
+ "summary": "Describes the conditions for when to run the job."
22535
+ },
22536
+ "immutable": true,
22537
+ "locationInModule": {
22538
+ "filename": "src/gitlab/configuration-model.ts",
22539
+ "line": 284
22540
+ },
22541
+ "name": "when",
22542
+ "optional": true,
22543
+ "type": {
22544
+ "fqn": "projen.gitlab.JobWhen"
22545
+ }
22546
+ }
22547
+ ],
22548
+ "symbolId": "src/gitlab/configuration-model:Job"
22549
+ },
22550
+ "projen.gitlab.JobWhen": {
22551
+ "assembly": "projen",
22552
+ "docs": {
22553
+ "remarks": "Defaults to 'on_success'.",
22554
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#when",
22555
+ "stability": "experimental",
22556
+ "summary": "Describes the conditions for when to run the job."
22557
+ },
22558
+ "fqn": "projen.gitlab.JobWhen",
22559
+ "kind": "enum",
22560
+ "locationInModule": {
22561
+ "filename": "src/gitlab/configuration-model.ts",
22562
+ "line": 211
22563
+ },
22564
+ "members": [
22565
+ {
22566
+ "docs": {
22567
+ "stability": "experimental"
22568
+ },
22569
+ "name": "ALWAYS"
22570
+ },
22571
+ {
22572
+ "docs": {
22573
+ "stability": "experimental"
22574
+ },
22575
+ "name": "DELAYED"
22576
+ },
22577
+ {
22578
+ "docs": {
22579
+ "stability": "experimental"
22580
+ },
22581
+ "name": "MANUAL"
22582
+ },
22583
+ {
22584
+ "docs": {
22585
+ "stability": "experimental"
22586
+ },
22587
+ "name": "NEVER"
22588
+ },
22589
+ {
22590
+ "docs": {
22591
+ "stability": "experimental"
22592
+ },
22593
+ "name": "ON_FAILURE"
22594
+ },
22595
+ {
22596
+ "docs": {
22597
+ "stability": "experimental"
22598
+ },
22599
+ "name": "ON_SUCCESS"
22600
+ }
22601
+ ],
22602
+ "name": "JobWhen",
22603
+ "namespace": "gitlab",
22604
+ "symbolId": "src/gitlab/configuration-model:JobWhen"
22605
+ },
22606
+ "projen.gitlab.KubernetesConfig": {
22607
+ "assembly": "projen",
22608
+ "datatype": true,
22609
+ "docs": {
22610
+ "remarks": "This is currently not\nsupported for kubernetes clusters that are managed by Gitlab.",
22611
+ "stability": "experimental",
22612
+ "summary": "Used to configure the kubernetes deployment for this environment."
22613
+ },
22614
+ "fqn": "projen.gitlab.KubernetesConfig",
22615
+ "kind": "interface",
22616
+ "locationInModule": {
22617
+ "filename": "src/gitlab/configuration-model.ts",
22618
+ "line": 334
22619
+ },
22620
+ "name": "KubernetesConfig",
22621
+ "namespace": "gitlab",
22622
+ "properties": [
22623
+ {
22624
+ "abstract": true,
22625
+ "docs": {
22626
+ "stability": "experimental",
22627
+ "summary": "The kubernetes namespace where this environment should be deployed to."
22628
+ },
22629
+ "immutable": true,
22630
+ "locationInModule": {
22631
+ "filename": "src/gitlab/configuration-model.ts",
22632
+ "line": 336
22633
+ },
22634
+ "name": "namespace",
22635
+ "optional": true,
22636
+ "type": {
22637
+ "primitive": "string"
22638
+ }
22639
+ }
22640
+ ],
22641
+ "symbolId": "src/gitlab/configuration-model:KubernetesConfig"
22642
+ },
22643
+ "projen.gitlab.KubernetesEnum": {
22644
+ "assembly": "projen",
22645
+ "docs": {
22646
+ "stability": "experimental",
22647
+ "summary": "Filter job based on if Kubernetes integration is active."
22648
+ },
22649
+ "fqn": "projen.gitlab.KubernetesEnum",
22650
+ "kind": "enum",
22651
+ "locationInModule": {
22652
+ "filename": "src/gitlab/configuration-model.ts",
22653
+ "line": 356
22654
+ },
22655
+ "members": [
22656
+ {
22657
+ "docs": {
22658
+ "stability": "experimental"
22659
+ },
22660
+ "name": "ACTIVE"
22661
+ }
22662
+ ],
22663
+ "name": "KubernetesEnum",
22664
+ "namespace": "gitlab",
22665
+ "symbolId": "src/gitlab/configuration-model:KubernetesEnum"
22666
+ },
22667
+ "projen.gitlab.Link": {
22668
+ "assembly": "projen",
22669
+ "datatype": true,
22670
+ "docs": {
22671
+ "stability": "experimental",
22672
+ "summary": "Link configuration for an asset."
22673
+ },
22674
+ "fqn": "projen.gitlab.Link",
22675
+ "kind": "interface",
22676
+ "locationInModule": {
22677
+ "filename": "src/gitlab/configuration-model.ts",
22678
+ "line": 435
22679
+ },
22680
+ "name": "Link",
22681
+ "namespace": "gitlab",
22682
+ "properties": [
22683
+ {
22684
+ "abstract": true,
22685
+ "docs": {
22686
+ "stability": "experimental",
22687
+ "summary": "The name of the link."
22688
+ },
22689
+ "immutable": true,
22690
+ "locationInModule": {
22691
+ "filename": "src/gitlab/configuration-model.ts",
22692
+ "line": 441
22693
+ },
22694
+ "name": "name",
22695
+ "type": {
22696
+ "primitive": "string"
22697
+ }
22698
+ },
22699
+ {
22700
+ "abstract": true,
22701
+ "docs": {
22702
+ "stability": "experimental",
22703
+ "summary": "The URL to download a file."
22704
+ },
22705
+ "immutable": true,
22706
+ "locationInModule": {
22707
+ "filename": "src/gitlab/configuration-model.ts",
22708
+ "line": 443
22709
+ },
22710
+ "name": "url",
22711
+ "type": {
22712
+ "primitive": "string"
22713
+ }
22714
+ },
22715
+ {
22716
+ "abstract": true,
22717
+ "docs": {
22718
+ "stability": "experimental",
22719
+ "summary": "The redirect link to the url."
22720
+ },
22721
+ "immutable": true,
22722
+ "locationInModule": {
22723
+ "filename": "src/gitlab/configuration-model.ts",
22724
+ "line": 437
22725
+ },
22726
+ "name": "filepath",
22727
+ "optional": true,
22728
+ "type": {
22729
+ "primitive": "string"
22730
+ }
22731
+ },
22732
+ {
22733
+ "abstract": true,
22734
+ "docs": {
22735
+ "stability": "experimental",
22736
+ "summary": "The content kind of what users can download via url."
22737
+ },
22738
+ "immutable": true,
22739
+ "locationInModule": {
22740
+ "filename": "src/gitlab/configuration-model.ts",
22741
+ "line": 439
22742
+ },
22743
+ "name": "linkType",
22744
+ "optional": true,
22745
+ "type": {
22746
+ "fqn": "projen.gitlab.LinkType"
22747
+ }
22748
+ }
22749
+ ],
22750
+ "symbolId": "src/gitlab/configuration-model:Link"
22751
+ },
22752
+ "projen.gitlab.LinkType": {
22753
+ "assembly": "projen",
22754
+ "docs": {
22755
+ "stability": "experimental",
22756
+ "summary": "The content kind of what users can download via url."
22757
+ },
22758
+ "fqn": "projen.gitlab.LinkType",
22759
+ "kind": "enum",
22760
+ "locationInModule": {
22761
+ "filename": "src/gitlab/configuration-model.ts",
22762
+ "line": 449
22763
+ },
22764
+ "members": [
22765
+ {
22766
+ "docs": {
22767
+ "stability": "experimental"
22768
+ },
22769
+ "name": "IMAGE"
22770
+ },
22771
+ {
22772
+ "docs": {
22773
+ "stability": "experimental"
22774
+ },
22775
+ "name": "OTHER"
22776
+ },
22777
+ {
22778
+ "docs": {
22779
+ "stability": "experimental"
22780
+ },
22781
+ "name": "PACKAGE"
22782
+ },
22783
+ {
22784
+ "docs": {
22785
+ "stability": "experimental"
22786
+ },
22787
+ "name": "RUNBOOK"
22788
+ }
22789
+ ],
22790
+ "name": "LinkType",
22791
+ "namespace": "gitlab",
22792
+ "symbolId": "src/gitlab/configuration-model:LinkType"
22793
+ },
22794
+ "projen.gitlab.Need": {
22795
+ "assembly": "projen",
22796
+ "datatype": true,
22797
+ "docs": {
22798
+ "stability": "experimental",
22799
+ "summary": "A jobs in a previous stage whose sole completion is needed to start the current job."
22800
+ },
22801
+ "fqn": "projen.gitlab.Need",
22802
+ "kind": "interface",
22803
+ "locationInModule": {
22804
+ "filename": "src/gitlab/configuration-model.ts",
22805
+ "line": 389
22806
+ },
22807
+ "name": "Need",
22808
+ "namespace": "gitlab",
22809
+ "properties": [
22810
+ {
22811
+ "abstract": true,
22812
+ "docs": {
22813
+ "stability": "experimental"
22814
+ },
22815
+ "immutable": true,
22816
+ "locationInModule": {
22817
+ "filename": "src/gitlab/configuration-model.ts",
22818
+ "line": 391
22819
+ },
22820
+ "name": "job",
22821
+ "type": {
22822
+ "primitive": "string"
22823
+ }
22824
+ },
22825
+ {
22826
+ "abstract": true,
22827
+ "docs": {
22828
+ "stability": "experimental"
22829
+ },
22830
+ "immutable": true,
22831
+ "locationInModule": {
22832
+ "filename": "src/gitlab/configuration-model.ts",
22833
+ "line": 390
22834
+ },
22835
+ "name": "artifacts",
22836
+ "optional": true,
22837
+ "type": {
22838
+ "primitive": "boolean"
22839
+ }
22840
+ },
22841
+ {
22842
+ "abstract": true,
22843
+ "docs": {
22844
+ "stability": "experimental"
22845
+ },
22846
+ "immutable": true,
22847
+ "locationInModule": {
22848
+ "filename": "src/gitlab/configuration-model.ts",
22849
+ "line": 392
22850
+ },
22851
+ "name": "optional",
22852
+ "optional": true,
22853
+ "type": {
22854
+ "primitive": "boolean"
22855
+ }
22856
+ },
22857
+ {
22858
+ "abstract": true,
22859
+ "docs": {
22860
+ "stability": "experimental"
22861
+ },
22862
+ "immutable": true,
22863
+ "locationInModule": {
22864
+ "filename": "src/gitlab/configuration-model.ts",
22865
+ "line": 393
22866
+ },
22867
+ "name": "pipeline",
22868
+ "optional": true,
22869
+ "type": {
22870
+ "primitive": "string"
22871
+ }
22872
+ },
22873
+ {
22874
+ "abstract": true,
22875
+ "docs": {
22876
+ "stability": "experimental"
22877
+ },
22878
+ "immutable": true,
22879
+ "locationInModule": {
22880
+ "filename": "src/gitlab/configuration-model.ts",
22881
+ "line": 394
22882
+ },
22883
+ "name": "project",
22884
+ "optional": true,
22885
+ "type": {
22886
+ "primitive": "string"
22887
+ }
22888
+ },
22889
+ {
22890
+ "abstract": true,
22891
+ "docs": {
22892
+ "stability": "experimental"
22893
+ },
22894
+ "immutable": true,
22895
+ "locationInModule": {
22896
+ "filename": "src/gitlab/configuration-model.ts",
22897
+ "line": 395
22898
+ },
22899
+ "name": "ref",
22900
+ "optional": true,
22901
+ "type": {
22902
+ "primitive": "string"
22903
+ }
22904
+ }
22905
+ ],
22906
+ "symbolId": "src/gitlab/configuration-model:Need"
22907
+ },
22908
+ "projen.gitlab.NestedConfiguration": {
22909
+ "assembly": "projen",
22910
+ "base": "projen.gitlab.CiConfiguration",
22911
+ "docs": {
22912
+ "stability": "experimental",
22913
+ "summary": "A GitLab CI for templates that are created and included in the `.gitlab-ci.yml` file."
22914
+ },
22915
+ "fqn": "projen.gitlab.NestedConfiguration",
22916
+ "initializer": {
22917
+ "docs": {
22918
+ "stability": "experimental"
22919
+ },
22920
+ "locationInModule": {
22921
+ "filename": "src/gitlab/nested-configuration.ts",
22922
+ "line": 11
22923
+ },
22924
+ "parameters": [
22925
+ {
22926
+ "name": "project",
22927
+ "type": {
22928
+ "fqn": "projen.Project"
22929
+ }
22930
+ },
22931
+ {
22932
+ "name": "parent",
22933
+ "type": {
22934
+ "fqn": "projen.gitlab.GitlabConfiguration"
22935
+ }
22936
+ },
22937
+ {
22938
+ "name": "name",
22939
+ "type": {
22940
+ "primitive": "string"
22941
+ }
22942
+ },
22943
+ {
22944
+ "name": "options",
22945
+ "optional": true,
22946
+ "type": {
22947
+ "fqn": "projen.gitlab.CiConfigurationOptions"
22948
+ }
22949
+ }
22950
+ ]
22951
+ },
22952
+ "kind": "class",
22953
+ "locationInModule": {
22954
+ "filename": "src/gitlab/nested-configuration.ts",
22955
+ "line": 9
22956
+ },
22957
+ "methods": [
22958
+ {
22959
+ "docs": {
22960
+ "stability": "experimental",
22961
+ "summary": "Add stages to the Nested configuration and the main CI file if not already present."
22962
+ },
22963
+ "locationInModule": {
22964
+ "filename": "src/gitlab/nested-configuration.ts",
22965
+ "line": 24
22966
+ },
22967
+ "name": "addStages",
22968
+ "overrides": "projen.gitlab.CiConfiguration",
22969
+ "parameters": [
22970
+ {
22971
+ "docs": {
22972
+ "summary": "stages to add."
22973
+ },
22974
+ "name": "stages",
22975
+ "type": {
22976
+ "primitive": "string"
22977
+ },
22978
+ "variadic": true
22979
+ }
22980
+ ],
22981
+ "variadic": true
22982
+ }
22983
+ ],
22984
+ "name": "NestedConfiguration",
22985
+ "namespace": "gitlab",
22986
+ "properties": [
22987
+ {
22988
+ "docs": {
22989
+ "stability": "experimental"
22990
+ },
22991
+ "immutable": true,
22992
+ "locationInModule": {
22993
+ "filename": "src/gitlab/nested-configuration.ts",
22994
+ "line": 10
22995
+ },
22996
+ "name": "parent",
22997
+ "type": {
22998
+ "fqn": "projen.gitlab.GitlabConfiguration"
22999
+ }
23000
+ }
23001
+ ],
23002
+ "symbolId": "src/gitlab/nested-configuration:NestedConfiguration"
23003
+ },
23004
+ "projen.gitlab.Parallel": {
23005
+ "assembly": "projen",
23006
+ "datatype": true,
23007
+ "docs": {
23008
+ "stability": "experimental",
23009
+ "summary": "Used to run a job multiple times in parallel in a single pipeline."
23010
+ },
23011
+ "fqn": "projen.gitlab.Parallel",
23012
+ "kind": "interface",
23013
+ "locationInModule": {
23014
+ "filename": "src/gitlab/configuration-model.ts",
23015
+ "line": 401
23016
+ },
23017
+ "name": "Parallel",
23018
+ "namespace": "gitlab",
23019
+ "properties": [
23020
+ {
23021
+ "abstract": true,
23022
+ "docs": {
23023
+ "stability": "experimental",
23024
+ "summary": "Defines different variables for jobs that are running in parallel."
23025
+ },
23026
+ "immutable": true,
23027
+ "locationInModule": {
23028
+ "filename": "src/gitlab/configuration-model.ts",
23029
+ "line": 403
23030
+ },
23031
+ "name": "matrix",
23032
+ "type": {
23033
+ "collection": {
23034
+ "elementtype": {
23035
+ "collection": {
23036
+ "elementtype": {
23037
+ "collection": {
23038
+ "elementtype": {
23039
+ "primitive": "any"
23040
+ },
23041
+ "kind": "array"
23042
+ }
23043
+ },
23044
+ "kind": "map"
23045
+ }
23046
+ },
23047
+ "kind": "array"
23048
+ }
23049
+ }
23050
+ }
23051
+ ],
23052
+ "symbolId": "src/gitlab/configuration-model:Parallel"
23053
+ },
23054
+ "projen.gitlab.Release": {
23055
+ "assembly": "projen",
23056
+ "datatype": true,
23057
+ "docs": {
23058
+ "stability": "experimental",
23059
+ "summary": "Indicates that the job creates a Release."
23060
+ },
23061
+ "fqn": "projen.gitlab.Release",
23062
+ "kind": "interface",
23063
+ "locationInModule": {
23064
+ "filename": "src/gitlab/configuration-model.ts",
23065
+ "line": 409
23066
+ },
23067
+ "name": "Release",
23068
+ "namespace": "gitlab",
23069
+ "properties": [
23070
+ {
23071
+ "abstract": true,
23072
+ "docs": {
23073
+ "stability": "experimental",
23074
+ "summary": "Specifies the longer description of the Release."
23075
+ },
23076
+ "immutable": true,
23077
+ "locationInModule": {
23078
+ "filename": "src/gitlab/configuration-model.ts",
23079
+ "line": 412
23080
+ },
23081
+ "name": "description",
23082
+ "type": {
23083
+ "primitive": "string"
23084
+ }
23085
+ },
23086
+ {
23087
+ "abstract": true,
23088
+ "docs": {
23089
+ "remarks": "It can refer to an existing Git tag or can be specified by the user.",
23090
+ "stability": "experimental",
23091
+ "summary": "The tag_name must be specified."
23092
+ },
23093
+ "immutable": true,
23094
+ "locationInModule": {
23095
+ "filename": "src/gitlab/configuration-model.ts",
23096
+ "line": 422
23097
+ },
23098
+ "name": "tagName",
23099
+ "type": {
23100
+ "primitive": "string"
23101
+ }
23102
+ },
23103
+ {
23104
+ "abstract": true,
23105
+ "docs": {
23106
+ "stability": "experimental"
23107
+ },
23108
+ "immutable": true,
23109
+ "locationInModule": {
23110
+ "filename": "src/gitlab/configuration-model.ts",
23111
+ "line": 410
23112
+ },
23113
+ "name": "assets",
23114
+ "optional": true,
23115
+ "type": {
23116
+ "fqn": "projen.gitlab.Assets"
23117
+ }
23118
+ },
23119
+ {
23120
+ "abstract": true,
23121
+ "docs": {
23122
+ "stability": "experimental",
23123
+ "summary": "The title of each milestone the release is associated with."
23124
+ },
23125
+ "immutable": true,
23126
+ "locationInModule": {
23127
+ "filename": "src/gitlab/configuration-model.ts",
23128
+ "line": 414
23129
+ },
23130
+ "name": "milestones",
23131
+ "optional": true,
23132
+ "type": {
23133
+ "collection": {
23134
+ "elementtype": {
23135
+ "primitive": "string"
23136
+ },
23137
+ "kind": "array"
23138
+ }
23139
+ }
23140
+ },
23141
+ {
23142
+ "abstract": true,
23143
+ "docs": {
23144
+ "remarks": "If omitted, it is populated with the value of release: tag_name.",
23145
+ "stability": "experimental",
23146
+ "summary": "The Release name."
23147
+ },
23148
+ "immutable": true,
23149
+ "locationInModule": {
23150
+ "filename": "src/gitlab/configuration-model.ts",
23151
+ "line": 416
23152
+ },
23153
+ "name": "name",
23154
+ "optional": true,
23155
+ "type": {
23156
+ "primitive": "string"
23157
+ }
23158
+ },
23159
+ {
23160
+ "abstract": true,
23161
+ "docs": {
23162
+ "remarks": "ref can be a commit SHA, another tag name, or a branch name.",
23163
+ "stability": "experimental",
23164
+ "summary": "If the release: tag_name doesn’t exist yet, the release is created from ref."
23165
+ },
23166
+ "immutable": true,
23167
+ "locationInModule": {
23168
+ "filename": "src/gitlab/configuration-model.ts",
23169
+ "line": 418
23170
+ },
23171
+ "name": "ref",
23172
+ "optional": true,
23173
+ "type": {
23174
+ "primitive": "string"
23175
+ }
23176
+ },
23177
+ {
23178
+ "abstract": true,
23179
+ "docs": {
23180
+ "remarks": "Defaults to the current date and time if not defined. Should be enclosed in quotes and expressed in ISO 8601 format.",
23181
+ "stability": "experimental",
23182
+ "summary": "The date and time when the release is ready."
23183
+ },
23184
+ "immutable": true,
23185
+ "locationInModule": {
23186
+ "filename": "src/gitlab/configuration-model.ts",
23187
+ "line": 420
23188
+ },
23189
+ "name": "releasedAt",
23190
+ "optional": true,
23191
+ "type": {
23192
+ "primitive": "string"
23193
+ }
23194
+ }
23195
+ ],
23196
+ "symbolId": "src/gitlab/configuration-model:Release"
23197
+ },
23198
+ "projen.gitlab.Reports": {
23199
+ "assembly": "projen",
23200
+ "datatype": true,
23201
+ "docs": {
23202
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#artifactsreports",
23203
+ "stability": "experimental",
23204
+ "summary": "Reports will be uploaded as artifacts, and often displayed in the Gitlab UI, such as in Merge Requests."
23205
+ },
23206
+ "fqn": "projen.gitlab.Reports",
23207
+ "kind": "interface",
23208
+ "locationInModule": {
23209
+ "filename": "src/gitlab/configuration-model.ts",
23210
+ "line": 83
23211
+ },
23212
+ "name": "Reports",
23213
+ "namespace": "gitlab",
23214
+ "properties": [
23215
+ {
23216
+ "abstract": true,
23217
+ "docs": {
23218
+ "stability": "experimental",
23219
+ "summary": "Path for file(s) that should be parsed as Cobertura XML coverage report."
23220
+ },
23221
+ "immutable": true,
23222
+ "locationInModule": {
23223
+ "filename": "src/gitlab/configuration-model.ts",
23224
+ "line": 85
23225
+ },
23226
+ "name": "cobertura",
23227
+ "optional": true,
23228
+ "type": {
23229
+ "collection": {
23230
+ "elementtype": {
23231
+ "primitive": "string"
23232
+ },
23233
+ "kind": "array"
23234
+ }
23235
+ }
23236
+ },
23237
+ {
23238
+ "abstract": true,
23239
+ "docs": {
23240
+ "stability": "experimental",
23241
+ "summary": "Path to file or list of files with code quality report(s) (such as Code Climate)."
23242
+ },
23243
+ "immutable": true,
23244
+ "locationInModule": {
23245
+ "filename": "src/gitlab/configuration-model.ts",
23246
+ "line": 87
23247
+ },
23248
+ "name": "codequality",
23249
+ "optional": true,
23250
+ "type": {
23251
+ "collection": {
23252
+ "elementtype": {
23253
+ "primitive": "string"
23254
+ },
23255
+ "kind": "array"
23256
+ }
23257
+ }
23258
+ },
23259
+ {
23260
+ "abstract": true,
23261
+ "docs": {
23262
+ "stability": "experimental",
23263
+ "summary": "Path to file or list of files with Container scanning vulnerabilities report(s)."
23264
+ },
23265
+ "immutable": true,
23266
+ "locationInModule": {
23267
+ "filename": "src/gitlab/configuration-model.ts",
23268
+ "line": 89
23269
+ },
23270
+ "name": "containerScanning",
23271
+ "optional": true,
23272
+ "type": {
23273
+ "collection": {
23274
+ "elementtype": {
23275
+ "primitive": "string"
23276
+ },
23277
+ "kind": "array"
23278
+ }
23279
+ }
23280
+ },
23281
+ {
23282
+ "abstract": true,
23283
+ "docs": {
23284
+ "stability": "experimental",
23285
+ "summary": "Path to file or list of files with DAST vulnerabilities report(s)."
23286
+ },
23287
+ "immutable": true,
23288
+ "locationInModule": {
23289
+ "filename": "src/gitlab/configuration-model.ts",
23290
+ "line": 91
23291
+ },
23292
+ "name": "dast",
23293
+ "optional": true,
23294
+ "type": {
23295
+ "collection": {
23296
+ "elementtype": {
23297
+ "primitive": "string"
23298
+ },
23299
+ "kind": "array"
23300
+ }
23301
+ }
23302
+ },
23303
+ {
23304
+ "abstract": true,
23305
+ "docs": {
23306
+ "stability": "experimental",
23307
+ "summary": "Path to file or list of files with Dependency scanning vulnerabilities report(s)."
23308
+ },
23309
+ "immutable": true,
23310
+ "locationInModule": {
23311
+ "filename": "src/gitlab/configuration-model.ts",
23312
+ "line": 93
23313
+ },
23314
+ "name": "dependencyScanning",
23315
+ "optional": true,
23316
+ "type": {
23317
+ "collection": {
23318
+ "elementtype": {
23319
+ "primitive": "string"
23320
+ },
23321
+ "kind": "array"
23322
+ }
23323
+ }
23324
+ },
23325
+ {
23326
+ "abstract": true,
23327
+ "docs": {
23328
+ "stability": "experimental",
23329
+ "summary": "Path to file or list of files containing runtime-created variables for this job."
23330
+ },
23331
+ "immutable": true,
23332
+ "locationInModule": {
23333
+ "filename": "src/gitlab/configuration-model.ts",
23334
+ "line": 95
23335
+ },
23336
+ "name": "dotenv",
23337
+ "optional": true,
23338
+ "type": {
23339
+ "collection": {
23340
+ "elementtype": {
23341
+ "primitive": "string"
23342
+ },
23343
+ "kind": "array"
23344
+ }
23345
+ }
23346
+ },
23347
+ {
23348
+ "abstract": true,
23349
+ "docs": {
23350
+ "stability": "experimental",
23351
+ "summary": "Path for file(s) that should be parsed as JUnit XML result."
23352
+ },
23353
+ "immutable": true,
23354
+ "locationInModule": {
23355
+ "filename": "src/gitlab/configuration-model.ts",
23356
+ "line": 97
23357
+ },
23358
+ "name": "junit",
23359
+ "optional": true,
23360
+ "type": {
23361
+ "collection": {
23362
+ "elementtype": {
23363
+ "primitive": "string"
23364
+ },
23365
+ "kind": "array"
23366
+ }
23367
+ }
23368
+ },
23369
+ {
23370
+ "abstract": true,
23371
+ "docs": {
23372
+ "stability": "experimental",
23373
+ "summary": "Deprecated in 12.8: Path to file or list of files with license report(s)."
23374
+ },
23375
+ "immutable": true,
23376
+ "locationInModule": {
23377
+ "filename": "src/gitlab/configuration-model.ts",
23378
+ "line": 99
23379
+ },
23380
+ "name": "licenseManagement",
23381
+ "optional": true,
23382
+ "type": {
23383
+ "collection": {
23384
+ "elementtype": {
23385
+ "primitive": "string"
23386
+ },
23387
+ "kind": "array"
23388
+ }
23389
+ }
23390
+ },
23391
+ {
23392
+ "abstract": true,
23393
+ "docs": {
23394
+ "stability": "experimental",
23395
+ "summary": "Path to file or list of files with license report(s)."
23396
+ },
23397
+ "immutable": true,
23398
+ "locationInModule": {
23399
+ "filename": "src/gitlab/configuration-model.ts",
23400
+ "line": 101
23401
+ },
23402
+ "name": "licenseScanning",
23403
+ "optional": true,
23404
+ "type": {
23405
+ "collection": {
23406
+ "elementtype": {
23407
+ "primitive": "string"
23408
+ },
23409
+ "kind": "array"
23410
+ }
23411
+ }
23412
+ },
23413
+ {
23414
+ "abstract": true,
23415
+ "docs": {
23416
+ "stability": "experimental",
23417
+ "summary": "Path to file or list of files containing code intelligence (Language Server Index Format)."
23418
+ },
23419
+ "immutable": true,
23420
+ "locationInModule": {
23421
+ "filename": "src/gitlab/configuration-model.ts",
23422
+ "line": 103
23423
+ },
23424
+ "name": "lsif",
23425
+ "optional": true,
23426
+ "type": {
23427
+ "collection": {
23428
+ "elementtype": {
23429
+ "primitive": "string"
23430
+ },
23431
+ "kind": "array"
23432
+ }
23433
+ }
23434
+ },
23435
+ {
23436
+ "abstract": true,
23437
+ "docs": {
23438
+ "stability": "experimental",
23439
+ "summary": "Path to file or list of files with custom metrics report(s)."
23440
+ },
23441
+ "immutable": true,
23442
+ "locationInModule": {
23443
+ "filename": "src/gitlab/configuration-model.ts",
23444
+ "line": 105
23445
+ },
23446
+ "name": "metrics",
23447
+ "optional": true,
23448
+ "type": {
23449
+ "collection": {
23450
+ "elementtype": {
23451
+ "primitive": "string"
23452
+ },
23453
+ "kind": "array"
23454
+ }
23455
+ }
23456
+ },
23457
+ {
23458
+ "abstract": true,
23459
+ "docs": {
23460
+ "stability": "experimental",
23461
+ "summary": "Path to file or list of files with performance metrics report(s)."
23462
+ },
23463
+ "immutable": true,
23464
+ "locationInModule": {
23465
+ "filename": "src/gitlab/configuration-model.ts",
23466
+ "line": 107
23467
+ },
23468
+ "name": "performance",
23469
+ "optional": true,
23470
+ "type": {
23471
+ "collection": {
23472
+ "elementtype": {
23473
+ "primitive": "string"
23474
+ },
23475
+ "kind": "array"
23476
+ }
23477
+ }
23478
+ },
23479
+ {
23480
+ "abstract": true,
23481
+ "docs": {
23482
+ "stability": "experimental",
23483
+ "summary": "Path to file or list of files with requirements report(s)."
23484
+ },
23485
+ "immutable": true,
23486
+ "locationInModule": {
23487
+ "filename": "src/gitlab/configuration-model.ts",
23488
+ "line": 109
23489
+ },
23490
+ "name": "requirements",
23491
+ "optional": true,
23492
+ "type": {
23493
+ "collection": {
23494
+ "elementtype": {
23495
+ "primitive": "string"
23496
+ },
23497
+ "kind": "array"
23498
+ }
23499
+ }
23500
+ },
23501
+ {
23502
+ "abstract": true,
23503
+ "docs": {
23504
+ "stability": "experimental",
23505
+ "summary": "Path to file or list of files with SAST vulnerabilities report(s)."
23506
+ },
23507
+ "immutable": true,
23508
+ "locationInModule": {
23509
+ "filename": "src/gitlab/configuration-model.ts",
23510
+ "line": 111
23511
+ },
23512
+ "name": "sast",
23513
+ "optional": true,
23514
+ "type": {
23515
+ "collection": {
23516
+ "elementtype": {
23517
+ "primitive": "string"
23518
+ },
23519
+ "kind": "array"
23520
+ }
23521
+ }
23522
+ },
23523
+ {
23524
+ "abstract": true,
23525
+ "docs": {
23526
+ "stability": "experimental",
23527
+ "summary": "Path to file or list of files with secret detection report(s)."
23528
+ },
23529
+ "immutable": true,
23530
+ "locationInModule": {
23531
+ "filename": "src/gitlab/configuration-model.ts",
23532
+ "line": 113
23533
+ },
23534
+ "name": "secretDetection",
23535
+ "optional": true,
23536
+ "type": {
23537
+ "collection": {
23538
+ "elementtype": {
23539
+ "primitive": "string"
23540
+ },
23541
+ "kind": "array"
23542
+ }
23543
+ }
23544
+ },
23545
+ {
23546
+ "abstract": true,
23547
+ "docs": {
23548
+ "stability": "experimental",
23549
+ "summary": "Path to file or list of files with terraform plan(s)."
23550
+ },
23551
+ "immutable": true,
23552
+ "locationInModule": {
23553
+ "filename": "src/gitlab/configuration-model.ts",
23554
+ "line": 115
23555
+ },
23556
+ "name": "terraform",
23557
+ "optional": true,
23558
+ "type": {
23559
+ "collection": {
23560
+ "elementtype": {
23561
+ "primitive": "string"
23562
+ },
23563
+ "kind": "array"
23564
+ }
23565
+ }
23566
+ }
23567
+ ],
23568
+ "symbolId": "src/gitlab/configuration-model:Reports"
23569
+ },
23570
+ "projen.gitlab.Retry": {
23571
+ "assembly": "projen",
23572
+ "datatype": true,
23573
+ "docs": {
23574
+ "remarks": "If not defined, defaults to 0 and jobs do not retry.",
23575
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#retry",
23576
+ "stability": "experimental",
23577
+ "summary": "How many times a job is retried if it fails."
23578
+ },
23579
+ "fqn": "projen.gitlab.Retry",
23580
+ "kind": "interface",
23581
+ "locationInModule": {
23582
+ "filename": "src/gitlab/configuration-model.ts",
23583
+ "line": 133
23584
+ },
23585
+ "name": "Retry",
23586
+ "namespace": "gitlab",
23587
+ "properties": [
23588
+ {
23589
+ "abstract": true,
23590
+ "docs": {
23591
+ "stability": "experimental",
23592
+ "summary": "0 (default), 1, or 2."
23593
+ },
23594
+ "immutable": true,
23595
+ "locationInModule": {
23596
+ "filename": "src/gitlab/configuration-model.ts",
23597
+ "line": 135
23598
+ },
23599
+ "name": "max",
23600
+ "optional": true,
23601
+ "type": {
23602
+ "primitive": "number"
23603
+ }
23604
+ },
23605
+ {
23606
+ "abstract": true,
23607
+ "docs": {
23608
+ "stability": "experimental",
23609
+ "summary": "Either a single or array of error types to trigger job retry."
23610
+ },
23611
+ "immutable": true,
23612
+ "locationInModule": {
23613
+ "filename": "src/gitlab/configuration-model.ts",
23614
+ "line": 137
23615
+ },
23616
+ "name": "when",
23617
+ "optional": true,
23618
+ "type": {
23619
+ "primitive": "any"
23620
+ }
23621
+ }
23622
+ ],
23623
+ "symbolId": "src/gitlab/configuration-model:Retry"
23624
+ },
23625
+ "projen.gitlab.Secret": {
23626
+ "assembly": "projen",
23627
+ "datatype": true,
23628
+ "docs": {
23629
+ "stability": "experimental",
23630
+ "summary": "A CI/CD secret."
23631
+ },
23632
+ "fqn": "projen.gitlab.Secret",
23633
+ "kind": "interface",
23634
+ "locationInModule": {
23635
+ "filename": "src/gitlab/configuration-model.ts",
23636
+ "line": 459
23637
+ },
23638
+ "name": "Secret",
23639
+ "namespace": "gitlab",
23640
+ "properties": [
23641
+ {
23642
+ "abstract": true,
23643
+ "docs": {
23644
+ "stability": "experimental"
23645
+ },
23646
+ "immutable": true,
23647
+ "locationInModule": {
23648
+ "filename": "src/gitlab/configuration-model.ts",
23649
+ "line": 461
23650
+ },
23651
+ "name": "vault",
23652
+ "type": {
23653
+ "fqn": "projen.gitlab.VaultConfig"
23654
+ }
23655
+ }
23656
+ ],
23657
+ "symbolId": "src/gitlab/configuration-model:Secret"
23658
+ },
23659
+ "projen.gitlab.Service": {
23660
+ "assembly": "projen",
23661
+ "datatype": true,
23662
+ "docs": {
23663
+ "remarks": "The service image is linked to the image specified in the @Default image keyword.",
23664
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#services",
23665
+ "stability": "experimental",
23666
+ "summary": "Used to specify an additional Docker image to run scripts in."
23667
+ },
23668
+ "fqn": "projen.gitlab.Service",
23669
+ "kind": "interface",
23670
+ "locationInModule": {
23671
+ "filename": "src/gitlab/configuration-model.ts",
23672
+ "line": 143
23673
+ },
23674
+ "name": "Service",
23675
+ "namespace": "gitlab",
23676
+ "properties": [
23677
+ {
23678
+ "abstract": true,
23679
+ "docs": {
23680
+ "remarks": "It should contain the Registry part if needed.",
23681
+ "stability": "experimental",
23682
+ "summary": "Full name of the image that should be used."
23683
+ },
23684
+ "immutable": true,
23685
+ "locationInModule": {
23686
+ "filename": "src/gitlab/configuration-model.ts",
23687
+ "line": 151
23688
+ },
23689
+ "name": "name",
23690
+ "type": {
23691
+ "primitive": "string"
23692
+ }
23693
+ },
23694
+ {
23695
+ "abstract": true,
23696
+ "docs": {
23697
+ "remarks": "Read Accessing the services for more information.",
23698
+ "stability": "experimental",
23699
+ "summary": "Additional alias that can be used to access the service from the job's container."
23700
+ },
23701
+ "immutable": true,
23702
+ "locationInModule": {
23703
+ "filename": "src/gitlab/configuration-model.ts",
23704
+ "line": 145
23705
+ },
23706
+ "name": "alias",
23707
+ "optional": true,
23708
+ "type": {
23709
+ "primitive": "string"
23710
+ }
23711
+ },
23712
+ {
23713
+ "abstract": true,
23714
+ "docs": {
23715
+ "remarks": "It will be translated to arguments passed to Docker after the image's name. The syntax is similar to Dockerfile's CMD directive, where each shell token is a separate string in the array.",
23716
+ "stability": "experimental",
23717
+ "summary": "Command or script that should be used as the container's command."
23718
+ },
23719
+ "immutable": true,
23720
+ "locationInModule": {
23721
+ "filename": "src/gitlab/configuration-model.ts",
23722
+ "line": 147
23723
+ },
23724
+ "name": "command",
23725
+ "optional": true,
23726
+ "type": {
23727
+ "collection": {
23728
+ "elementtype": {
23729
+ "primitive": "string"
23730
+ },
23731
+ "kind": "array"
23732
+ }
23733
+ }
23734
+ },
23735
+ {
23736
+ "abstract": true,
23737
+ "docs": {
23738
+ "remarks": "It will be translated to Docker's --entrypoint option while creating the container. The syntax is similar to Dockerfile's ENTRYPOINT directive, where each shell token is a separate string in the array.",
23739
+ "stability": "experimental",
23740
+ "summary": "Command or script that should be executed as the container's entrypoint."
23741
+ },
23742
+ "immutable": true,
23743
+ "locationInModule": {
23744
+ "filename": "src/gitlab/configuration-model.ts",
23745
+ "line": 149
23746
+ },
23747
+ "name": "entrypoint",
23748
+ "optional": true,
23749
+ "type": {
23750
+ "collection": {
23751
+ "elementtype": {
23752
+ "primitive": "string"
23753
+ },
23754
+ "kind": "array"
23755
+ }
23756
+ }
23757
+ }
23758
+ ],
23759
+ "symbolId": "src/gitlab/configuration-model:Service"
23760
+ },
23761
+ "projen.gitlab.Strategy": {
23762
+ "assembly": "projen",
23763
+ "docs": {
23764
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#triggerstrategy",
23765
+ "stability": "experimental",
23766
+ "summary": "You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend."
23767
+ },
23768
+ "fqn": "projen.gitlab.Strategy",
23769
+ "kind": "enum",
23770
+ "locationInModule": {
23771
+ "filename": "src/gitlab/configuration-model.ts",
23772
+ "line": 529
23773
+ },
23774
+ "members": [
23775
+ {
23776
+ "docs": {
23777
+ "stability": "experimental"
23778
+ },
23779
+ "name": "DEPEND"
23780
+ }
23781
+ ],
23782
+ "name": "Strategy",
23783
+ "namespace": "gitlab",
23784
+ "symbolId": "src/gitlab/configuration-model:Strategy"
23785
+ },
23786
+ "projen.gitlab.Trigger": {
23787
+ "assembly": "projen",
23788
+ "datatype": true,
23789
+ "docs": {
23790
+ "remarks": "Read more:",
23791
+ "see": "https://docs.gitlab.com/ee/ci/yaml/README.html#trigger-syntax-for-child-pipeline",
23792
+ "stability": "experimental",
23793
+ "summary": "Trigger a multi-project or a child pipeline."
23794
+ },
23795
+ "fqn": "projen.gitlab.Trigger",
23796
+ "kind": "interface",
23797
+ "locationInModule": {
23798
+ "filename": "src/gitlab/configuration-model.ts",
23799
+ "line": 491
23800
+ },
23801
+ "name": "Trigger",
23802
+ "namespace": "gitlab",
23803
+ "properties": [
23804
+ {
23805
+ "abstract": true,
23806
+ "docs": {
23807
+ "stability": "experimental",
23808
+ "summary": "The branch name that a downstream pipeline will use."
23809
+ },
23810
+ "immutable": true,
23811
+ "locationInModule": {
23812
+ "filename": "src/gitlab/configuration-model.ts",
23813
+ "line": 493
23814
+ },
23815
+ "name": "branch",
23816
+ "optional": true,
23817
+ "type": {
23818
+ "primitive": "string"
23819
+ }
23820
+ },
23821
+ {
23822
+ "abstract": true,
23823
+ "docs": {
23824
+ "stability": "experimental",
23825
+ "summary": "A list of local files or artifacts from other jobs to define the pipeline."
23826
+ },
23827
+ "immutable": true,
23828
+ "locationInModule": {
23829
+ "filename": "src/gitlab/configuration-model.ts",
23830
+ "line": 499
23831
+ },
23832
+ "name": "include",
23833
+ "optional": true,
23834
+ "type": {
23835
+ "collection": {
23836
+ "elementtype": {
23837
+ "fqn": "projen.gitlab.TriggerInclude"
23838
+ },
23839
+ "kind": "array"
23840
+ }
23841
+ }
23842
+ },
23843
+ {
23844
+ "abstract": true,
23845
+ "docs": {
23846
+ "stability": "experimental",
23847
+ "summary": "Path to the project, e.g. `group/project`, or `group/sub-group/project`."
23848
+ },
23849
+ "immutable": true,
23850
+ "locationInModule": {
23851
+ "filename": "src/gitlab/configuration-model.ts",
23852
+ "line": 495
23853
+ },
23854
+ "name": "project",
23855
+ "optional": true,
23856
+ "type": {
23857
+ "primitive": "string"
23858
+ }
23859
+ },
23860
+ {
23861
+ "abstract": true,
23862
+ "docs": {
23863
+ "stability": "experimental",
23864
+ "summary": "You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend."
23865
+ },
23866
+ "immutable": true,
23867
+ "locationInModule": {
23868
+ "filename": "src/gitlab/configuration-model.ts",
23869
+ "line": 497
23870
+ },
23871
+ "name": "strategy",
23872
+ "optional": true,
23873
+ "type": {
23874
+ "fqn": "projen.gitlab.Strategy"
23875
+ }
23876
+ }
23877
+ ],
23878
+ "symbolId": "src/gitlab/configuration-model:Trigger"
23879
+ },
23880
+ "projen.gitlab.TriggerInclude": {
23881
+ "assembly": "projen",
23882
+ "datatype": true,
23883
+ "docs": {
23884
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#triggerinclude",
23885
+ "stability": "experimental",
23886
+ "summary": "References a local file or an artifact from another job to define the pipeline configuration."
23887
+ },
23888
+ "fqn": "projen.gitlab.TriggerInclude",
23889
+ "kind": "interface",
23890
+ "locationInModule": {
23891
+ "filename": "src/gitlab/configuration-model.ts",
23892
+ "line": 507
23893
+ },
23894
+ "name": "TriggerInclude",
23895
+ "namespace": "gitlab",
23896
+ "properties": [
23897
+ {
23898
+ "abstract": true,
23899
+ "docs": {
23900
+ "stability": "experimental",
23901
+ "summary": "Relative path to the generated YAML file which is extracted from the artifacts and used as the configuration for triggering the child pipeline."
23902
+ },
23903
+ "immutable": true,
23904
+ "locationInModule": {
23905
+ "filename": "src/gitlab/configuration-model.ts",
23906
+ "line": 513
23907
+ },
23908
+ "name": "artifact",
23909
+ "optional": true,
23910
+ "type": {
23911
+ "primitive": "string"
23912
+ }
23913
+ },
23914
+ {
23915
+ "abstract": true,
23916
+ "docs": {
23917
+ "stability": "experimental",
23918
+ "summary": "Relative path from repository root (`/`) to the pipeline configuration YAML file."
23919
+ },
23920
+ "immutable": true,
23921
+ "locationInModule": {
23922
+ "filename": "src/gitlab/configuration-model.ts",
23923
+ "line": 517
23924
+ },
23925
+ "name": "file",
23926
+ "optional": true,
23927
+ "type": {
23928
+ "primitive": "string"
23929
+ }
23930
+ },
23931
+ {
23932
+ "abstract": true,
23933
+ "docs": {
23934
+ "stability": "experimental",
23935
+ "summary": "Job name which generates the artifact."
23936
+ },
23937
+ "immutable": true,
23938
+ "locationInModule": {
23939
+ "filename": "src/gitlab/configuration-model.ts",
23940
+ "line": 515
23941
+ },
23942
+ "name": "job",
23943
+ "optional": true,
23944
+ "type": {
23945
+ "primitive": "string"
23946
+ }
23947
+ },
23948
+ {
23949
+ "abstract": true,
23950
+ "docs": {
23951
+ "stability": "experimental",
23952
+ "summary": "Relative path from local repository root (`/`) to the local YAML file to define the pipeline configuration."
23953
+ },
23954
+ "immutable": true,
23955
+ "locationInModule": {
23956
+ "filename": "src/gitlab/configuration-model.ts",
23957
+ "line": 509
23958
+ },
23959
+ "name": "local",
23960
+ "optional": true,
23961
+ "type": {
23962
+ "primitive": "string"
23963
+ }
23964
+ },
23965
+ {
23966
+ "abstract": true,
23967
+ "docs": {
23968
+ "stability": "experimental",
23969
+ "summary": "Path to another private project under the same GitLab instance, like `group/project` or `group/sub-group/project`."
23970
+ },
23971
+ "immutable": true,
23972
+ "locationInModule": {
23973
+ "filename": "src/gitlab/configuration-model.ts",
23974
+ "line": 519
23975
+ },
23976
+ "name": "project",
23977
+ "optional": true,
23978
+ "type": {
23979
+ "primitive": "string"
23980
+ }
23981
+ },
23982
+ {
23983
+ "abstract": true,
23984
+ "docs": {
23985
+ "stability": "experimental",
23986
+ "summary": "Branch/Tag/Commit hash for the target project."
23987
+ },
23988
+ "immutable": true,
23989
+ "locationInModule": {
23990
+ "filename": "src/gitlab/configuration-model.ts",
23991
+ "line": 521
23992
+ },
23993
+ "name": "ref",
23994
+ "optional": true,
23995
+ "type": {
23996
+ "primitive": "string"
23997
+ }
23998
+ },
23999
+ {
24000
+ "abstract": true,
24001
+ "docs": {
24002
+ "stability": "experimental",
24003
+ "summary": "Name of the template YAML file to use in the pipeline configuration."
24004
+ },
24005
+ "immutable": true,
24006
+ "locationInModule": {
24007
+ "filename": "src/gitlab/configuration-model.ts",
24008
+ "line": 511
24009
+ },
24010
+ "name": "template",
24011
+ "optional": true,
24012
+ "type": {
24013
+ "primitive": "string"
24014
+ }
24015
+ }
24016
+ ],
24017
+ "symbolId": "src/gitlab/configuration-model:TriggerInclude"
24018
+ },
24019
+ "projen.gitlab.VariableConfig": {
24020
+ "assembly": "projen",
24021
+ "datatype": true,
24022
+ "docs": {
24023
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#variables",
24024
+ "stability": "experimental",
24025
+ "summary": "Explains what the global variable is used for, what the acceptable values are."
24026
+ },
24027
+ "fqn": "projen.gitlab.VariableConfig",
24028
+ "kind": "interface",
24029
+ "locationInModule": {
24030
+ "filename": "src/gitlab/configuration-model.ts",
24031
+ "line": 537
24032
+ },
24033
+ "name": "VariableConfig",
24034
+ "namespace": "gitlab",
24035
+ "properties": [
24036
+ {
24037
+ "abstract": true,
24038
+ "docs": {
24039
+ "remarks": "Must be used with value.",
24040
+ "stability": "experimental",
24041
+ "summary": "Define a global variable that is prefilled when running a pipeline manually."
24042
+ },
24043
+ "immutable": true,
24044
+ "locationInModule": {
24045
+ "filename": "src/gitlab/configuration-model.ts",
24046
+ "line": 539
24047
+ },
24048
+ "name": "description",
24049
+ "optional": true,
24050
+ "type": {
24051
+ "primitive": "string"
24052
+ }
24053
+ },
24054
+ {
24055
+ "abstract": true,
24056
+ "docs": {
24057
+ "stability": "experimental",
24058
+ "summary": "The variable value."
24059
+ },
24060
+ "immutable": true,
24061
+ "locationInModule": {
24062
+ "filename": "src/gitlab/configuration-model.ts",
24063
+ "line": 541
24064
+ },
24065
+ "name": "value",
24066
+ "optional": true,
24067
+ "type": {
24068
+ "primitive": "string"
24069
+ }
24070
+ }
24071
+ ],
24072
+ "symbolId": "src/gitlab/configuration-model:VariableConfig"
24073
+ },
24074
+ "projen.gitlab.VaultConfig": {
24075
+ "assembly": "projen",
24076
+ "datatype": true,
24077
+ "docs": {
24078
+ "see": "https://www.vaultproject.io/",
24079
+ "stability": "experimental",
24080
+ "summary": "Specification for a secret provided by a HashiCorp Vault."
24081
+ },
24082
+ "fqn": "projen.gitlab.VaultConfig",
24083
+ "kind": "interface",
24084
+ "locationInModule": {
24085
+ "filename": "src/gitlab/configuration-model.ts",
24086
+ "line": 468
24087
+ },
24088
+ "name": "VaultConfig",
24089
+ "namespace": "gitlab",
24090
+ "properties": [
24091
+ {
24092
+ "abstract": true,
24093
+ "docs": {
24094
+ "stability": "experimental"
24095
+ },
24096
+ "immutable": true,
24097
+ "locationInModule": {
24098
+ "filename": "src/gitlab/configuration-model.ts",
24099
+ "line": 470
24100
+ },
24101
+ "name": "engine",
24102
+ "type": {
24103
+ "fqn": "projen.gitlab.Engine"
24104
+ }
24105
+ },
24106
+ {
24107
+ "abstract": true,
24108
+ "docs": {
24109
+ "stability": "experimental"
24110
+ },
24111
+ "immutable": true,
24112
+ "locationInModule": {
24113
+ "filename": "src/gitlab/configuration-model.ts",
24114
+ "line": 472
24115
+ },
24116
+ "name": "field",
24117
+ "type": {
24118
+ "primitive": "string"
24119
+ }
24120
+ },
24121
+ {
24122
+ "abstract": true,
24123
+ "docs": {
24124
+ "stability": "experimental",
24125
+ "summary": "Path to the secret."
24126
+ },
24127
+ "immutable": true,
24128
+ "locationInModule": {
24129
+ "filename": "src/gitlab/configuration-model.ts",
24130
+ "line": 474
24131
+ },
24132
+ "name": "path",
24133
+ "type": {
24134
+ "primitive": "string"
24135
+ }
24136
+ }
24137
+ ],
24138
+ "symbolId": "src/gitlab/configuration-model:VaultConfig"
24139
+ },
24140
+ "projen.gitlab.Workflow": {
24141
+ "assembly": "projen",
24142
+ "datatype": true,
24143
+ "docs": {
24144
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#workflow",
24145
+ "stability": "experimental",
24146
+ "summary": "Used to control pipeline behavior."
24147
+ },
24148
+ "fqn": "projen.gitlab.Workflow",
24149
+ "kind": "interface",
24150
+ "locationInModule": {
24151
+ "filename": "src/gitlab/configuration-model.ts",
24152
+ "line": 548
24153
+ },
24154
+ "name": "Workflow",
24155
+ "namespace": "gitlab",
24156
+ "properties": [
24157
+ {
24158
+ "abstract": true,
24159
+ "docs": {
24160
+ "stability": "experimental",
24161
+ "summary": "Used to control whether or not a whole pipeline is created."
24162
+ },
24163
+ "immutable": true,
24164
+ "locationInModule": {
24165
+ "filename": "src/gitlab/configuration-model.ts",
24166
+ "line": 550
24167
+ },
24168
+ "name": "rules",
24169
+ "optional": true,
24170
+ "type": {
24171
+ "collection": {
24172
+ "elementtype": {
24173
+ "fqn": "projen.gitlab.WorkflowRule"
24174
+ },
24175
+ "kind": "array"
24176
+ }
24177
+ }
24178
+ }
24179
+ ],
24180
+ "symbolId": "src/gitlab/configuration-model:Workflow"
24181
+ },
24182
+ "projen.gitlab.WorkflowRule": {
24183
+ "assembly": "projen",
24184
+ "datatype": true,
24185
+ "docs": {
24186
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#workflowrules",
24187
+ "stability": "experimental",
24188
+ "summary": "Used to control whether or not a whole pipeline is created."
24189
+ },
24190
+ "fqn": "projen.gitlab.WorkflowRule",
24191
+ "kind": "interface",
24192
+ "locationInModule": {
24193
+ "filename": "src/gitlab/configuration-model.ts",
24194
+ "line": 557
24195
+ },
24196
+ "name": "WorkflowRule",
24197
+ "namespace": "gitlab",
24198
+ "properties": [
24199
+ {
24200
+ "abstract": true,
24201
+ "docs": {
24202
+ "stability": "experimental"
24203
+ },
24204
+ "immutable": true,
24205
+ "locationInModule": {
24206
+ "filename": "src/gitlab/configuration-model.ts",
24207
+ "line": 559
24208
+ },
24209
+ "name": "changes",
24210
+ "optional": true,
24211
+ "type": {
24212
+ "collection": {
24213
+ "elementtype": {
24214
+ "primitive": "string"
24215
+ },
24216
+ "kind": "array"
24217
+ }
24218
+ }
24219
+ },
24220
+ {
24221
+ "abstract": true,
24222
+ "docs": {
24223
+ "stability": "experimental"
24224
+ },
24225
+ "immutable": true,
24226
+ "locationInModule": {
24227
+ "filename": "src/gitlab/configuration-model.ts",
24228
+ "line": 561
24229
+ },
24230
+ "name": "exists",
24231
+ "optional": true,
24232
+ "type": {
24233
+ "collection": {
24234
+ "elementtype": {
24235
+ "primitive": "string"
24236
+ },
24237
+ "kind": "array"
24238
+ }
24239
+ }
24240
+ },
24241
+ {
24242
+ "abstract": true,
24243
+ "docs": {
24244
+ "stability": "experimental"
24245
+ },
24246
+ "immutable": true,
24247
+ "locationInModule": {
24248
+ "filename": "src/gitlab/configuration-model.ts",
24249
+ "line": 563
24250
+ },
24251
+ "name": "if",
24252
+ "optional": true,
24253
+ "type": {
24254
+ "primitive": "string"
24255
+ }
24256
+ },
24257
+ {
24258
+ "abstract": true,
24259
+ "docs": {
24260
+ "stability": "experimental"
24261
+ },
24262
+ "immutable": true,
24263
+ "locationInModule": {
24264
+ "filename": "src/gitlab/configuration-model.ts",
24265
+ "line": 565
24266
+ },
24267
+ "name": "variables",
24268
+ "optional": true,
24269
+ "type": {
24270
+ "collection": {
24271
+ "elementtype": {
24272
+ "union": {
24273
+ "types": [
24274
+ {
24275
+ "primitive": "string"
24276
+ },
24277
+ {
24278
+ "primitive": "number"
24279
+ }
24280
+ ]
24281
+ }
24282
+ },
24283
+ "kind": "map"
24284
+ }
24285
+ }
24286
+ },
24287
+ {
24288
+ "abstract": true,
24289
+ "docs": {
24290
+ "stability": "experimental"
24291
+ },
24292
+ "immutable": true,
24293
+ "locationInModule": {
24294
+ "filename": "src/gitlab/configuration-model.ts",
24295
+ "line": 567
24296
+ },
24297
+ "name": "when",
24298
+ "optional": true,
24299
+ "type": {
24300
+ "fqn": "projen.gitlab.JobWhen"
24301
+ }
24302
+ }
24303
+ ],
24304
+ "symbolId": "src/gitlab/configuration-model:WorkflowRule"
24305
+ },
24306
+ "projen.gitlab.WorkflowWhen": {
24307
+ "assembly": "projen",
24308
+ "docs": {
24309
+ "remarks": "Defaults to 'on_success'.\nThe value can only be 'always' or 'never' when used with workflow.",
24310
+ "see": "https://docs.gitlab.com/ee/ci/yaml/#workflowrules",
24311
+ "stability": "experimental",
24312
+ "summary": "Describes the conditions for when to run the job."
24313
+ },
24314
+ "fqn": "projen.gitlab.WorkflowWhen",
24315
+ "kind": "enum",
24316
+ "locationInModule": {
24317
+ "filename": "src/gitlab/configuration-model.ts",
24318
+ "line": 575
24319
+ },
24320
+ "members": [
24321
+ {
24322
+ "docs": {
24323
+ "stability": "experimental"
24324
+ },
24325
+ "name": "ALWAYS"
24326
+ },
24327
+ {
24328
+ "docs": {
24329
+ "stability": "experimental"
24330
+ },
24331
+ "name": "NEVER"
24332
+ }
24333
+ ],
24334
+ "name": "WorkflowWhen",
24335
+ "namespace": "gitlab",
24336
+ "symbolId": "src/gitlab/configuration-model:WorkflowWhen"
24337
+ },
19678
24338
  "projen.java.JavaProject": {
19679
24339
  "assembly": "projen",
19680
24340
  "base": "projen.github.GitHubProject",
@@ -37814,6 +42474,6 @@
37814
42474
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
37815
42475
  }
37816
42476
  },
37817
- "version": "0.49.1",
37818
- "fingerprint": "tbNH1XF7pL1WHJdOw+ZZZ7s0/PqllfPYXYALYrxYhFI="
42477
+ "version": "0.49.2",
42478
+ "fingerprint": "35K+OJDg70UNNX22lkcqn/Kd+Li0YlV7Jgm+4VGXkiw="
37819
42479
  }