Uses of Interface
io.github.cdklabs.projen.GitpodPrebuilds
-
Packages that use GitpodPrebuilds Package Description io.github.cdklabs.projen -
-
Uses of GitpodPrebuilds in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement GitpodPrebuilds Modifier and Type Class Description static classGitpodPrebuilds.Jsii$ProxyAn implementation forGitpodPrebuildsMethods in io.github.cdklabs.projen that return GitpodPrebuilds Modifier and Type Method Description GitpodPrebuildsGitpodPrebuilds.Builder. build()Builds the configured instance.default GitpodPrebuildsGitpodOptions. getPrebuilds()(experimental) Optional Gitpod's Github App integration for prebuilds If this is not set and Gitpod's Github App is installed, then Gitpod will apply these defaults: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app.GitpodPrebuildsGitpodOptions.Jsii$Proxy. getPrebuilds()Methods in io.github.cdklabs.projen with parameters of type GitpodPrebuilds Modifier and Type Method Description voidGitpod. addPrebuilds(GitpodPrebuilds config)(experimental) Add a prebuilds configuration for the Gitpod App.Gitpod.BuilderGitpod.Builder. prebuilds(GitpodPrebuilds prebuilds)(experimental) Optional Gitpod's Github App integration for prebuilds If this is not set and Gitpod's Github App is installed, then Gitpod will apply these defaults: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app.GitpodOptions.BuilderGitpodOptions.Builder. prebuilds(GitpodPrebuilds prebuilds)Sets the value ofGitpodOptions.getPrebuilds()
-