Uses of Class
io.github.cdklabs.cdkpipelines.github.JobMatrix.Builder
-
-
Uses of JobMatrix.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github that return JobMatrix.Builder Modifier and Type Method Description static JobMatrix.BuilderJobMatrix. builder()JobMatrix.BuilderJobMatrix.Builder. domain(Map<String,? extends List<String>> domain)Sets the value ofJobMatrix.getDomain()JobMatrix.BuilderJobMatrix.Builder. exclude(List<? extends Map<String,String>> exclude)Sets the value ofJobMatrix.getExclude()JobMatrix.BuilderJobMatrix.Builder. include(List<? extends Map<String,String>> include)Sets the value ofJobMatrix.getInclude()Constructors in io.github.cdklabs.cdkpipelines.github 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.
-