Uses of Class
io.github.cdklabs.projen.GitpodOpenMode
-
Packages that use GitpodOpenMode Package Description io.github.cdklabs.projen -
-
Uses of GitpodOpenMode in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return GitpodOpenMode Modifier and Type Method Description default GitpodOpenModeGitpodTask. getOpenMode()(experimental) You can configure how the terminal should be opened relative to the previous task.GitpodOpenModeGitpodTask.Jsii$Proxy. getOpenMode()static GitpodOpenModeGitpodOpenMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GitpodOpenMode[]GitpodOpenMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen with parameters of type GitpodOpenMode Modifier and Type Method Description GitpodTask.BuilderGitpodTask.Builder. openMode(GitpodOpenMode openMode)Sets the value ofGitpodTask.getOpenMode()
-