Interface SinglePipelineListener

All Known Implementing Classes:
AutoBuildsListener, AutoDeploymentsListener, SinglePipelineSingleDeploymentListener

public interface SinglePipelineListener
"Single" means that a single instance of a class that implements this interface will be handling events that belong only to a single pipeline.

This is done to handle a situation when the Jenkins server runs multiple pipelines at the same time

  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
    onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode flowNode)
     
  • Method Details

    • getBuildUrl

      String getBuildUrl()
    • onCompleted

      void onCompleted()
    • onNewHead

      void onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode flowNode)