Uses of Class
io.github.cdklabs.projen.GitpodPort.Builder
-
Packages that use GitpodPort.Builder Package Description io.github.cdklabs.projen -
-
Uses of GitpodPort.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return GitpodPort.Builder Modifier and Type Method Description static GitpodPort.BuilderGitpodPort. builder()GitpodPort.BuilderGitpodPort.Builder. onOpen(GitpodOnOpen onOpen)Sets the value ofGitpodPort.getOnOpen()GitpodPort.BuilderGitpodPort.Builder. port(String port)Sets the value ofGitpodPort.getPort()GitpodPort.BuilderGitpodPort.Builder. visibility(GitpodPortVisibility visibility)Sets the value ofGitpodPort.getVisibility()Constructors in io.github.cdklabs.projen with parameters of type GitpodPort.Builder Constructor Description Jsii$Proxy(GitpodPort.Builder builder)Constructor that initializes the object based on literal property values passed by theGitpodPort.Builder.
-