Class MojoExecutionStub
java.lang.Object
org.apache.maven.api.plugin.testing.stubs.MojoExecutionStub
- All Implemented Interfaces:
org.apache.maven.api.MojoExecution
Stub for
MojoExecution
.-
Constructor Summary
ConstructorDescriptionMojoExecutionStub
(String artifactId, String executionId, String goal) MojoExecutionStub
(String artifactId, String executionId, String goal, org.apache.maven.api.xml.XmlNode dom) -
Method Summary
-
Constructor Details
-
MojoExecutionStub
-
MojoExecutionStub
-
-
Method Details
-
getPlugin
public org.apache.maven.api.model.Plugin getPlugin()- Specified by:
getPlugin
in interfaceorg.apache.maven.api.MojoExecution
-
getExecutionId
- Specified by:
getExecutionId
in interfaceorg.apache.maven.api.MojoExecution
-
getGoal
- Specified by:
getGoal
in interfaceorg.apache.maven.api.MojoExecution
-
getConfiguration
- Specified by:
getConfiguration
in interfaceorg.apache.maven.api.MojoExecution
-