Uses of Interface
io.github.cdklabs.projen.github.workflows.ContainerOptions
-
Packages that use ContainerOptions Package Description io.github.cdklabs.projen.github io.github.cdklabs.projen.github.workflows io.github.cdklabs.projen.javascript -
-
Uses of ContainerOptions in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return ContainerOptions Modifier and Type Method Description ContainerOptionsTaskWorkflowJob. getContainer()default ContainerOptionsTaskWorkflowJobOptions. getContainer()Default: - default imageContainerOptionsTaskWorkflowJobOptions.Jsii$Proxy. getContainer()ContainerOptionsTaskWorkflowOptions.Jsii$Proxy. getContainer()Methods in io.github.cdklabs.projen.github that return types with arguments of type ContainerOptions Modifier and Type Method Description Map<String,ContainerOptions>TaskWorkflowJob. getServices()Methods in io.github.cdklabs.projen.github with parameters of type ContainerOptions Modifier and Type Method Description TaskWorkflow.BuilderTaskWorkflow.Builder. container(ContainerOptions container)Default: - default imageTaskWorkflowJob.BuilderTaskWorkflowJob.Builder. container(ContainerOptions container)Default: - default imageTaskWorkflowJobOptions.BuilderTaskWorkflowJobOptions.Builder. container(ContainerOptions container)Sets the value ofTaskWorkflowJobOptions.getContainer()TaskWorkflowOptions.BuilderTaskWorkflowOptions.Builder. container(ContainerOptions container)Sets the value ofTaskWorkflowJobOptions.getContainer() -
Uses of ContainerOptions in io.github.cdklabs.projen.github.workflows
Classes in io.github.cdklabs.projen.github.workflows that implement ContainerOptions Modifier and Type Class Description static classContainerOptions.Jsii$ProxyAn implementation forContainerOptionsMethods in io.github.cdklabs.projen.github.workflows that return ContainerOptions Modifier and Type Method Description ContainerOptionsContainerOptions.Builder. build()Builds the configured instance.default ContainerOptionsJob. getContainer()(experimental) A container to run any steps in a job that don't already specify a container.ContainerOptionsJob.Jsii$Proxy. getContainer()Methods in io.github.cdklabs.projen.github.workflows that return types with arguments of type ContainerOptions Modifier and Type Method Description default Map<String,ContainerOptions>Job. getServices()(experimental) Used to host service containers for a job in a workflow.Map<String,ContainerOptions>Job.Jsii$Proxy. getServices()Methods in io.github.cdklabs.projen.github.workflows with parameters of type ContainerOptions Modifier and Type Method Description Job.BuilderJob.Builder. container(ContainerOptions container)Sets the value ofJob.getContainer()Method parameters in io.github.cdklabs.projen.github.workflows with type arguments of type ContainerOptions Modifier and Type Method Description Job.BuilderJob.Builder. services(Map<String,? extends ContainerOptions> services)Sets the value ofJob.getServices() -
Uses of ContainerOptions in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return ContainerOptions Modifier and Type Method Description default ContainerOptionsUpgradeDependenciesWorkflowOptions. getContainer()(experimental) Job container options.ContainerOptionsUpgradeDependenciesWorkflowOptions.Jsii$Proxy. getContainer()ContainerOptionsUpgradeDependencies. getContainerOptions()(experimental) Container definitions for the upgrade workflow.Methods in io.github.cdklabs.projen.javascript with parameters of type ContainerOptions Modifier and Type Method Description UpgradeDependenciesWorkflowOptions.BuilderUpgradeDependenciesWorkflowOptions.Builder. container(ContainerOptions container)Sets the value ofUpgradeDependenciesWorkflowOptions.getContainer()voidUpgradeDependencies. setContainerOptions(ContainerOptions value)(experimental) Container definitions for the upgrade workflow.
-