Package | Description |
---|---|
org.sonatype.maven.polyglot.execute | |
org.sonatype.maven.polyglot.groovy.builder | |
org.sonatype.maven.polyglot.groovy.execute |
Modifier and Type | Class and Description |
---|---|
class |
ExecuteTaskSupport
Support for
ExecuteTask implementations. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExecuteTask> |
ExecuteManagerImpl.getTasks(org.apache.maven.model.Model model) |
java.util.List<ExecuteTask> |
ExecuteManager.getTasks(org.apache.maven.model.Model model) |
Modifier and Type | Method and Description |
---|---|
void |
ExecuteManagerImpl.register(org.apache.maven.model.Model model,
java.util.List<ExecuteTask> tasks) |
void |
ExecuteManager.register(org.apache.maven.model.Model model,
java.util.List<ExecuteTask> tasks) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExecuteTask> |
ModelBuilder.getTasks() |
Modifier and Type | Class and Description |
---|---|
class |
GroovyExecuteTask
Encapsulates a Groovy
ExecuteTask . |