jenkins.plugins.svnmerge
Class ChangeLogAnnotatorImpl

java.lang.Object
  extended by hudson.scm.ChangeLogAnnotator
      extended by jenkins.plugins.svnmerge.ChangeLogAnnotatorImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ChangeLogAnnotatorImpl
extends hudson.scm.ChangeLogAnnotator

If a commit from FeatureBranchProperty.integrate(TaskListener, String, long, String) is found, link back to the build page.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogAnnotator
annotators
 
Constructor Summary
ChangeLogAnnotatorImpl()
           
 
Method Summary
 void annotate(hudson.model.AbstractBuild<?,?> build, hudson.scm.ChangeLogSet.Entry change, hudson.MarkupText text)
           
 
Methods inherited from class hudson.scm.ChangeLogAnnotator
all, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogAnnotatorImpl

public ChangeLogAnnotatorImpl()
Method Detail

annotate

public void annotate(hudson.model.AbstractBuild<?,?> build,
                     hudson.scm.ChangeLogSet.Entry change,
                     hudson.MarkupText text)
Specified by:
annotate in class hudson.scm.ChangeLogAnnotator


Copyright © 2004-2011. All Rights Reserved.