Uses of Class
io.github.cdklabs.projen.javascript.RunBundleTask
-
Packages that use RunBundleTask Package Description io.github.cdklabs.projen.javascript -
-
Uses of RunBundleTask in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return RunBundleTask Modifier and Type Method Description default RunBundleTaskBundlerOptions. getRunBundleTask()(experimental) Choose which phase (if any) to add thebundlecommand to.RunBundleTaskBundlerOptions.Jsii$Proxy. getRunBundleTask()static RunBundleTaskRunBundleTask. valueOf(String name)Returns the enum constant of this type with the specified name.static RunBundleTask[]RunBundleTask. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type RunBundleTask Modifier and Type Method Description Bundler.BuilderBundler.Builder. runBundleTask(RunBundleTask runBundleTask)(experimental) Choose which phase (if any) to add thebundlecommand to.BundlerOptions.BuilderBundlerOptions.Builder. runBundleTask(RunBundleTask runBundleTask)Sets the value ofBundlerOptions.getRunBundleTask()
-