org.hudsonci.maven.eventspy_30
Class EventSpyHandler<T>

java.lang.Object
  extended by org.hudsonci.utils.event.EventHandlerSupport<EventSpyHandler.HandlerContext,T>
      extended by org.hudsonci.maven.eventspy_30.EventSpyHandler<T>
All Implemented Interfaces:
EventHandler<EventSpyHandler.HandlerContext,T>
Direct Known Subclasses:
DependencyResolutionRequestHandler, DependencyResolutionResultHandler, ExecutionEventHandler, LogEventHandler, MavenExecutionRequestHandler, MavenExecutionResultHandler, ProjectPlanEventHandler, ReactorPlanEventHandler, RepositoryEventHandler, SettingsBuildingRequestHandler, SettingsBuildingResultHandler, WeavePlanEventHandler

public abstract class EventSpyHandler<T>
extends EventHandlerSupport<EventSpyHandler.HandlerContext,T>

Support for EventSpy event handlers.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static class EventSpyHandler.HandlerContext
           
 
Field Summary
 
Fields inherited from class org.hudsonci.utils.event.EventHandlerSupport
log
 
Constructor Summary
EventSpyHandler()
           
 
Method Summary
protected  BuildRecorder getBuildRecorder()
           
protected  Callback getCallback()
           
 
Methods inherited from class org.hudsonci.utils.event.EventHandlerSupport
accept, getContext, getEventType, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hudsonci.utils.event.EventHandler
handle
 

Constructor Detail

EventSpyHandler

public EventSpyHandler()
Method Detail

getCallback

protected Callback getCallback()

getBuildRecorder

protected BuildRecorder getBuildRecorder()


Copyright © 2004-2011 Hudson. All Rights Reserved.