org.jenkinsci.plugins.extremenotification
Class MySCMListener

java.lang.Object
  extended by hudson.model.listeners.SCMListener
      extended by org.jenkinsci.plugins.extremenotification.MySCMListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(dynamicLoadable=YES)
public class MySCMListener
extends hudson.model.listeners.SCMListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
MySCMListener()
           
 
Method Summary
 void onChangeLogParsed(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, hudson.scm.ChangeLogSet<?> changelog)
           
 
Methods inherited from class hudson.model.listeners.SCMListener
register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySCMListener

public MySCMListener()
Method Detail

onChangeLogParsed

public void onChangeLogParsed(hudson.model.AbstractBuild<?,?> build,
                              hudson.model.BuildListener listener,
                              hudson.scm.ChangeLogSet<?> changelog)
                       throws Exception
Overrides:
onChangeLogParsed in class hudson.model.listeners.SCMListener
Throws:
Exception


Copyright © 2004-2015. All Rights Reserved.