Package ai.platon.pulsar.coding
Class DevTaskPlanner.DevPlan
-
- All Implemented Interfaces:
public final class DevTaskPlanner.DevPlanThe parsed plan for a task.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringsummaryprivate final List<String>modulesprivate final List<String>filesprivate final List<String>driverFilesprivate final List<String>testClassesprivate final List<String>newPluginModulesprivate final List<DevTaskPlanner.PlanStep>steps
-
Method Summary
Modifier and Type Method Description final StringgetSummary()final List<String>getModules()final List<String>getFiles()final List<String>getDriverFiles()final List<String>getTestClasses()Test class names mentioned in the task (FooTest / FooTests), for -Dtest scoping. final List<String>getNewPluginModules()browser4-plugins/<name>mentions that are NOT in the known module list — new modules to scaffold.final List<DevTaskPlanner.PlanStep>getSteps()-
-
Method Detail
-
getSummary
final String getSummary()
-
getModules
final List<String> getModules()
-
getDriverFiles
final List<String> getDriverFiles()
-
getTestClasses
final List<String> getTestClasses()
Test class names mentioned in the task (FooTest / FooTests), for -Dtest scoping.
-
getNewPluginModules
final List<String> getNewPluginModules()
browser4-plugins/<name>mentions that are NOT in the known module list — new modules to scaffold.
-
getSteps
final List<DevTaskPlanner.PlanStep> getSteps()
-
-
-
-