Uses of Interface
io.github.cdklabs.projen.TaskSpec
-
Packages that use TaskSpec Package Description io.github.cdklabs.projen -
-
Uses of TaskSpec in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement TaskSpec Modifier and Type Class Description static classTaskSpec.Jsii$ProxyAn implementation forTaskSpecMethods in io.github.cdklabs.projen that return TaskSpec Modifier and Type Method Description TaskSpecTaskSpec.Builder. build()Builds the configured instance.TaskSpecTaskRuntime. tryFindTask(String name)(experimental) Find a task by name, orundefinedif not found.Methods in io.github.cdklabs.projen that return types with arguments of type TaskSpec Modifier and Type Method Description List<TaskSpec>TaskRuntime. getTasks()(experimental) The tasks in this project.default Map<String,TaskSpec>TasksManifest. getTasks()(experimental) All tasks available for this project.Map<String,TaskSpec>TasksManifest.Jsii$Proxy. getTasks()Method parameters in io.github.cdklabs.projen with type arguments of type TaskSpec Modifier and Type Method Description TasksManifest.BuilderTasksManifest.Builder. tasks(Map<String,? extends TaskSpec> tasks)Sets the value ofTasksManifest.getTasks()
-