Uses of Class
io.github.cdklabs.projen.vscode.DevContainerOptions.Builder
-
Packages that use DevContainerOptions.Builder Package Description io.github.cdklabs.projen.vscode -
-
Uses of DevContainerOptions.Builder in io.github.cdklabs.projen.vscode
Methods in io.github.cdklabs.projen.vscode that return DevContainerOptions.Builder Modifier and Type Method Description static DevContainerOptions.BuilderDevContainerOptions. builder()DevContainerOptions.BuilderDevContainerOptions.Builder. dockerImage(DevEnvironmentDockerImage dockerImage)Sets the value ofDevEnvironmentOptions.getDockerImage()DevContainerOptions.BuilderDevContainerOptions.Builder. features(List<? extends DevContainerFeature> features)Sets the value ofDevContainerOptions.getFeatures()DevContainerOptions.BuilderDevContainerOptions.Builder. ports(List<String> ports)Sets the value ofDevEnvironmentOptions.getPorts()DevContainerOptions.BuilderDevContainerOptions.Builder. tasks(List<? extends Task> tasks)Sets the value ofDevEnvironmentOptions.getTasks()DevContainerOptions.BuilderDevContainerOptions.Builder. vscodeExtensions(List<String> vscodeExtensions)Sets the value ofDevEnvironmentOptions.getVscodeExtensions()Constructors in io.github.cdklabs.projen.vscode with parameters of type DevContainerOptions.Builder Constructor Description Jsii$Proxy(DevContainerOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDevContainerOptions.Builder.
-