Uses of Class
io.github.cdklabs.projen.TasksManifest.Builder
-
Packages that use TasksManifest.Builder Package Description io.github.cdklabs.projen -
-
Uses of TasksManifest.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return TasksManifest.Builder Modifier and Type Method Description static TasksManifest.BuilderTasksManifest. builder()TasksManifest.BuilderTasksManifest.Builder. env(Map<String,String> env)Sets the value ofTasksManifest.getEnv()TasksManifest.BuilderTasksManifest.Builder. tasks(Map<String,? extends TaskSpec> tasks)Sets the value ofTasksManifest.getTasks()Constructors in io.github.cdklabs.projen with parameters of type TasksManifest.Builder Constructor Description Jsii$Proxy(TasksManifest.Builder builder)Constructor that initializes the object based on literal property values passed by theTasksManifest.Builder.
-