net.praqma.logging
Class LoggingPollingListener

java.lang.Object
  extended by hudson.model.listeners.SCMPollListener
      extended by net.praqma.logging.LoggingPollingListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class LoggingPollingListener
extends hudson.model.listeners.SCMPollListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
LoggingPollingListener()
           
 
Method Summary
 void onAfterPolling(hudson.model.AbstractProject<?,?> project, hudson.model.TaskListener listener)
           
 void onBeforePolling(hudson.model.AbstractProject<?,?> project, hudson.model.TaskListener listener)
           
 void onPollingFailed(hudson.model.AbstractProject<?,?> project, hudson.model.TaskListener listener, Throwable exception)
           
 void onPollingSuccess(hudson.model.AbstractProject<?,?> project, hudson.model.TaskListener listener, hudson.scm.PollingResult result)
           
 
Methods inherited from class hudson.model.listeners.SCMPollListener
all, fireBeforePolling, firePollingFailed, firePollingSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingPollingListener

public LoggingPollingListener()
Method Detail

onBeforePolling

public void onBeforePolling(hudson.model.AbstractProject<?,?> project,
                            hudson.model.TaskListener listener)
Overrides:
onBeforePolling in class hudson.model.listeners.SCMPollListener

onPollingSuccess

public void onPollingSuccess(hudson.model.AbstractProject<?,?> project,
                             hudson.model.TaskListener listener,
                             hudson.scm.PollingResult result)
Overrides:
onPollingSuccess in class hudson.model.listeners.SCMPollListener

onPollingFailed

public void onPollingFailed(hudson.model.AbstractProject<?,?> project,
                            hudson.model.TaskListener listener,
                            Throwable exception)
Overrides:
onPollingFailed in class hudson.model.listeners.SCMPollListener

onAfterPolling

public void onAfterPolling(hudson.model.AbstractProject<?,?> project,
                           hudson.model.TaskListener listener)


Copyright © 2004-2012. All Rights Reserved.