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