Class MojoExecution


  • public class MojoExecution
    extends Object
    MojoExecution
    • Method Detail

      • getSource

        public MojoExecution.Source getSource()
        Gets the source of this execution.
        Returns:
        The source of this execution or null if unknown.
      • getExecutionId

        public String getExecutionId()
      • getPlugin

        public Plugin getPlugin()
      • getConfiguration

        public org.codehaus.plexus.util.xml.Xpp3Dom getConfiguration()
      • setConfiguration

        public void setConfiguration​(org.codehaus.plexus.util.xml.Xpp3Dom configuration)
      • identify

        public String identify()
      • getLifecyclePhase

        public String getLifecyclePhase()
      • setLifecyclePhase

        public void setLifecyclePhase​(String lifecyclePhase)
      • getGroupId

        public String getGroupId()
      • getArtifactId

        public String getArtifactId()
      • getVersion

        public String getVersion()
      • getGoal

        public String getGoal()
      • setMojoDescriptor

        public void setMojoDescriptor​(MojoDescriptor mojoDescriptor)
      • setForkedExecutions

        public void setForkedExecutions​(String projectKey,
                                        List<MojoExecution> forkedExecutions)