Uses of Interface
io.github.cdklabs.projen.TaskOptions
-
Packages that use TaskOptions Package Description io.github.cdklabs.projen -
-
Uses of TaskOptions in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement TaskOptions Modifier and Type Class Description static classTaskOptions.Jsii$ProxyAn implementation forTaskOptionsMethods in io.github.cdklabs.projen that return TaskOptions Modifier and Type Method Description TaskOptionsTaskOptions.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen with parameters of type TaskOptions Modifier and Type Method Description TaskProject. addTask(String name, TaskOptions props)(experimental) Adds a new task to this project.TaskTasks. addTask(String name, TaskOptions options)(experimental) Adds a task to a project.Constructors in io.github.cdklabs.projen with parameters of type TaskOptions Constructor Description Task(String name, TaskOptions props)
-