Package org.apache.maven.plugin
Class MojoExecution
java.lang.Object
org.apache.maven.plugin.MojoExecution
MojoExecution
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDescribes the source of an execution. -
Constructor Summary
ConstructorsConstructorDescriptionMojoExecution(Plugin plugin, String goal, String executionId) MojoExecution(MojoDescriptor mojoDescriptor) MojoExecution(MojoDescriptor mojoDescriptor, String executionId) MojoExecution(MojoDescriptor mojoDescriptor, String executionId, MojoExecution.Source source) MojoExecution(MojoDescriptor mojoDescriptor, Dom configuration) MojoExecution(MojoDescriptor mojoDescriptor, Xpp3Dom configuration) -
Method Summary
Modifier and TypeMethodDescriptiongetGoal()Gets the source of this execution.identify()voidsetConfiguration(Dom configuration) voidsetConfiguration(Xpp3Dom configuration) voidsetForkedExecutions(String projectKey, List<MojoExecution> forkedExecutions) voidsetLifecyclePhase(String lifecyclePhase) voidsetMojoDescriptor(MojoDescriptor mojoDescriptor) toString()
-
Constructor Details
-
MojoExecution
-
MojoExecution
-
MojoExecution
public MojoExecution(MojoDescriptor mojoDescriptor, String executionId, MojoExecution.Source source) -
MojoExecution
-
MojoExecution
-
MojoExecution
-
-
Method Details
-
getSource
Gets the source of this execution.- Returns:
- The source of this execution or
nullif unknown.
-
getExecutionId
-
getPlugin
-
getMojoDescriptor
-
getConfiguration
-
setConfiguration
-
setConfiguration
-
identify
-
getLifecyclePhase
-
setLifecyclePhase
-
toString
-
getGroupId
-
getArtifactId
-
getVersion
-
getGoal
-
setMojoDescriptor
-
getForkedExecutions
-
setForkedExecutions
-