Package io.github.cdklabs.projen.gitlab
Class NestedConfiguration
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.gitlab.CiConfiguration
-
- io.github.cdklabs.projen.gitlab.NestedConfiguration
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.132Z") @Stability(Experimental) public class NestedConfiguration extends CiConfiguration
(experimental) A GitLab CI for templates that are created and included in the.gitlab-ci.ymlfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNestedConfiguration.Builder(experimental) A fluent builder forNestedConfiguration.
-
Constructor Summary
Constructors Modifier Constructor Description NestedConfiguration(Project project, GitlabConfiguration parent, String name)NestedConfiguration(Project project, GitlabConfiguration parent, String name, CiConfigurationOptions options)protectedNestedConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNestedConfiguration(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitlabConfigurationgetParent()-
Methods inherited from class io.github.cdklabs.projen.gitlab.CiConfiguration
addDefaultCaches, addGlobalVariables, addIncludes, addJobs, addServices, addStages, getDefaultAfterScript, getDefaultArtifacts, getDefaultBeforeScript, getDefaultCache, getDefaultImage, getDefaultInterruptible, getDefaultRetry, getDefaultTags, getDefaultTimeout, getFile, getJobs, getName, getPages, getPath, getStages, getVariables, getWorkflow
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
NestedConfiguration
protected NestedConfiguration(software.amazon.jsii.JsiiObjectRef objRef)
-
NestedConfiguration
protected NestedConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NestedConfiguration
@Stability(Experimental) public NestedConfiguration(@NotNull Project project, @NotNull GitlabConfiguration parent, @NotNull String name, @Nullable CiConfigurationOptions options)- Parameters:
project- This parameter is required.parent- This parameter is required.name- The name of the configuration. This parameter is required.options-
-
NestedConfiguration
@Stability(Experimental) public NestedConfiguration(@NotNull Project project, @NotNull GitlabConfiguration parent, @NotNull String name)- Parameters:
project- This parameter is required.parent- This parameter is required.name- The name of the configuration. This parameter is required.
-
-
Method Detail
-
getParent
@Stability(Experimental) @NotNull public GitlabConfiguration getParent()
-
-