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:
- EventProcessor<EventSpyHandler.HandlerContext>
public class EventSpyProcessor
- extends EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
EventSpy event processor.
- 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 |
EventSpyProcessor
public EventSpyProcessor(List<EventSpyHandler> handlers,
EventSpyHandler defaultHandler)
process
public void process(Object event)
throws Exception
- Specified by:
process in interface EventProcessor<EventSpyHandler.HandlerContext>- Overrides:
process in class EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
- Throws:
Exception
onFailure
protected void onFailure(Exception cause)
throws Exception
- Overrides:
onFailure in class EventProcessorSupport<EventSpyHandler.HandlerContext,EventSpyHandler>
- Throws:
Exception
Copyright © 2004-2011 Hudson. All Rights Reserved.