Build Many Task
class BuildManyTask(val workbench: AvailWorkbench, targetModuleNames: Set<ResolvedModuleName>) : AbstractBuildTask
An AbstractBuildTask that launches the actual build of multiple ResolvedModuleNames.
Author
Richard Arriaga
Parameters
workbench
The owning AvailWorkbench.
target Module Names
The Set of ResolvedModuleNames to build.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The owning AvailWorkbench.