hudson.plugins.googlecode
Class GoogleCodeLinkAnnotator

java.lang.Object
  extended by hudson.scm.ChangeLogAnnotator
      extended by hudson.plugins.googlecode.GoogleCodeLinkAnnotator
All Implemented Interfaces:
hudson.ExtensionPoint

public class GoogleCodeLinkAnnotator
extends hudson.scm.ChangeLogAnnotator

Annotates WikiSyntax notation in changelog messages.

Author:
Kohsuke Kawaguchi, Erik Ramfelt

Field Summary
 
Fields inherited from class hudson.scm.ChangeLogAnnotator
annotators
 
Constructor Summary
GoogleCodeLinkAnnotator(GoogleCodeProjectProperty.PropertyRetriever propertyRetriever)
           
 
Method Summary
 void annotate(hudson.model.AbstractBuild<?,?> build, hudson.scm.ChangeLogSet.Entry change, hudson.MarkupText text)
           
 
Methods inherited from class hudson.scm.ChangeLogAnnotator
register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleCodeLinkAnnotator

public GoogleCodeLinkAnnotator(GoogleCodeProjectProperty.PropertyRetriever propertyRetriever)
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 © 2008. All Rights Reserved.