Class ExecutionPlanItem


  • public class ExecutionPlanItem
    extends java.lang.Object

    Wraps individual MojoExecutions, containing information about completion status and scheduling.

    NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
    Since:
    3.0
    Author:
    Kristian Rosenvold
    • Constructor Detail

      • ExecutionPlanItem

        public ExecutionPlanItem​(MojoExecution mojoExecution)
    • Method Detail

      • getLifecyclePhase

        public java.lang.String getLifecyclePhase()
      • getPlugin

        public org.apache.maven.model.Plugin getPlugin()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object