org.hudsonci.maven.eventspy_30
Class LifecycleDebugLoggerImpl.ProjectPlanEvent

java.lang.Object
  extended by org.hudsonci.maven.eventspy_30.LifecycleDebugLoggerImpl.ProjectPlanEvent
Enclosing class:
LifecycleDebugLoggerImpl

public class LifecycleDebugLoggerImpl.ProjectPlanEvent
extends Object


Field Summary
 org.apache.maven.project.MavenProject currentProject
           
 org.apache.maven.lifecycle.MavenExecutionPlan executionPlan
           
 
Constructor Summary
LifecycleDebugLoggerImpl.ProjectPlanEvent(org.apache.maven.project.MavenProject currentProject, org.apache.maven.lifecycle.MavenExecutionPlan executionPlan)
           
 
Method Summary
 void delegate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentProject

public final org.apache.maven.project.MavenProject currentProject

executionPlan

public final org.apache.maven.lifecycle.MavenExecutionPlan executionPlan
Constructor Detail

LifecycleDebugLoggerImpl.ProjectPlanEvent

public LifecycleDebugLoggerImpl.ProjectPlanEvent(org.apache.maven.project.MavenProject currentProject,
                                                 org.apache.maven.lifecycle.MavenExecutionPlan executionPlan)
Method Detail

delegate

public void delegate()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.