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:
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSpyHandler
public EventSpyHandler()
getCallback
protected Callback getCallback()
getBuildRecorder
protected BuildRecorder getBuildRecorder()
Copyright © 2004-2011 Hudson. All Rights Reserved.