Uses of Class
io.github.cdklabs.projen.gitlab.DeploymentTier
-
Packages that use DeploymentTier Package Description io.github.cdklabs.projen.gitlab -
-
Uses of DeploymentTier in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return DeploymentTier Modifier and Type Method Description default DeploymentTierEnvironment. getDeploymentTier()(experimental) Explicitly specifies the tier of the deployment environment if non-standard environment name is used.DeploymentTierEnvironment.Jsii$Proxy. getDeploymentTier()static DeploymentTierDeploymentTier. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentTier[]DeploymentTier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab with parameters of type DeploymentTier Modifier and Type Method Description Environment.BuilderEnvironment.Builder. deploymentTier(DeploymentTier deploymentTier)Sets the value ofEnvironment.getDeploymentTier()
-