Class GitLabBuildDescriptionRunListener

java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
com.dabsquared.gitlabjenkins.listener.GitLabBuildDescriptionRunListener
All Implemented Interfaces:
ExtensionPoint

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

    • GitLabBuildDescriptionRunListener

      public GitLabBuildDescriptionRunListener()
  • Method Details