| Package | Description |
|---|---|
| org.apache.maven.plugin |
| Modifier and Type | Field and Description |
|---|---|
private MojoExecution.Source |
MojoExecution.source |
| Modifier and Type | Method and Description |
|---|---|
MojoExecution.Source |
MojoExecution.getSource()
Gets the source of this execution.
|
static MojoExecution.Source |
MojoExecution.Source.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MojoExecution.Source[] |
MojoExecution.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MojoExecution(MojoDescriptor mojoDescriptor,
java.lang.String executionId,
MojoExecution.Source source) |