Class MojoExecutionDisplay
- java.lang.Object
-
- org.codehaus.mojo.buildplan.display.MojoExecutionDisplay
-
- Direct Known Subclasses:
PlainTextMojoExecutionDisplay
public class MojoExecutionDisplay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.plugin.MojoExecutionexecution
-
Constructor Summary
Constructors Constructor Description MojoExecutionDisplay(org.apache.maven.plugin.MojoExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetExecutionId()StringgetGoal()StringgetLifecycle(org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles)StringgetPhase()StringgetVersion()
-
-
-
Method Detail
-
getPhase
public String getPhase()
-
getLifecycle
public String getLifecycle(org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles)
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
getGoal
public String getGoal()
-
getExecutionId
public String getExecutionId()
-
-