Uses of Class
io.github.cdklabs.projen.GitpodOnOpen
-
Packages that use GitpodOnOpen Package Description io.github.cdklabs.projen -
-
Uses of GitpodOnOpen in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return GitpodOnOpen Modifier and Type Method Description default GitpodOnOpenGitpodPort. getOnOpen()(experimental) What to do when a service on a port is detected.GitpodOnOpenGitpodPort.Jsii$Proxy. getOnOpen()static GitpodOnOpenGitpodOnOpen. valueOf(String name)Returns the enum constant of this type with the specified name.static GitpodOnOpen[]GitpodOnOpen. 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 GitpodOnOpen Modifier and Type Method Description GitpodPort.BuilderGitpodPort.Builder. onOpen(GitpodOnOpen onOpen)Sets the value ofGitpodPort.getOnOpen()
-