org.jenkinsci.plugins.extremenotification
Class MySCMListener
java.lang.Object
hudson.model.listeners.SCMListener
org.jenkinsci.plugins.extremenotification.MySCMListener
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension(dynamicLoadable=YES)
public class MySCMListener
- extends hudson.model.listeners.SCMListener
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
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 |
MySCMListener
public MySCMListener()
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.