| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Method and Description |
|---|---|
static Gitpod.Builder |
Gitpod.Builder.create(Project project) |
Gitpod.Builder |
Gitpod.Builder.dockerImage(DevEnvironmentDockerImage dockerImage)
(experimental) A Docker image or Dockerfile for the container.
|
Gitpod.Builder |
Gitpod.Builder.ports(List<String> ports)
(experimental) An array of ports that should be exposed from the container.
|
Gitpod.Builder |
Gitpod.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.Builder |
Gitpod.Builder.tasks(List<? extends Task> tasks)
(experimental) An array of tasks that should be run when the container starts.
|
Gitpod.Builder |
Gitpod.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.
|
Copyright © 2021. All rights reserved.