| Modifier and Type | Method and Description |
|---|---|
Gitpod |
build() |
static Gitpod.Builder |
create(Project project) |
Gitpod.Builder |
dockerImage(DevEnvironmentDockerImage dockerImage)
(experimental) A Docker image or Dockerfile for the container.
|
Gitpod.Builder |
ports(List<String> ports)
(experimental) An array of ports that should be exposed from the container.
|
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 |
tasks(List<? extends Task> tasks)
(experimental) An array of tasks that should be run when the container starts.
|
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.
|
@Stability(value=Experimental) public static Gitpod.Builder create(Project project)
project - This parameter is required.Gitpod.Builder.@Stability(value=Experimental) public Gitpod.Builder dockerImage(DevEnvironmentDockerImage dockerImage)
dockerImage - A Docker image or Dockerfile for the container. This parameter is required.this@Stability(value=Experimental) public Gitpod.Builder ports(List<String> ports)
ports - An array of ports that should be exposed from the container. This parameter is required.this@Stability(value=Experimental) public Gitpod.Builder tasks(List<? extends Task> tasks)
tasks - An array of tasks that should be run when the container starts. This parameter is required.this@Stability(value=Experimental) public Gitpod.Builder vscodeExtensions(List<String> vscodeExtensions)
vscodeExtensions - An array of extension IDs that specify the extensions that should be installed inside the container when it is created. This parameter is required.this@Stability(value=Experimental) public Gitpod.Builder prebuilds(GitpodPrebuilds prebuilds)
Default: undefined
prebuilds - 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. This parameter is required.thisCopyright © 2021. All rights reserved.