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