Uses of Interface
io.github.cdklabs.cdkpipelines.github.ContainerOptions
-
-
Uses of ContainerOptions in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement ContainerOptions Modifier and Type Class Description static classContainerOptions.Jsii$ProxyAn implementation forContainerOptionsMethods in io.github.cdklabs.cdkpipelines.github that return ContainerOptions Modifier and Type Method Description ContainerOptionsContainerOptions.Builder. build()Builds the configured instance.default ContainerOptionsGitHubWorkflowProps. getBuildContainer()Build container options.ContainerOptionsGitHubWorkflowProps.Jsii$Proxy. getBuildContainer()default ContainerOptionsJob. getContainer()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.cdkpipelines.github that return types with arguments of type ContainerOptions Modifier and Type Method Description default Map<String,ContainerOptions>Job. getServices()Used to host service containers for a job in a workflow.Map<String,ContainerOptions>Job.Jsii$Proxy. getServices()Methods in io.github.cdklabs.cdkpipelines.github with parameters of type ContainerOptions Modifier and Type Method Description GitHubWorkflow.BuilderGitHubWorkflow.Builder. buildContainer(ContainerOptions buildContainer)Build container options.GitHubWorkflowProps.BuilderGitHubWorkflowProps.Builder. buildContainer(ContainerOptions buildContainer)Sets the value ofGitHubWorkflowProps.getBuildContainer()Job.BuilderJob.Builder. container(ContainerOptions container)Sets the value ofJob.getContainer()Method parameters in io.github.cdklabs.cdkpipelines.github 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()
-