Package io.github.cdklabs.projen
Interface GitpodOptions
-
- All Superinterfaces:
DevEnvironmentOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GitpodOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.756Z") @Stability(Experimental) public interface GitpodOptions extends software.amazon.jsii.JsiiSerializable, DevEnvironmentOptions
(experimental) Constructor options for the Gitpod component.By default, Gitpod uses the 'gitpod/workspace-full' docker image.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGitpodOptions.BuilderA builder forGitpodOptionsstatic classGitpodOptions.Jsii$ProxyAn implementation forGitpodOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GitpodOptions.Builderbuilder()default GitpodPrebuildsgetPrebuilds()(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.-
Methods inherited from interface io.github.cdklabs.projen.DevEnvironmentOptions
getDockerImage, getPorts, getTasks, getVscodeExtensions
-
-
-
-
Method Detail
-
getPrebuilds
@Stability(Experimental) @Nullable 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.Default: undefined
-
builder
@Stability(Experimental) static GitpodOptions.Builder builder()
- Returns:
- a
GitpodOptions.BuilderofGitpodOptions
-
-