@Stability(value=Experimental) @Internal public static final class GitpodOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitpodOptions
GitpodOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGitpodOptions.Builder, GitpodOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GitpodOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GitpodOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
DevEnvironmentDockerImage |
getDockerImage()
(experimental) A Docker image or Dockerfile for the container.
|
List<String> |
getPorts()
(experimental) An array of ports that should be exposed from the container.
|
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.
|
List<Task> |
getTasks()
(experimental) An array of tasks that should be run when the container starts.
|
List<String> |
getVscodeExtensions()
(experimental) An array of extension IDs that specify the extensions that should be installed inside the container when it is created.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GitpodOptions.Builder builder)
GitpodOptions.Builder.public final GitpodPrebuilds getPrebuilds()
GitpodOptionsDefault: undefined
getPrebuilds in interface GitpodOptionspublic final DevEnvironmentDockerImage getDockerImage()
DevEnvironmentOptionsgetDockerImage in interface DevEnvironmentOptionspublic final List<String> getPorts()
DevEnvironmentOptionsgetPorts in interface DevEnvironmentOptionspublic final List<Task> getTasks()
DevEnvironmentOptionsgetTasks in interface DevEnvironmentOptionspublic final List<String> getVscodeExtensions()
DevEnvironmentOptionsgetVscodeExtensions in interface DevEnvironmentOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.