Uses of Class
io.github.cdklabs.cdkpipelines.github.JobStrategy.Builder
-
-
Uses of JobStrategy.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github 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.cdkpipelines.github 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.
-