Uses of Class
io.github.cdklabs.projen.GitpodPortVisibility
-
Packages that use GitpodPortVisibility Package Description io.github.cdklabs.projen -
-
Uses of GitpodPortVisibility in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return GitpodPortVisibility Modifier and Type Method Description default GitpodPortVisibilityGitpodPort. getVisibility()(experimental) Whether the port visibility should be private or public.GitpodPortVisibilityGitpodPort.Jsii$Proxy. getVisibility()static GitpodPortVisibilityGitpodPortVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static GitpodPortVisibility[]GitpodPortVisibility. 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 GitpodPortVisibility Modifier and Type Method Description GitpodPort.BuilderGitpodPort.Builder. visibility(GitpodPortVisibility visibility)Sets the value ofGitpodPort.getVisibility()
-