Uses of Class
io.github.cdklabs.projen.github.workflows.ContainerOptions.Builder
-
Packages that use ContainerOptions.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of ContainerOptions.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return ContainerOptions.Builder Modifier and Type Method Description static ContainerOptions.BuilderContainerOptions. builder()ContainerOptions.BuilderContainerOptions.Builder. credentials(ContainerCredentials credentials)Sets the value ofContainerOptions.getCredentials()ContainerOptions.BuilderContainerOptions.Builder. env(Map<String,String> env)Sets the value ofContainerOptions.getEnv()ContainerOptions.BuilderContainerOptions.Builder. image(String image)Sets the value ofContainerOptions.getImage()ContainerOptions.BuilderContainerOptions.Builder. options(List<String> options)Sets the value ofContainerOptions.getOptions()ContainerOptions.BuilderContainerOptions.Builder. ports(List<? extends Number> ports)Sets the value ofContainerOptions.getPorts()ContainerOptions.BuilderContainerOptions.Builder. volumes(List<String> volumes)Sets the value ofContainerOptions.getVolumes()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type ContainerOptions.Builder Constructor Description Jsii$Proxy(ContainerOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerOptions.Builder.
-