Uses of Class
io.github.cdklabs.projen.github.workflows.JobMatrix.Builder
-
Packages that use JobMatrix.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of JobMatrix.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return JobMatrix.Builder Modifier and Type Method Description static JobMatrix.BuilderJobMatrix. builder()JobMatrix.BuilderJobMatrix.Builder. domain(Map<String,? extends List<? extends Object>> domain)Sets the value ofJobMatrix.getDomain()JobMatrix.BuilderJobMatrix.Builder. exclude(List<? extends Map<String,? extends Object>> exclude)Sets the value ofJobMatrix.getExclude()JobMatrix.BuilderJobMatrix.Builder. include(List<? extends Map<String,? extends Object>> include)Sets the value ofJobMatrix.getInclude()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type JobMatrix.Builder Constructor Description Jsii$Proxy(JobMatrix.Builder builder)Constructor that initializes the object based on literal property values passed by theJobMatrix.Builder.
-