Uses of Class
io.github.cdklabs.projen.cdk8s.IntegrationTestOptions.Builder
-
Packages that use IntegrationTestOptions.Builder Package Description io.github.cdklabs.projen.cdk8s -
-
Uses of IntegrationTestOptions.Builder in io.github.cdklabs.projen.cdk8s
Methods in io.github.cdklabs.projen.cdk8s that return IntegrationTestOptions.Builder Modifier and Type Method Description static IntegrationTestOptions.BuilderIntegrationTestOptions. builder()IntegrationTestOptions.BuilderIntegrationTestOptions.Builder. entrypoint(String entrypoint)Sets the value ofIntegrationTestBaseOptions.getEntrypoint()IntegrationTestOptions.BuilderIntegrationTestOptions.Builder. name(String name)Sets the value ofIntegrationTestBaseOptions.getName()IntegrationTestOptions.BuilderIntegrationTestOptions.Builder. tsconfigPath(String tsconfigPath)Sets the value ofIntegrationTestBaseOptions.getTsconfigPath()Constructors in io.github.cdklabs.projen.cdk8s with parameters of type IntegrationTestOptions.Builder Constructor Description Jsii$Proxy(IntegrationTestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationTestOptions.Builder.
-