Uses of Class
io.github.cdklabs.projen.github.workflows.JobStrategy.Builder
-
Packages that use JobStrategy.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of JobStrategy.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return JobStrategy.Builder Modifier and Type Method Description static JobStrategy.BuilderJobStrategy. builder()JobStrategy.BuilderJobStrategy.Builder. failFast(Boolean failFast)Sets the value ofJobStrategy.getFailFast()JobStrategy.BuilderJobStrategy.Builder. matrix(JobMatrix matrix)Sets the value ofJobStrategy.getMatrix()JobStrategy.BuilderJobStrategy.Builder. maxParallel(Number maxParallel)Sets the value ofJobStrategy.getMaxParallel()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type JobStrategy.Builder Constructor Description Jsii$Proxy(JobStrategy.Builder builder)Constructor that initializes the object based on literal property values passed by theJobStrategy.Builder.
-