Uses of Class
io.github.cdklabs.projen.gitlab.Environment.Builder
-
Packages that use Environment.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Environment.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Environment.Builder Modifier and Type Method Description Environment.BuilderEnvironment.Builder. action(Action action)Sets the value ofEnvironment.getAction()Environment.BuilderEnvironment.Builder. autoStopIn(String autoStopIn)Sets the value ofEnvironment.getAutoStopIn()static Environment.BuilderEnvironment. builder()Environment.BuilderEnvironment.Builder. deploymentTier(DeploymentTier deploymentTier)Sets the value ofEnvironment.getDeploymentTier()Environment.BuilderEnvironment.Builder. kubernetes(KubernetesConfig kubernetes)Sets the value ofEnvironment.getKubernetes()Environment.BuilderEnvironment.Builder. name(String name)Sets the value ofEnvironment.getName()Environment.BuilderEnvironment.Builder. onStop(String onStop)Sets the value ofEnvironment.getOnStop()Environment.BuilderEnvironment.Builder. url(String url)Sets the value ofEnvironment.getUrl()Constructors in io.github.cdklabs.projen.gitlab with parameters of type Environment.Builder Constructor Description Jsii$Proxy(Environment.Builder builder)Constructor that initializes the object based on literal property values passed by theEnvironment.Builder.
-