org.hudsonci.maven.eventspy_30
Class EventSpyProcessor
java.lang.Object
org.hudsonci.utils.event.EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
org.hudsonci.maven.eventspy_30.EventSpyProcessor
- All Implemented Interfaces:
- org.hudsonci.utils.event.EventProcessor<EventSpyHandler.HandlerContext>
public class EventSpyProcessor
- extends org.hudsonci.utils.event.EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
EventSpy event processor.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Fields inherited from class org.hudsonci.utils.event.EventProcessorSupport |
log |
| Methods inherited from class org.hudsonci.utils.event.EventProcessorSupport |
getDefaultHandler, getEventHandler, getHandlers, init, setDefaultHandler, setHandlers |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSpyProcessor
public EventSpyProcessor(List<EventSpyHandler> handlers,
EventSpyHandler defaultHandler)
process
public void process(Object event)
throws Exception
- Specified by:
process in interface org.hudsonci.utils.event.EventProcessor<EventSpyHandler.HandlerContext>- Overrides:
process in class org.hudsonci.utils.event.EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
- Throws:
Exception
onFailure
protected void onFailure(Exception cause)
throws Exception
- Overrides:
onFailure in class org.hudsonci.utils.event.EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
- Throws:
Exception
Copyright © 2004-2011 Hudson. All Rights Reserved.