Uses of Class
io.github.cdklabs.projen.GitpodOpenIn
-
Packages that use GitpodOpenIn Package Description io.github.cdklabs.projen -
-
Uses of GitpodOpenIn in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return GitpodOpenIn Modifier and Type Method Description default GitpodOpenInGitpodTask. getOpenIn()(experimental) You can configure where in the IDE the terminal should be opened.GitpodOpenInGitpodTask.Jsii$Proxy. getOpenIn()static GitpodOpenInGitpodOpenIn. valueOf(String name)Returns the enum constant of this type with the specified name.static GitpodOpenIn[]GitpodOpenIn. 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 GitpodOpenIn Modifier and Type Method Description GitpodTask.BuilderGitpodTask.Builder. openIn(GitpodOpenIn openIn)Sets the value ofGitpodTask.getOpenIn()
-