Uses of Interface
io.github.cdklabs.projen.github.workflows.JobStrategy
-
Packages that use JobStrategy Package Description io.github.cdklabs.projen.github io.github.cdklabs.projen.github.workflows -
-
Uses of JobStrategy in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return JobStrategy Modifier and Type Method Description JobStrategyTaskWorkflowJob. getStrategy() -
Uses of JobStrategy in io.github.cdklabs.projen.github.workflows
Classes in io.github.cdklabs.projen.github.workflows that implement JobStrategy Modifier and Type Class Description static classJobStrategy.Jsii$ProxyAn implementation forJobStrategyMethods in io.github.cdklabs.projen.github.workflows that return JobStrategy Modifier and Type Method Description JobStrategyJobStrategy.Builder. build()Builds the configured instance.default JobStrategyCommonJobDefinition. getStrategy()(experimental) A strategy creates a build matrix for your jobs.JobStrategyCommonJobDefinition.Jsii$Proxy. getStrategy()JobStrategyJob.Jsii$Proxy. getStrategy()JobStrategyJobCallingReusableWorkflow.Jsii$Proxy. getStrategy()Methods in io.github.cdklabs.projen.github.workflows with parameters of type JobStrategy Modifier and Type Method Description CommonJobDefinition.BuilderCommonJobDefinition.Builder. strategy(JobStrategy strategy)Sets the value ofCommonJobDefinition.getStrategy()Job.BuilderJob.Builder. strategy(JobStrategy strategy)Sets the value ofCommonJobDefinition.getStrategy()JobCallingReusableWorkflow.BuilderJobCallingReusableWorkflow.Builder. strategy(JobStrategy strategy)Sets the value ofCommonJobDefinition.getStrategy()
-