@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.399Z") @Stability(value=Experimental) public interface GitpodOptions extends software.amazon.jsii.JsiiSerializable, DevEnvironmentOptions
By default, Gitpod uses the 'gitpod/workspace-full' docker image.
By default, all tasks will be run in parallel. To run the tasks in sequence,
create a new task and specify the other tasks as subtasks.| Modifier and Type | Interface and Description |
|---|---|
static class |
GitpodOptions.Builder
A builder for
GitpodOptions |
static class |
GitpodOptions.Jsii$Proxy
An implementation for
GitpodOptions |
| Modifier and Type | Method and Description |
|---|---|
static GitpodOptions.Builder |
builder() |
default GitpodPrebuilds |
getPrebuilds()
(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.
|
getDockerImage, getPorts, getTasks, getVscodeExtensions@Stability(value=Experimental) @Nullable default GitpodPrebuilds getPrebuilds()
Default: undefined
@Stability(value=Experimental) static GitpodOptions.Builder builder()
builder in interface DevEnvironmentOptionsGitpodOptions.Builder of GitpodOptionsCopyright © 2021. All rights reserved.