org.hudsonci.maven.eventspy_30
Class EventSpyHandler<T>
java.lang.Object
org.hudsonci.utils.event.EventHandlerSupport<EventSpyHandler.HandlerContext,T>
org.hudsonci.maven.eventspy_30.EventSpyHandler<T>
- All Implemented Interfaces:
- org.hudsonci.utils.event.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 org.hudsonci.utils.event.EventHandlerSupport<EventSpyHandler.HandlerContext,T>
Support for EventSpy event handlers.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Fields inherited from class org.hudsonci.utils.event.EventHandlerSupport |
log |
| 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 |
EventSpyHandler
public EventSpyHandler()
getCallback
protected Callback getCallback()
getBuildRecorder
protected BuildRecorder getBuildRecorder()
Copyright © 2004-2011 Hudson. All Rights Reserved.