Class GiteeBuildDescriptionRunListener

java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
com.gitee.jenkins.listener.GiteeBuildDescriptionRunListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class GiteeBuildDescriptionRunListener extends RunListener<Run<?,?>>
RunListener that will be called when a build starts and completes. Will lookup trigger and call set the build description if necessary.
Author:
Robin Müller
  • Constructor Details

    • GiteeBuildDescriptionRunListener

      public GiteeBuildDescriptionRunListener()
  • Method Details