Package io.github.cdklabs.projen.gitlab
Class Parallel.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.gitlab.Parallel.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Parallelbuild()Builds the configured instance.Parallel.Buildermatrix(List<? extends Map<String,? extends List<? extends Object>>> matrix)Sets the value ofParallel.getMatrix()
-
-
-
Method Detail
-
matrix
@Stability(Experimental) public Parallel.Builder matrix(List<? extends Map<String,? extends List<? extends Object>>> matrix)
Sets the value ofParallel.getMatrix()- Parameters:
matrix- Defines different variables for jobs that are running in parallel. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public Parallel build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Parallel>- Returns:
- a new instance of
Parallel - Throws:
NullPointerException- if any required attribute was not provided
-
-