Class GithubLinkAnnotator

java.lang.Object
hudson.scm.ChangeLogAnnotator
com.coravy.hudson.plugins.github.GithubLinkAnnotator
All Implemented Interfaces:
ExtensionPoint

@Extension public class GithubLinkAnnotator extends ChangeLogAnnotator
This class annotates changelog links.

It's based on the TracLinkAnnotator.

TODO Change the annotator to use GithubUrl instead of the String url. Knowledge about the github url structure should be encapsulated in GithubUrl.

Author:
Stefan Saasen
  • Constructor Details

    • GithubLinkAnnotator

      public GithubLinkAnnotator()
  • Method Details