com.cloudbees.jenkins.plugins.okidocki
Class BuiltInContainer.Listener

java.lang.Object
  extended by hudson.model.listeners.SCMListener
      extended by com.cloudbees.jenkins.plugins.okidocki.BuiltInContainer.Listener
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
BuiltInContainer

@Extension
public static class BuiltInContainer.Listener
extends hudson.model.listeners.SCMListener


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

Constructor Detail

BuiltInContainer.Listener

public BuiltInContainer.Listener()
Method Detail

onChangeLogParsed

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


Copyright © 2004-2014. All Rights Reserved.