Uses of Class
io.github.cdklabs.projen.Gitpod.Builder
-
Packages that use Gitpod.Builder Package Description io.github.cdklabs.projen -
-
Uses of Gitpod.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return Gitpod.Builder Modifier and Type Method Description static Gitpod.BuilderGitpod.Builder. create(Project project)Gitpod.BuilderGitpod.Builder. dockerImage(DevEnvironmentDockerImage dockerImage)(experimental) A Docker image or Dockerfile for the container.Gitpod.BuilderGitpod.Builder. ports(List<String> ports)(experimental) An array of ports that should be exposed from the container.Gitpod.BuilderGitpod.Builder. prebuilds(GitpodPrebuilds prebuilds)(experimental) Optional Gitpod's Github App integration for prebuilds If this is not set and Gitpod's Github App is installed, then Gitpod will apply these defaults: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app.Gitpod.BuilderGitpod.Builder. tasks(List<? extends Task> tasks)(experimental) An array of tasks that should be run when the container starts.Gitpod.BuilderGitpod.Builder. vscodeExtensions(List<String> vscodeExtensions)(experimental) An array of extension IDs that specify the extensions that should be installed inside the container when it is created.
-