Uses of Interface
org.sonatype.maven.polyglot.execute.ExecuteTask
Packages that use ExecuteTask
-
Uses of ExecuteTask in org.sonatype.maven.polyglot.execute
Classes in org.sonatype.maven.polyglot.execute that implement ExecuteTaskFields in org.sonatype.maven.polyglot.execute with type parameters of type ExecuteTaskModifier and TypeFieldDescriptionprivate final Map<String,
List<ExecuteTask>> ExecuteManagerImpl.modelTasks
Methods in org.sonatype.maven.polyglot.execute that return types with arguments of type ExecuteTaskModifier and TypeMethodDescriptionExecuteManager.getTasks
(org.apache.maven.model.Model model) ExecuteManagerImpl.getTasks
(org.apache.maven.model.Model model) Method parameters in org.sonatype.maven.polyglot.execute with type arguments of type ExecuteTaskModifier and TypeMethodDescriptionvoid
ExecuteManager.register
(org.apache.maven.model.Model model, List<ExecuteTask> tasks) void
ExecuteManagerImpl.register
(org.apache.maven.model.Model model, List<ExecuteTask> tasks)