Package io.github.cdklabs.projen.gitlab
Interface Parallel
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Parallel.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.133Z") @Stability(Experimental) public interface Parallel extends software.amazon.jsii.JsiiSerializable
(experimental) Used to run a job multiple times in parallel in a single pipeline.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParallel.BuilderA builder forParallelstatic classParallel.Jsii$ProxyAn implementation forParallel
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Parallel.Builderbuilder()List<Map<String,List<Object>>>getMatrix()(experimental) Defines different variables for jobs that are running in parallel.
-
-
-
Method Detail
-
getMatrix
@Stability(Experimental) @NotNull List<Map<String,List<Object>>> getMatrix()
(experimental) Defines different variables for jobs that are running in parallel.
-
builder
@Stability(Experimental) static Parallel.Builder builder()
- Returns:
- a
Parallel.BuilderofParallel
-
-