Uses of Interface
org.sonatype.maven.polyglot.execute.ExecuteTask
-
Packages that use ExecuteTask Package Description org.sonatype.maven.polyglot.execute org.sonatype.maven.polyglot.groovy.builder org.sonatype.maven.polyglot.groovy.execute -
-
Uses of ExecuteTask in org.sonatype.maven.polyglot.execute
Classes in org.sonatype.maven.polyglot.execute that implement ExecuteTask Modifier and Type Class Description classExecuteTaskSupportSupport forExecuteTaskimplementations.Methods in org.sonatype.maven.polyglot.execute that return types with arguments of type ExecuteTask Modifier and Type Method Description java.util.List<ExecuteTask>ExecuteManager. getTasks(org.apache.maven.model.Model model)java.util.List<ExecuteTask>ExecuteManagerImpl. getTasks(org.apache.maven.model.Model model)Method parameters in org.sonatype.maven.polyglot.execute with type arguments of type ExecuteTask Modifier and Type Method Description voidExecuteManager. register(org.apache.maven.model.Model model, java.util.List<ExecuteTask> tasks)voidExecuteManagerImpl. register(org.apache.maven.model.Model model, java.util.List<ExecuteTask> tasks) -
Uses of ExecuteTask in org.sonatype.maven.polyglot.groovy.builder
Methods in org.sonatype.maven.polyglot.groovy.builder that return types with arguments of type ExecuteTask Modifier and Type Method Description java.util.List<ExecuteTask>ModelBuilder. getTasks() -
Uses of ExecuteTask in org.sonatype.maven.polyglot.groovy.execute
Classes in org.sonatype.maven.polyglot.groovy.execute that implement ExecuteTask Modifier and Type Class Description classGroovyExecuteTaskEncapsulates a GroovyExecuteTask.
-