jenkins.plugin.assembla
Class AssemblaSCMListener

java.lang.Object
  extended by hudson.model.listeners.SCMListener
      extended by jenkins.plugin.assembla.AssemblaSCMListener
All Implemented Interfaces:
hudson.ExtensionPoint

public class AssemblaSCMListener
extends hudson.model.listeners.SCMListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
AssemblaSCMListener()
           
 
Method Summary
 boolean equals(Object obj)
           
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblaSCMListener

public AssemblaSCMListener()
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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2004-2013. All Rights Reserved.